Skip to content
Failed

Console Output

Started by user tesonep@gmail.com
14:25:29 Connecting to https://api.github.com using pharo-ci/****** (pharo-ci GitHub account)
Obtained Jenkinsfile from 3cf4aab2701515ddf42c53813adb1562a07a0a96
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] properties
[Pipeline] parallel
[Pipeline] { (Branch: unix)
[Pipeline] { (Branch: osx)
[Pipeline] { (Branch: windows)
[Pipeline] node
[Pipeline] node
Running on pharo-ci-jenkins2-bootstrap-unix-2 in /builds/workspace/pharo-vm_v8.6.0-alpha
[Pipeline] node
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
Running on pharo-ci-jenkins2-osx2 in /builds/workspace/pharo-vm_v8.6.0-alpha
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[Pipeline] {
[WS-CLEANUP] done
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout-unix)
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] dir
Running in /builds/workspace/pharo-vm_v8.6.0-alpha/repository
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci
Cloning the remote Git repository
Using shallow clone with depth 2
[Pipeline] stage
[Pipeline] { (Checkout-osx)
[Pipeline] dir
Running in /builds/workspace/pharo-vm_v8.6.0-alpha/repository
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci
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_v8.6.0-alpha/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 GitHub account
 > git fetch --tags --progress --depth=2 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 /builds/workspace/pharo-vm_v8.6.0-alpha/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 GitHub account
 > git fetch --tags --force --progress --depth=2 -- 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 ‘windowsUsing shallow fetch with depth 2
 > 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 GitHub account
 > git fetch --tags --progress --depth=2 https://github.com/pharo-project/opensmalltalk-vm.git +refs/tags/v8.6.0-alpha:refs/tags/v8.6.0-alpha # timeout=10
Checking out Revision 3cf4aab2701515ddf42c53813adb1562a07a0a96 (v8.6.0-alpha)
Commit message: "Merge pull request #107 from pharo-project/feature/addingPrimitiveNewPinned"
First time build. Skipping changelog.
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3cf4aab2701515ddf42c53813adb1562a07a0a96 # timeout=10
 > git --version # timeout=10
 > git --version # 'git version 2.7.4'
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build-unix-CoInterpreterWithQueueFFI)
[Pipeline] cmakeBuild
[build] $ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -G "Unix Makefiles" -DFLAVOUR=CoInterpreterWithQueueFFI /builds/workspace/pharo-vm_v8.6.0-alpha/repository
-- 3cf4aab - Commit: 3cf4aab - Date: 2020-09-25 14:09:15 +0200
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- 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: 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
-- C Compiler: /usr/bin/cc
-- C++ Compiler: /usr/bin/c++
-- Resource Compiler: 
-- Adding plugin: SecurityPlugin
-- 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
Adding third-party libraries for linux: PThreadedFFI-1.3.1-linux64
Adding third-party libraries for linux: libgit2-0.25.1
Adding third-party libraries for linux: libgit2-linux-1.0.0
Adding third-party libraries for linux: libssh2-1.7.0
Adding third-party libraries for linux: openssl-1.0.2q
Adding third-party libraries for linux: SDL2-2.0.7
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_v8.6.0-alpha/build
[Pipeline] dir
Running in /builds/workspace/pharo-vm_v8.6.0-alpha/build
[Pipeline] {
[Pipeline] sh
+ make install
Scanning dependencies of target build_libFFI
[  1%] Creating directories for 'build_libFFI'
[  2%] Performing download step (git clone) for 'build_libFFI'
Cloning into 'src'...
Note: checking out 'v3.3'.

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 performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at 5dcb741... Move nested_struct3 test to closures directory
[  3%] No patch step for 'build_libFFI'
[  3%] No update step for 'build_libFFI'
[  3%] Performing configure step for 'build_libFFI'
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
configure.ac:31: installing './compile'
configure.ac:19: installing './install-sh'
configure.ac:19: installing './missing'
Makefile.am: installing './depcomp'
doc/Makefile.am:3: installing 'doc/mdate-sh'
doc/Makefile.am:3: installing 'doc/texinfo.tex'
autoreconf: Leaving directory `.'
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
continue configure in default builddir "./x86_64-pc-linux-gnu"
....exec /bin/bash .././configure "--srcdir=.." "--enable-builddir=x86_64-pc-linux-gnu" "linux
gnu"
Using shallow fetch with depth 2
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for gsed... sed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... /usr/bin/cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/cc accepts -g... yes
checking for /usr/bin/cc option to accept ISO C89... none needed
checking whether /usr/bin/cc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of /usr/bin/cc... gcc3
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/cc accepts -g... yes
checking dependency style of /usr/bin/cc... gcc3
checking dependency style of /usr/bin/cc... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by /usr/bin/cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from /usr/bin/cc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... /usr/bin/cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
 > 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 GitHub account
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/opensmalltalk-vm.git +refs/tags/v8.6.0-alpha:refs/tags/v8.6.0-alpha # timeout=10
checking if /usr/bin/cc supports -fno-rtti -fno-exceptions... no
checking for /usr/bin/cc option to produce PIC... -fPIC -DPIC
checking if /usr/bin/cc PIC flag -fPIC -DPIC works... yes
checking if /usr/bin/cc static flag -static works... yes
checking if /usr/bin/cc supports -c -o file.o... yes
checking if /usr/bin/cc supports -c -o file.o... (cached) yes
checking whether the /usr/bin/cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... /usr/bin/cc -E
checking for ld used by /usr/bin/cc... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the /usr/bin/cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
Checking out Revision 3cf4aab2701515ddf42c53813adb1562a07a0a96 (v8.6.0-alpha)
checking for /usr/bin/cc option to produce PIC... -fPIC -DPIC
checking if /usr/bin/cc PIC flag -fPIC -DPIC works... yes
checking if /usr/bin/cc static flag -static works... yes
checking if /usr/bin/cc supports -c -o file.o... yes
checking if /usr/bin/cc supports -c -o file.o... (cached) yes
checking whether the /usr/bin/cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking size of size_t... 8
checking for C compiler vendor... gnu
checking whether C compiler accepts -fstrict-aliasing... yes
checking whether C compiler accepts -ffast-math... yes
checking for gcc architecture flag... 
checking for x86 cpuid 0 output... 4:756e6547:6c65746e:49656e69
checking for x86 cpuid 1 output... 6d3:800:80002001:78bfbfd
checking whether C compiler accepts -march=pentium-m... no
checking whether C compiler accepts -march=pentium3... no
checking whether C compiler accepts -march=pentiumpro... no
checking whether C compiler accepts -mcpu=pentium-m... no
checking whether C compiler accepts -mcpu=pentium3... no
checking whether C compiler accepts -mcpu=pentiumpro... no
checking whether C compiler accepts -mpentium-m... no
checking whether C compiler accepts -mpentium3... no
checking whether C compiler accepts -mpentiumpro... no
checking for gcc architecture flag... unknown
checking whether C compiler accepts -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math... yes
checking CFLAGS for maximum warnings... -Wall
checking whether to enable maintainer-specific portions of Makefiles... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking for mkostemp... yes
checking for sys/mman.h... (cached) yes
checking for mmap... (cached) yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... yes
checking for MAP_ANON(YMOUS)... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking for ANSI C header files... (cached) yes
checking for memcpy... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking size of double... 8
checking size of long double... 16
checking whether byte ordering is bigendian... Commit message: "Merge pull request #107 from pharo-project/feature/addingPrimitiveNewPinned"
no
checking assembler .cfi pseudo-op support... yes
checking assembler supports pc related relocs... yes
checking for _ prefix in compiled symbols... no
checking toolchain supports unwind section type... yes
checking whether .eh_frame section should be read-only... yes
checking for __attribute__((visibility("hidden")))... yes
checking for ld used by /usr/bin/cc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for shared libgcc...  > git --version # timeout=10
 > git --version # 'git version 2.24.1 (Apple Git-126)'
yes
configure: versioning on shared library symbols is gnu
checking that generated files are newer than configure... done
configure: creating ./config.status
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
config.status: creating include/Makefile
config.status: creating include/ffi.h
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating man/Makefile
config.status: creating doc/Makefile
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build-osx-CoInterpreterWithQueueFFI)
[Pipeline] cmakeBuild
[build] $ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -G "Unix Makefiles" -DFLAVOUR=CoInterpreterWithQueueFFI /builds/workspace/pharo-vm_v8.6.0-alpha/repository
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3cf4aab2701515ddf42c53813adb1562a07a0a96 # timeout=10
config.status: creating libffi.pc
config.status: creating fficonfig.h
config.status: executing buildir commands
config.status: create top_srcdir/Makefile guessed from local Makefile
config.status: build in x86_64-pc-linux-gnu (HOST=)
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing include commands
config.status: executing src commands
[  4%] Performing build step for 'build_libFFI'
MAKE x86_64-pc-linux-gnu : 0 * all-all
Making all in include
Making all in testsuite
Making all in man
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c ../src/prep_cif.c  -fPIC -DPIC -o src/.libs/prep_cif.o
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c ../src/prep_cif.c -o src/prep_cif.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c ../src/types.c  -fPIC -DPIC -o src/.libs/types.o
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c ../src/types.c -o src/types.o >/dev/null 2>&1
-- 3cf4aab2 - Commit: 3cf4aab2 - Date: 2020-09-25 14:09:15 +0200
-- The C compiler identification is AppleClang 11.0.3.11030032
-- The CXX compiler identification is AppleClang 11.0.3.11030032
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- works
-- Detecting C compiler ABI info
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c ../src/raw_api.c  -fPIC -DPIC -o src/.libs/raw_api.o
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c ../src/raw_api.c -o src/raw_api.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c ../src/java_raw_api.c  -fPIC -DPIC -o src/.libs/java_raw_api.o
../src/java_raw_api.c: In function ‘ffi_java_raw_call’:
../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);
   ^
../src/java_raw_api.c:76:1: note: declared here
 ffi_java_raw_to_ptrarray (ffi_cif *cif, ffi_java_raw *raw, void **args)
 ^
../src/java_raw_api.c: In function ‘ffi_java_translate_args’:
../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));
   ^
../src/java_raw_api.c:45:1: note: declared here
 ffi_java_raw_size (ffi_cif *cif)
 ^
../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);
   ^
../src/java_raw_api.c:157:1: note: declared here
 ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw)
 ^
../src/java_raw_api.c: In function ‘ffi_prep_java_raw_closure’:
../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);
   ^
../src/java_raw_api.c:337:1: note: declared here
 ffi_prep_java_raw_closure_loc (ffi_java_raw_closure* cl,
 ^
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c ../src/java_raw_api.c -o src/java_raw_api.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c ../src/closures.c  -fPIC -DPIC -o src/.libs/closures.o
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c ../src/closures.c -o src/closures.o >/dev/null 2>&1
-- 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
-- Building Pharo with executable named Pharo
-- Looking for sys/types.h
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c ../src/x86/ffi64.c  -fPIC -DPIC -o src/x86/.libs/ffi64.o
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c ../src/x86/ffi64.c -o src/x86/ffi64.o >/dev/null 2>&1
-- 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
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. -I../include -Iinclude -I../src -MT src/x86/unix64.lo -MD -MP -MF src/x86/.deps/unix64.Tpo -c ../src/x86/unix64.S  -fPIC -DPIC -o src/x86/.libs/unix64.o
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. -I../include -Iinclude -I../src -MT src/x86/unix64.lo -MD -MP -MF src/x86/.deps/unix64.Tpo -c ../src/x86/unix64.S -o src/x86/unix64.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/x86/ffiw64.lo -MD -MP -MF src/x86/.deps/ffiw64.Tpo -c ../src/x86/ffiw64.c  -fPIC -DPIC -o src/x86/.libs/ffiw64.o
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/x86/ffiw64.lo -MD -MP -MF src/x86/.deps/ffiw64.Tpo -c ../src/x86/ffiw64.c -o src/x86/ffiw64.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. -I../include -Iinclude -I../src -MT src/x86/win64.lo -MD -MP -MF src/x86/.deps/win64.Tpo -c ../src/x86/win64.S  -fPIC -DPIC -o src/x86/.libs/win64.o
libtool: compile:  /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. -I../include -Iinclude -I../src -MT src/x86/win64.lo -MD -MP -MF src/x86/.deps/win64.Tpo -c ../src/x86/win64.S -o src/x86/win64.o >/dev/null 2>&1
libtool: link: ar cru .libs/libffi_convenience.a src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi64.o src/x86/.libs/unix64.o src/x86/.libs/ffiw64.o src/x86/.libs/win64.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libffi_convenience.a
libtool: link: ( cd ".libs" && rm -f "libffi_convenience.la" && ln -s "../libffi_convenience.la" "libffi_convenience.la" )
libtool: link: /usr/bin/cc -shared  -fPIC -DPIC  src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi64.o src/x86/.libs/unix64.o src/x86/.libs/ffiw64.o src/x86/.libs/win64.o    -O3 -Wl,--version-script -Wl,libffi.map   -Wl,-soname -Wl,libffi.so.7 -o .libs/libffi.so.7.1.0
libtool: link: (cd ".libs" && rm -f "libffi.so.7" && ln -s "libffi.so.7.1.0" "libffi.so.7")
libtool: link: (cd ".libs" && rm -f "libffi.so" && ln -s "libffi.so.7.1.0" "libffi.so")
libtool: link: ar cru .libs/libffi.a  src/prep_cif.o src/types.o src/raw_api.o src/java_raw_api.o src/closures.o src/x86/ffi64.o src/x86/unix64.o src/x86/ffiw64.o src/x86/win64.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libffi.a
libtool: link: ( cd ".libs" && rm -f "libffi.la" && ln -s "../libffi.la" "libffi.la" )
[  4%] Performing install step for 'build_libFFI'
MAKE x86_64-pc-linux-gnu : 0 * install
Making install in include
 /bin/mkdir -p '/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/include'
 /usr/bin/install -c -m 644 ffi.h ffitarget.h '/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/include'
Making install in testsuite
Making install in man
 /bin/mkdir -p '/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/share/man/man3'
 /usr/bin/install -c -m 644 ../../man/ffi.3 ../../man/ffi_call.3 ../../man/ffi_prep_cif.3 ../../man/ffi_prep_cif_var.3 '/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/share/man/man3'
 /bin/mkdir -p '/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/../lib'
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libffi.la '/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/../lib'
libtool: install: /usr/bin/install -c .libs/libffi.so.7.1.0 /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/../lib/libffi.so.7.1.0
libtool: install: (cd /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/../lib && { ln -s -f libffi.so.7.1.0 libffi.so.7 || { rm -f libffi.so.7 && ln -s libffi.so.7.1.0 libffi.so.7; }; })
libtool: install: (cd /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/../lib && { ln -s -f libffi.so.7.1.0 libffi.so || { rm -f libffi.so && ln -s libffi.so.7.1.0 libffi.so; }; })
libtool: install: /usr/bin/install -c .libs/libffi.lai /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/../lib/libffi.la
libtool: install: /usr/bin/install -c .libs/libffi.a /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/../lib/libffi.a
libtool: install: chmod 644 /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/../lib/libffi.a
libtool: install: ranlib /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/../lib/libffi.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin" ldconfig -n /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/../lib
----------------------------------------------------------------------
Libraries have been installed in:
   /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/../lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /bin/mkdir -p '/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/pkgconfig'
 /usr/bin/install -c -m 644 libffi.pc '/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/pkgconfig'
[  5%] Completed 'build_libFFI'
[  5%] Built target build_libFFI
Scanning dependencies of target libFFI
[  5%] Built target libFFI
[  6%] Downloading Pharo 90
--2020-09-25 14:26:24--  https://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|:443... connected.
HTTP request sent, awaiting response... -- 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: build/vm/$<CONFIG>/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
200 OK
Length: 3244 (3.2K)
Saving to: ‘STDOUT’

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

2020-09-25 14:26:24 (435 MB/s) - written to stdout [3244/3244]

Downloading the latest 90 Image:
    http://files.pharo.org/get-files/90/pharo64.zip
-- 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
Pharo.image
--2020-09-25 14:26:26--  https://get.pharo.org/64/vm90
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|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5320 (5.2K)
Saving to: ‘STDOUT’

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

2020-09-25 14:26:26 (42.9 MB/s) - written to stdout [5320/5320]

Downloading the latest pharoVM:
	http://files.pharo.org/get-files/90/pharo64-linux-stable.zip
-- 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
pharo-vm/pharo
Creating starter scripts pharo and pharo-ui
[  6%] Generating VMMaker image
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events.  For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority.  The
effect is that heavily loaded systems may experience some latency
issues.  If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:

cat <<END | sudo tee /etc/security/limits.d/pharo.conf
*      hard    rtprio  2
*      soft    rtprio  2
END

and report to the pharo mailing list whether this improves behaviour.

You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
-- 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
-- C Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- C++ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++
-- Resource Compiler: 
-- Adding plugin: SecurityPlugin
-- 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
Adding third-party libraries for mac: pixman-0.34.0
Adding third-party libraries for mac: cairo-1.15.4
Adding third-party libraries for mac: freetype-2.9.1
Adding third-party libraries for mac: libgit2-0.25.1
Adding third-party libraries for mac: libgit2-mac-1.0.0
Adding third-party libraries for mac: libpng-1.2.49
Adding third-party libraries for mac: libssh2-1.7.0
Adding third-party libraries for mac: openssl-1.0.2q
Adding third-party libraries for mac: SDL2-2.0.7
-- Configuring done
CMake Warning (dev):
  Policy CMP0068 is not set: RPATH settings on macOS do not affect
  install_name.  Run "cmake --help-policy CMP0068" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

  For compatibility with older versions of CMake, the install_name fields for
  the following targets are still affected by RPATH settings:

   B2DPlugin
   BitBltPlugin
   DSAPrims
   FileAttributesPlugin
   FilePlugin
   IA32ABI
   JPEGReadWriter2Plugin
   JPEGReaderPlugin
   LargeIntegers
   LocalePlugin
   MiscPrimitivePlugin
   PharoVMCore
   SecurityPlugin
   SocketPlugin
   SqueakFFIPrims
   SqueakSSL
   SurfacePlugin
   UUIDPlugin
   UnixOSProcessPlugin

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_v8.6.0-alpha/build
[Pipeline] dir
Running in /builds/workspace/pharo-vm_v8.6.0-alpha/build
[Pipeline] {
[Pipeline] sh
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.
+ make install
Scanning dependencies of target SDL2-2.0.7
[  1%] Generating build/third-party/SDL2-2.0.7.zip
--2020-09-25 14:26:28--  https://files.pharo.org/vm/pharo-spur64/mac/third-party//SDL2-2.0.7.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: 961356 (939K) [application/zip]
Saving to: ‘SDL2-2.0.7.zip’

     0K .......... .......... .......... .......... ..........  5% 1.42M 1s
    50K .......... .......... .......... .......... .......... 10% 2.80M 0s
   100K .......... .......... .......... .......... .......... 15% 3.12M 0s
   150K .......... .......... .......... .......... .......... 21% 21.5M 0s
   200K .......... .......... .......... .......... .......... 26% 4.50M 0s
   250K .......... .......... .......... .......... .......... 31% 5.35M 0s
   300K .......... .......... .......... .......... .......... 37% 7.82M 0s
   350K .......... .......... .......... .......... .......... 42% 7.65M 0s
   400K .......... .......... .......... .......... .......... 47% 4.58M 0s
   450K .......... .......... .......... .......... .......... 53% 4.97M 0s
   500K .......... .......... .......... .......... .......... 58% 12.4M 0s
   550K .......... .......... .......... .......... .......... 63% 17.4M 0s
   600K .......... .......... .......... .......... .......... 69% 8.90M 0s
   650K .......... .......... .......... .......... .......... 74% 9.34M 0s
   700K .......... .......... .......... .......... .......... 79% 14.0M 0s
   750K .......... .......... .......... .......... .......... 85% 10.2M 0s
   800K .......... .......... .......... .......... .......... 90% 6.26M 0s
   850K .......... .......... .......... .......... .......... 95% 13.0M 0s
   900K .......... .......... .......... ........             100% 7.67M=0.2s

2020-09-25 14:26:29 (5.55 MB/s) - ‘SDL2-2.0.7.zip’ saved [961356/961356]

[  2%] Generating build/third-party/SDL2-2.0.7.done
Archive:  SDL2-2.0.7.zip
  inflating: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm//Pharo.app/Contents/MacOS/Plugins/libSDL2-2.0.0.dylib  
  inflating: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm//Pharo.app/Contents/MacOS/Plugins/libSDL2.dylib  MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1600958092 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]

[  2%] Built target SDL2-2.0.7
Scanning dependencies of target libgit2-0.25.1
[  3%] Generating build/third-party/libgit2-0.25.1.zip
--2020-09-25 14:26:29--  https://files.pharo.org/vm/pharo-spur64/mac/third-party//libgit2-0.25.1.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.
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1600958092 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
HTTP request sent, awaiting response... 200 OK
Length: 1846137 (1.8M) [application/zip]
Saving to: ‘libgit2-0.25.1.zip’

     0K .......... .......... .......... .......... ..........  2% 1.33M 1s
    50K .......... .......... .......... .......... ..........  5% 3.08M 1s
   100K .......... .......... .......... .......... ..........  8% 8.62M 1s
   150K .......... .......... .......... .......... .......... 11% 5.94M 1s
   200K .......... .......... .......... .......... .......... 13% 5.68M 0s
   250K .......... .......... .......... .......... .......... 16% 7.05M 0s
   300K .......... .......... .......... .......... .......... 19% 6.19M 0s
   350K .......... .......... .......... .......... .......... 22% 9.38M 0s
   400K .......... .......... .......... .......... .......... 24% 9.09M 0s
   450K .......... .......... .......... .......... .......... 27% 7.43M 0s
   500K .......... .......... .......... .......... .......... 30% 11.3M 0s
   550K .......... .......... .......... .......... .......... 33% 6.63M 0s
   600K .......... .......... .......... .......... .......... 36% 10.8M 0s
   650K .......... .......... .......... .......... .......... 38% 10.7M 0s
   700K .......... .......... .......... .......... .......... 41% 14.7M 0s
   750K .......... .......... .......... .......... .......... 44% 9.77M 0s
   800K .......... .......... .......... .......... .......... 47% 16.6M 0s
   850K .......... .......... .......... .......... .......... 49% 25.0M 0s
   900K .......... .......... .......... .......... .......... 52% 21.1M 0s
   950K .......... .......... .......... .......... .......... 55% 11.8M 0s
  1000K .......... .......... .......... .......... .......... 58% 23.1M 0s
  1050K .......... .......... .......... .......... .......... 61% 20.1M 0s
  1100K .......... .......... .......... .......... .......... 63% 19.2M 0s
  1150K .......... .......... .......... .......... .......... 66% 11.7M 0s
  1200K .......... .......... .......... .......... .......... 69% 15.3M 0s
  1250K .......... .......... .......... .......... .......... 72% 26.9M 0s
  1300K .......... .......... .......... .......... .......... 74% 24.3M 0s
  1350K .......... .......... .......... .......... .......... 77% 16.0M 0s
  1400K .......... .......... .......... .......... .......... 80% 13.7M 0s
  1450K .......... .......... .......... .......... .......... 83% 24.5M 0s
  1500K .......... .......... .......... .......... .......... 85% 14.1M 0s
  1550K .......... .......... .......... .......... .......... 88% 18.0M 0s
  1600K .......... .......... .......... .......... .......... 91% 18.7M 0s
  1650K .......... .......... .......... .......... .......... 94% 10.1M 0s
  1700K .......... .......... .......... .......... .......... 97% 10.0M 0s
  1750K .......... .......... .......... .......... .......... 99% 10.5M 0s
  1800K ..                                                    100% 23.0M=0.2s

2020-09-25 14:26:29 (8.91 MB/s) - ‘libgit2-0.25.1.zip’ saved [1846137/1846137]

[  3%] Generating build/third-party/libgit2-0.25.1.done
Archive:  libgit2-0.25.1.zip
  inflating: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm//Pharo.app/Contents/MacOS/Plugins/libgit2.0.25.1.dylib  
  inflating: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm//Pharo.app/Contents/MacOS/Plugins/libgit2.25.dylib  
  inflating: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm//Pharo.app/Contents/MacOS/Plugins/libgit2.dylib  
[  3%] Built target libgit2-0.25.1
Scanning dependencies of target freetype-2.9.1
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.
[  4%] Generating build/third-party/freetype-2.9.1.zip
--2020-09-25 14:26:30--  https://files.pharo.org/vm/pharo-spur64/mac/third-party//freetype-2.9.1.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: 744194 (727K) [application/zip]
Saving to: ‘freetype-2.9.1.zip’

     0K .......... .......... .......... .......... ..........  6% 2.26M 0s
    50K .......... .......... .......... .......... .......... 13% 2.46M 0s
   100K .......... .......... .......... .......... .......... 20% 5.16M 0s
   150K .......... .......... .......... .......... .......... 27% 4.50M 0s
   200K .......... .......... .......... .......... .......... 34% 4.05M 0s
   250K .......... .......... .......... .......... .......... 41% 2.80M 0s
   300K .......... .......... .......... .......... .......... 48% 15.2M 0s
   350K .......... .......... .......... .......... .......... 55% 8.38M 0s
   400K .......... .......... .......... .......... .......... 61% 32.0M 0s
   450K .......... .......... .......... .......... .......... 68% 24.1M 0s
   500K .......... .......... .......... .......... .......... 75% 8.61M 0s
   550K .......... .......... .......... .......... .......... 82% 6.66M 0s
   600K .......... .......... .......... .......... .......... 89% 3.98M 0s
   650K .......... .......... .......... .......... .......... 96% 2.30M 0s
   700K .......... .......... ......                          100% 2.84M=0.2s

2020-09-25 14:26:30 (4.45 MB/s) - ‘freetype-2.9.1.zip’ saved [744194/744194]

[  4%] Generating build/third-party/freetype-2.9.1.done
Archive:  freetype-2.9.1.zip
  inflating: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm//Pharo.app/Contents/MacOS/Plugins/libfreetype.6.dylib  
  inflating: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm//Pharo.app/Contents/MacOS/Plugins/libfreetype.dylib  
[  4%] Built target freetype-2.9.1
Scanning dependencies of target libgit2-mac-1.0.0
[  5%] Generating build/third-party/libgit2-mac-1.0.0.zip
--2020-09-25 14:26:30--  https://files.pharo.org/vm/pharo-spur64/mac/third-party//libgit2-mac-1.0.0.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: 641300 (626K) [application/zip]
Saving to: ‘libgit2-mac-1.0.0.zip’

     0K .......... .......... .......... .......... ..........  7% 1.37M 0s
    50K .......... .......... .......... .......... .......... 15% 2.87M 0s
   100K .......... .......... .......... .......... .......... 23% 7.54M 0s
   150K .......... .......... .......... .......... .......... 31% 5.27M 0s
   200K .......... .......... .......... .......... .......... 39% 11.3M 0s
   250K .......... .......... .......... .......... .......... 47% 7.19M 0s
   300K .......... .......... .......... .......... .......... 55% 5.90M 0s
   350K .......... .......... .......... .......... .......... 63% 10.6M 0s
   400K .......... .......... .......... .......... .......... 71% 15.2M 0s
   450K .......... .......... .......... .......... .......... 79% 16.2M 0s
   500K .......... .......... .......... .......... .......... 87% 7.21M 0s
   550K .......... .......... .......... .......... .......... 95% 15.4M 0s
   600K .......... .......... ......                          100% 17.5M=0.1s

2020-09-25 14:26:31 (5.55 MB/s) - ‘libgit2-mac-1.0.0.zip’ saved [641300/641300]

[  5%] Generating build/third-party/libgit2-mac-1.0.0.done
Archive:  libgit2-mac-1.0.0.zip
  inflating: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm//Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.0.dylib  
[  5%] Built target libgit2-mac-1.0.0
Scanning dependencies of target cairo-1.15.4
[  6%] Generating build/third-party/cairo-1.15.4.zip
--2020-09-25 14:26:31--  https://files.pharo.org/vm/pharo-spur64/mac/third-party//cairo-1.15.4.zip
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1600343133 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1600343133 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Project: Unicorn baseline
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1600958092 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1600343133 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
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: 1017920 (994K) [application/zip]
Saving to: ‘cairo-1.15.4.zip’

     0K .......... .......... .......... .......... ..........  5% 1.36M 1s
    50K .......... .......... .......... .......... .......... 10% 2.79M 0s
   100K .......... .......... .......... .......... .......... 15% 9.18M 0s
   150K .......... .......... .......... .......... .......... 20% 4.70M 0s
   200K .......... .......... .......... .......... .......... 25% 6.92M 0s
   250K .......... .......... .......... .......... .......... 30% 7.47M 0s
   300K .......... .......... .......... .......... .......... 35% 4.27M 0s
   350K .......... .......... .......... .......... .......... 40% 9.63M 0s
   400K .......... .......... .......... .......... .......... 45% 12.9M 0s
   450K .......... .......... .......... .......... .......... 50% 5.06M 0s
   500K .......... .......... .......... .......... .......... 55% 8.92M 0s
   550K .......... .......... .......... .......... .......... 60% 11.2M 0s
   600K .......... .......... .......... .......... .......... 65% 13.7M 0s
   650K .......... .......... .......... .......... .......... 70% 20.5M 0s
   700K .......... .......... .......... .......... .......... 75% 23.0M 0s
   750K .......... .......... .......... .......... .......... 80% 28.0M 0s
   800K .......... .......... .......... .......... .......... 85% 18.1M 0s
   850K .......... .......... .......... .......... .......... 90% 18.5M 0s
   900K .......... .......... .......... .......... .......... 95% 15.3M 0s
   950K .......... .......... .......... .......... ....      100% 6.98M=0.1s

2020-09-25 14:26:31 (6.60 MB/s) - ‘cairo-1.15.4.zip’ saved [1017920/1017920]

MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc
[  7%] Generating build/third-party/cairo-1.15.4.done
Archive:  cairo-1.15.4.zip
  inflating: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm//Pharo.app/Contents/MacOS/Plugins/libcairo.2.dylib  
  inflating: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm//Pharo.app/Contents/MacOS/Plugins/libcairo.dylib  
[  7%] Built target cairo-1.15.4
Scanning dependencies of target pixman-0.34.0
[  7%] Generating build/third-party/pixman-0.34.0.zip
--2020-09-25 14:26:31--  https://files.pharo.org/vm/pharo-spur64/mac/third-party//pixman-0.34.0.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: 1343558 (1.3M) [application/zip]
Saving to: ‘pixman-0.34.0.zip’

     0K .......... .......... .......... .......... ..........  3% 1.37M 1s
    50K .......... .......... .......... .......... ..........  7% 2.75M 1s
   100K .......... .......... .......... .......... .......... 11% 19.8M 0s
   150K .......... .......... .......... .......... .......... 15% 3.08M 0s
   200K .......... .......... .......... .......... .......... 19% 15.1M 0s
   250K .......... .......... .......... .......... .......... 22% 16.2M 0s
   300K .......... .......... .......... .......... .......... 26% 3.67M 0s
   350K .......... .......... .......... .......... .......... 30% 16.2M 0s
   400K .......... .......... .......... .......... .......... 34% 16.5M 0s
   450K .......... .......... .......... .......... .......... 38% 20.1M 0s
   500K .......... .......... .......... .......... .......... 41% 4.92M 0s
   550K .......... .......... .......... .......... .......... 45% 18.1M 0s
   600K .......... .......... .......... .......... .......... 49% 25.9M 0s
   650K .......... .......... .......... .......... .......... 53% 24.5M 0s
   700K .......... .......... .......... .......... .......... 57% 17.6M 0s
   750K .......... .......... .......... .......... .......... 60% 5.33M 0s
   800K .......... .......... .......... .......... .......... 64% 25.6M 0s
   850K .......... .......... .......... .......... .......... 68% 24.5M 0s
   900K .......... .......... .......... .......... .......... 72% 26.0M 0s
   950K .......... .......... .......... .......... .......... 76% 24.7M 0s
  1000K .......... .......... .......... .......... .......... 80% 38.2M 0s
  1050K .......... .......... .......... .......... .......... 83% 30.6M 0s
  1100K .......... .......... .......... .......... .......... 87% 7.77M 0s
  1150K .......... .......... .......... .......... .......... 91% 23.4M 0s
  1200K .......... .......... .......... .......... .......... 95% 26.3M 0s
  1250K .......... .......... .......... .......... .......... 99% 17.5M 0s
  1300K .......... ..                                         100% 11.8M=0.2s

2020-09-25 14:26:31 (8.39 MB/s) - ‘pixman-0.34.0.zip’ saved [1343558/1343558]

[  8%] Generating build/third-party/pixman-0.34.0.done
Archive:  pixman-0.34.0.zip
  inflating: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm//Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.dylib  
  inflating: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm//Pharo.app/Contents/MacOS/Plugins/libpixman-1.dylib  
[  8%] Built target pixman-0.34.0
Scanning dependencies of target build_libFFI
[  9%] Creating directories for 'build_libFFI'
[  9%] Performing download step (git clone) for 'build_libFFI'
Cloning into 'src'...
Note: switching to 'v3.3'.

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 5dcb741 Move nested_struct3 test to closures directory
[  9%] No patch step for 'build_libFFI'
[ 10%] No update step for 'build_libFFI'
[ 11%] Performing configure step for 'build_libFFI'
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc
autoreconf: running: aclocal -I m4
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1600958092 --- 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.1600343133 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc --- cache
autoreconf: configure.ac: tracing
autoreconf: running: glibtoolize --copy
glibtoolize: putting auxiliary files in '.'.
glibtoolize: copying file './ltmain.sh'
glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
glibtoolize: copying file 'm4/libtool.m4'
glibtoolize: copying file 'm4/ltoptions.m4'
glibtoolize: copying file 'm4/ltsugar.m4'
glibtoolize: copying file 'm4/ltversion.m4'
glibtoolize: copying file 'm4/lt~obsolete.m4'
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: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared)
SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed)
NewUndeclaredWarning: Pragmatizer>>newConvertToMessageSendStamp: (Utilities is Undeclared)
NewUndeclaredWarning: Pragmatizer>>newConvertToPragmaStamp: (Utilities is Undeclared)
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
NewUndeclaredWarning: TMethod>>removeFinalSelfReturnIn: (Scanner is Undeclared)
NewUndeclaredWarning: TMethod>>statementsFor:varName: (Compiler is Undeclared)
NewUndeclaredWarning: CCodeGenerator class>>removeCompilerMethods (ParseNode is Undeclared)
NewUndeclaredWarning: CCodeGenerator>>noteVariableUsageInString: (Scanner is Undeclared)
NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared)
NewUndeclaredWarning: SpurMemoryManager>>lookupAddress: (Scanner is Undeclared)
autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoconf
NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec 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: (FileDirectory is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp 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: VMClass class>>initialize (Utilities is Undeclared)
NewUndeclaredWarning: VMClass class>>openCogTestsMultiWindowBrowser (PackageInfo is Undeclared)
NewUndeclaredWarning: VMClass class>>openCogTestsMultiWindowBrowser (AbstractInstructionTests is Undeclared)
NewUndeclaredWarning: VMClass class>>openCogTestsMultiWindowBrowser (Browser is Undeclared)
NewUndeclaredWarning: VMClass class>>openCogitMultiWindowBrowser (Browser is Undeclared)
autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
configure.ac:31: installing './compile'
configure.ac:19: installing './install-sh'
configure.ac:19: installing './missing'
Makefile.am: installing './depcomp'
NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared)
NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
doc/Makefile.am:3: installing 'doc/mdate-sh'
doc/Makefile.am:3: installing 'doc/texinfo.tex'
autoreconf: Leaving directory `.'
NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared)
SystemNotification: Cogit>>mapPrimitive:withIndexToUniqueAddress:(primitiveIndex is shadowed)
NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared)
NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared)
NewUndeclaredWarning: Cogit>>simulateLeafCallOf: (ProcessorSimulationTrap is Undeclared)
checking build system type... x86_64-apple-darwin19.4.0
checking host system type... x86_64-apple-darwin19.4.0
checking target system type... x86_64-apple-darwin
continue configure in default builddir "./x86_64-apple-darwin"
....exec /bin/sh .././configure "--srcdir=.." "--enable-builddir=x86_64-apple-darwin" "darwin"
SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)
checking build system type... x86_64-apple-darwin19.4.0
checking host system type... x86_64-apple-darwin19.4.0
checking target system type... x86_64-apple-darwin
checking for gsed... sed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ../install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... /Library/Developer/CommandLineTools/usr/bin/cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /Library/Developer/CommandLineTools/usr/bin/cc accepts -g... yes
checking for /Library/Developer/CommandLineTools/usr/bin/cc option to accept ISO C89... none needed
checking whether /Library/Developer/CommandLineTools/usr/bin/cc understands -c and -o together... NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared)
yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of /Library/Developer/CommandLineTools/usr/bin/cc... gcc3
checking whether we are using the GNU C++ compiler... yes
checking whether /Library/Developer/CommandLineTools/usr/bin/cc accepts -g... yes
checking dependency style of /Library/Developer/CommandLineTools/usr/bin/cc... gcc3
checking dependency style of /Library/Developer/CommandLineTools/usr/bin/cc... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by /Library/Developer/CommandLineTools/usr/bin/cc... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking how to convert x86_64-apple-darwin19.4.0 file names to x86_64-apple-darwin19.4.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin19.4.0 file names to toolchain format... func_convert_file_noop
checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from /Library/Developer/CommandLineTools/usr/bin/cc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph 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: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared)
SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
/Library/Developer/CommandLineTools/usr/bin/cc -E
checking for ANSI C header files... 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: 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)
yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /Library/Developer/CommandLineTools/usr/bin/cc supports -fno-rtti -fno-exceptions... yes
checking for /Library/Developer/CommandLineTools/usr/bin/cc option to produce PIC... -fno-common -DPIC
checking if /Library/Developer/CommandLineTools/usr/bin/cc PIC flag -fno-common -DPIC works... yes
checking if /Library/Developer/CommandLineTools/usr/bin/cc static flag -static works... no
checking if /Library/Developer/CommandLineTools/usr/bin/cc supports -c -o file.o... yes
checking if /Library/Developer/CommandLineTools/usr/bin/cc supports -c -o file.o... (cached) yes
checking whether the /Library/Developer/CommandLineTools/usr/bin/cc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin19.4.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... /Library/Developer/CommandLineTools/usr/bin/cc -E
checking for ld used by /Library/Developer/CommandLineTools/usr/bin/cc... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking whether the /Library/Developer/CommandLineTools/usr/bin/cc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking for /Library/Developer/CommandLineTools/usr/bin/cc option to produce PIC... -fno-common -DPIC
checking if /Library/Developer/CommandLineTools/usr/bin/cc PIC flag -fno-common -DPIC works... yes
checking if /Library/Developer/CommandLineTools/usr/bin/cc static flag -static works... no
checking if /Library/Developer/CommandLineTools/usr/bin/cc supports -c -o file.o... yes
checking if /Library/Developer/CommandLineTools/usr/bin/cc supports -c -o file.o... (cached) yes
checking whether the /Library/Developer/CommandLineTools/usr/bin/cc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin19.4.0 dyld
checking how to hardcode library paths into programs... immediate
checking size of size_t... 8
checking for C compiler vendor... clang

********************************************************
* WARNING: Don't know the best CFLAGS for this system  *
* Use ./configure CFLAGS=... to specify your own flags *
* (otherwise, a default of CFLAGS=-O3 will be used)    *
********************************************************

checking whether C compiler accepts -O3... yes
checking CFLAGS for maximum warnings... -Wall
checking whether to enable maintainer-specific portions of Makefiles... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking for mkostemp... yes
checking for sys/mman.h... (cached) yes
checking for mmap... (cached) yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... no
checking for MAP_ANON(YMOUS)... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking for ANSI C header files... (cached) yes
checking for memcpy... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking size of double... 8
checking size of long double... 16
checking whether byte ordering is bigendian... no
checking assembler .cfi pseudo-op support... no
checking assembler supports pc related relocs... yes
checking for _ prefix in compiled symbols... yes
checking toolchain supports unwind section type... no
checking whether .eh_frame section should be read-only... no
checking for __attribute__((visibility("hidden")))... yes
clang: error: unsupported option '-print-multi-os-directory'
clang: error: no input files
checking for ld used by /Library/Developer/CommandLineTools/usr/bin/cc... (cached) /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... (cached) no
MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/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)
configure: versioning on shared library symbols is no
checking that generated files are newer than configure... done
configure: creating ./config.status
MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc --- cache
NewUndeclaredWarning: UnicornSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
NewUndeclaredWarning: VMCodeGenerationTest>>testEmptyStructTypeDef (MockEmptyVMStruct is Undeclared)
NewUndeclaredWarning: VMCodeGenerationTest>>testEmptyStructWithRedefinedStructNameTypeDef (MockEmptyVMStructWithRedefinedStructName is Undeclared)
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)
config.status: creating include/Makefile
config.status: creating include/ffi.h
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating man/Makefile
config.status: creating doc/Makefile
config.status: creating libffi.pc
config.status: creating fficonfig.h
config.status: executing buildir commands
config.status: create top_srcdir/Makefile guessed from local Makefile
config.status: buggy sed found - it deletes tab in "a" text parts
config.status: build in x86_64-apple-darwin (HOST=)
config.status: executing depfiles commands
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/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)
SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed)
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_v8.6.0-alpha/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc --- cache
MetacelloNotification: ...finished baseline
config.status: executing libtool commands
config.status: executing include commands
config.status: executing src commands
[ 11%] Performing build step for 'build_libFFI'
MAKE x86_64-apple-darwin19.4.0 :        0 * all-all
Making all in include
Making all in testsuite
Making all in man
libtool: compile:  /Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c ../src/prep_cif.c  -fno-common -DPIC -o src/.libs/prep_cif.o
In file included from ../src/prep_cif.c:28:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:134:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
double   atof(const char *);
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:134:25: note: insert '_Nullable' if the pointer may be null
double   atof(const char *);
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:134:25: note: insert '_Nonnull' if the pointer should never be null
double   atof(const char *);
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:135:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      atoi(const char *);
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:135:22: note: insert '_Nullable' if the pointer may be null
int      atoi(const char *);
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:135:22: note: insert '_Nonnull' if the pointer should never be null
int      atoi(const char *);
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:136:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
long     atol(const char *);
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:136:23: note: insert '_Nullable' if the pointer may be null
long     atol(const char *);
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:136:23: note: insert '_Nonnull' if the pointer should never be null
long     atol(const char *);
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:139:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         atoll(const char *);
                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:139:20: note: insert '_Nullable' if the pointer may be null
         atoll(const char *);
                          ^
                           _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:139:20: note: insert '_Nonnull' if the pointer should never be null
         atoll(const char *);
                          ^
                           _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *bsearch(const void *__key, const void *__base, size_t __nel,
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:26: note: insert '_Nullable' if the pointer may be null
void    *bsearch(const void *__key, const void *__base, size_t __nel,
                            ^
                              _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:26: note: insert '_Nonnull' if the pointer should never be null
void    *bsearch(const void *__key, const void *__base, size_t __nel,
                            ^
                              _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *bsearch(const void *__key, const void *__base, size_t __nel,
                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:45: note: insert '_Nullable' if the pointer may be null
void    *bsearch(const void *__key, const void *__base, size_t __nel,
                                               ^
                                                 _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:45: note: insert '_Nonnull' if the pointer should never be null
void    *bsearch(const void *__key, const void *__base, size_t __nel,
                                               ^
                                                 _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:142:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            size_t __width, int (* _Nonnull __compar)(const void *, const void *));
                                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:142:59: note: insert '_Nullable' if the pointer may be null
            size_t __width, int (* _Nonnull __compar)(const void *, const void *));
                                                                 ^
                                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:142:59: note: insert '_Nonnull' if the pointer should never be null
            size_t __width, int (* _Nonnull __compar)(const void *, const void *));
                                                                 ^
                                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:142:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            size_t __width, int (* _Nonnull __compar)(const void *, const void *));
                                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:142:73: note: insert '_Nullable' if the pointer may be null
            size_t __width, int (* _Nonnull __compar)(const void *, const void *));
                                                                               ^
                                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:142:73: note: insert '_Nonnull' if the pointer should never be null
            size_t __width, int (* _Nonnull __compar)(const void *, const void *));
                                                                               ^
                                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *bsearch(const void *__key, const void *__base, size_t __nel,
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:6: note: insert '_Nullable' if the pointer may be null
void    *bsearch(const void *__key, const void *__base, size_t __nel,
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:6: note: insert '_Nonnull' if the pointer should never be null
void    *bsearch(const void *__key, const void *__base, size_t __nel,
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *getenv(const char *);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147:25: note: insert '_Nullable' if the pointer may be null
char    *getenv(const char *);
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147:25: note: insert '_Nonnull' if the pointer should never be null
char    *getenv(const char *);
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *getenv(const char *);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147:6: note: insert '_Nullable' if the pointer may be null
char    *getenv(const char *);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147:6: note: insert '_Nonnull' if the pointer should never be null
char    *getenv(const char *);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:156:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      mblen(const char *__s, size_t __n);
                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:156:23: note: insert '_Nullable' if the pointer may be null
int      mblen(const char *__s, size_t __n);
                          ^
                            _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:156:23: note: insert '_Nonnull' if the pointer should never be null
int      mblen(const char *__s, size_t __n);
                          ^
                            _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
size_t   mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157:26: note: insert '_Nullable' if the pointer may be null
size_t   mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
                          ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157:26: note: insert '_Nonnull' if the pointer should never be null
size_t   mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
                          ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157:52: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
size_t   mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
                                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157:52: note: insert '_Nullable' if the pointer may be null
size_t   mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
                                                    ^
                                                      _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157:52: note: insert '_Nonnull' if the pointer should never be null
size_t   mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
                                                    ^
                                                      _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158:21: note: insert '_Nullable' if the pointer may be null
int      mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
                        ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158:21: note: insert '_Nonnull' if the pointer should never be null
int      mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
                        ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158:46: note: insert '_Nullable' if the pointer may be null
int      mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
                                                 ^
                                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158:46: note: insert '_Nonnull' if the pointer should never be null
int      mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
                                                 ^
                                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:160:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     qsort(void *__base, size_t __nel, size_t __width,
                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:160:18: note: insert '_Nullable' if the pointer may be null
void     qsort(void *__base, size_t __nel, size_t __width,
                    ^
                      _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:160:18: note: insert '_Nonnull' if the pointer should never be null
void     qsort(void *__base, size_t __nel, size_t __width,
                    ^
                      _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:161:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:161:43: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:161:43: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:161:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:161:57: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:161:57: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:27: note: insert '_Nullable' if the pointer may be null
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:27: note: insert '_Nonnull' if the pointer should never be null
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                                   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:35: note: insert '_Nullable' if the pointer may be null
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                                   ^
                                    _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:35: note: insert '_Nonnull' if the pointer should never be null
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                                   ^
                                    _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:36: note: insert '_Nullable' if the pointer may be null
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                                    ^
                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:36: note: insert '_Nonnull' if the pointer should never be null
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                                    ^
                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:26: note: insert '_Nullable' if the pointer may be null
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:26: note: insert '_Nonnull' if the pointer should never be null
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                                   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:34: note: insert '_Nullable' if the pointer may be null
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                                   ^
                                    _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:34: note: insert '_Nonnull' if the pointer should never be null
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                                   ^
                                    _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:35: note: insert '_Nullable' if the pointer may be null
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                                    ^
                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:35: note: insert '_Nonnull' if the pointer should never be null
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                                    ^
                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
long     strtol(const char *__str, char **__endptr, int __base);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:25: note: insert '_Nullable' if the pointer may be null
long     strtol(const char *__str, char **__endptr, int __base);
                           ^
                             _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:25: note: insert '_Nonnull' if the pointer should never be null
long     strtol(const char *__str, char **__endptr, int __base);
                           ^
                             _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
long     strtol(const char *__str, char **__endptr, int __base);
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:38: note: insert '_Nullable' if the pointer may be null
long     strtol(const char *__str, char **__endptr, int __base);
                                        ^
                                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:38: note: insert '_Nonnull' if the pointer should never be null
long     strtol(const char *__str, char **__endptr, int __base);
                                        ^
                                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:39: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
long     strtol(const char *__str, char **__endptr, int __base);
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:39: note: insert '_Nullable' if the pointer may be null
long     strtol(const char *__str, char **__endptr, int __base);
                                         ^
                                           _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:39: note: insert '_Nonnull' if the pointer should never be null
long     strtol(const char *__str, char **__endptr, int __base);
                                         ^
                                           _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtold(const char *, char **);
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:22: note: insert '_Nullable' if the pointer may be null
         strtold(const char *, char **);
                            ^
                             _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:22: note: insert '_Nonnull' if the pointer should never be null
         strtold(const char *, char **);
                            ^
                             _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtold(const char *, char **);
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:30: note: insert '_Nullable' if the pointer may be null
         strtold(const char *, char **);
                                    ^
                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:30: note: insert '_Nonnull' if the pointer should never be null
         strtold(const char *, char **);
                                    ^
                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtold(const char *, char **);
                                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:31: note: insert '_Nullable' if the pointer may be null
         strtold(const char *, char **);
                                     ^
                                      _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:31: note: insert '_Nonnull' if the pointer should never be null
         strtold(const char *, char **);
                                     ^
                                      _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoll(const char *__str, char **__endptr, int __base);
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:22: note: insert '_Nullable' if the pointer may be null
         strtoll(const char *__str, char **__endptr, int __base);
                            ^
                              _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:22: note: insert '_Nonnull' if the pointer should never be null
         strtoll(const char *__str, char **__endptr, int __base);
                            ^
                              _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoll(const char *__str, char **__endptr, int __base);
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:35: note: insert '_Nullable' if the pointer may be null
         strtoll(const char *__str, char **__endptr, int __base);
                                         ^
                                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:35: note: insert '_Nonnull' if the pointer should never be null
         strtoll(const char *__str, char **__endptr, int __base);
                                         ^
                                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoll(const char *__str, char **__endptr, int __base);
                                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:36: note: insert '_Nullable' if the pointer may be null
         strtoll(const char *__str, char **__endptr, int __base);
                                          ^
                                            _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:36: note: insert '_Nonnull' if the pointer should never be null
         strtoll(const char *__str, char **__endptr, int __base);
                                          ^
                                            _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoul(const char *__str, char **__endptr, int __base);
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:22: note: insert '_Nullable' if the pointer may be null
         strtoul(const char *__str, char **__endptr, int __base);
                            ^
                              _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:22: note: insert '_Nonnull' if the pointer should never be null
         strtoul(const char *__str, char **__endptr, int __base);
                            ^
                              _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoul(const char *__str, char **__endptr, int __base);
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:35: note: insert '_Nullable' if the pointer may be null
         strtoul(const char *__str, char **__endptr, int __base);
                                         ^
                                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:35: note: insert '_Nonnull' if the pointer should never be null
         strtoul(const char *__str, char **__endptr, int __base);
                                         ^
                                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoul(const char *__str, char **__endptr, int __base);
                                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:36: note: insert '_Nullable' if the pointer may be null
         strtoul(const char *__str, char **__endptr, int __base);
                                          ^
                                            _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:36: note: insert '_Nonnull' if the pointer should never be null
         strtoul(const char *__str, char **__endptr, int __base);
                                          ^
                                            _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoull(const char *__str, char **__endptr, int __base);
                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:23: note: insert '_Nullable' if the pointer may be null
         strtoull(const char *__str, char **__endptr, int __base);
                             ^
                               _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:23: note: insert '_Nonnull' if the pointer should never be null
         strtoull(const char *__str, char **__endptr, int __base);
                             ^
                               _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoull(const char *__str, char **__endptr, int __base);
                                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:36: note: insert '_Nullable' if the pointer may be null
         strtoull(const char *__str, char **__endptr, int __base);
                                          ^
                                           _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:36: note: insert '_Nonnull' if the pointer should never be null
         strtoull(const char *__str, char **__endptr, int __base);
                                          ^
                                           _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoull(const char *__str, char **__endptr, int __base);
                                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:37: note: insert '_Nullable' if the pointer may be null
         strtoull(const char *__str, char **__endptr, int __base);
                                           ^
                                             _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:37: note: insert '_Nonnull' if the pointer should never be null
         strtoull(const char *__str, char **__endptr, int __base);
                                           ^
                                             _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:190:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      system(const char *) __DARWIN_ALIAS_C(system);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:190:24: note: insert '_Nullable' if the pointer may be null
int      system(const char *) __DARWIN_ALIAS_C(system);
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:190:24: note: insert '_Nonnull' if the pointer should never be null
int      system(const char *) __DARWIN_ALIAS_C(system);
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
size_t   wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:23: note: insert '_Nullable' if the pointer may be null
size_t   wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
                       ^
                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:23: note: insert '_Nonnull' if the pointer should never be null
size_t   wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
                       ^
                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
size_t   wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
                                                   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:51: note: insert '_Nullable' if the pointer may be null
size_t   wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
                                                   ^
                                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:51: note: insert '_Nonnull' if the pointer should never be null
size_t   wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
                                                   ^
                                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:195:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      wctomb(char *, wchar_t);
                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:195:18: note: insert '_Nullable' if the pointer may be null
int      wctomb(char *, wchar_t);
                     ^
                      _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:195:18: note: insert '_Nonnull' if the pointer should never be null
int      wctomb(char *, wchar_t);
                     ^
                      _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:199:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
long     a64l(const char *);
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:199:23: note: insert '_Nullable' if the pointer may be null
long     a64l(const char *);
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:199:23: note: insert '_Nonnull' if the pointer should never be null
long     a64l(const char *);
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:29: note: insert '_Nullable' if the pointer may be null
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                               ^
                                 _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:29: note: insert '_Nonnull' if the pointer should never be null
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                               ^
                                 _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:46: note: insert '_Nullable' if the pointer may be null
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                                                ^
                                                  _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:46: note: insert '_Nonnull' if the pointer should never be null
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                                                ^
                                                  _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:6: note: insert '_Nullable' if the pointer may be null
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:6: note: insert '_Nonnull' if the pointer should never be null
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:202:31: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
double   erand48(unsigned short[3]);
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:202:31: note: insert '_Nullable' if the array parameter may be null
double   erand48(unsigned short[3]);
                               ^
                                _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:202:31: note: insert '_Nonnull' if the array parameter should never be null
double   erand48(unsigned short[3]);
                               ^
                                _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:29: note: insert '_Nullable' if the pointer may be null
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                               ^
                                 _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:29: note: insert '_Nonnull' if the pointer should never be null
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                               ^
                                 _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:46: note: insert '_Nullable' if the pointer may be null
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                                                ^
                                                  _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:46: note: insert '_Nonnull' if the pointer should never be null
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                                                ^
                                                  _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:6: note: insert '_Nullable' if the pointer may be null
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:6: note: insert '_Nonnull' if the pointer should never be null
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *gcvt(double, int, char *); /* LEGACY */
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:30: note: insert '_Nullable' if the pointer may be null
char    *gcvt(double, int, char *); /* LEGACY */
                                ^
                                 _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:30: note: insert '_Nonnull' if the pointer should never be null
char    *gcvt(double, int, char *); /* LEGACY */
                                ^
                                 _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *gcvt(double, int, char *); /* LEGACY */
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:6: note: insert '_Nullable' if the pointer may be null
char    *gcvt(double, int, char *); /* LEGACY */
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:6: note: insert '_Nonnull' if the pointer should never be null
char    *gcvt(double, int, char *); /* LEGACY */
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      getsubopt(char **, char * const *, char **);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:21: note: insert '_Nullable' if the pointer may be null
int      getsubopt(char **, char * const *, char **);
                        ^
                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:21: note: insert '_Nonnull' if the pointer should never be null
int      getsubopt(char **, char * const *, char **);
                        ^
                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      getsubopt(char **, char * const *, char **);
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:22: note: insert '_Nullable' if the pointer may be null
int      getsubopt(char **, char * const *, char **);
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:22: note: insert '_Nonnull' if the pointer should never be null
int      getsubopt(char **, char * const *, char **);
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      getsubopt(char **, char * const *, char **);
                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:30: note: insert '_Nullable' if the pointer may be null
int      getsubopt(char **, char * const *, char **);
                                 ^
                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:30: note: insert '_Nonnull' if the pointer should never be null
int      getsubopt(char **, char * const *, char **);
                                 ^
                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      getsubopt(char **, char * const *, char **);
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:38: note: insert '_Nullable' if the pointer may be null
int      getsubopt(char **, char * const *, char **);
                                         ^
                                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:38: note: insert '_Nonnull' if the pointer should never be null
int      getsubopt(char **, char * const *, char **);
                                         ^
                                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      getsubopt(char **, char * const *, char **);
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:46: note: insert '_Nullable' if the pointer may be null
int      getsubopt(char **, char * const *, char **);
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:46: note: insert '_Nonnull' if the pointer should never be null
int      getsubopt(char **, char * const *, char **);
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      getsubopt(char **, char * const *, char **);
                                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:47: note: insert '_Nullable' if the pointer may be null
int      getsubopt(char **, char * const *, char **);
                                                  ^
                                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:47: note: insert '_Nonnull' if the pointer should never be null
int      getsubopt(char **, char * const *, char **);
                                                  ^
                                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *initstate(unsigned, char *, size_t); /* no  __DARWIN_ALIAS needed */
                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:32: note: insert '_Nullable' if the pointer may be null
char    *initstate(unsigned, char *, size_t); /* no  __DARWIN_ALIAS needed */
                                  ^
                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:32: note: insert '_Nonnull' if the pointer should never be null
char    *initstate(unsigned, char *, size_t); /* no  __DARWIN_ALIAS needed */
                                  ^
                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *initstate(unsigned, char *, size_t); /* no  __DARWIN_ALIAS needed */
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:6: note: insert '_Nullable' if the pointer may be null
char    *initstate(unsigned, char *, size_t); /* no  __DARWIN_ALIAS needed */
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:6: note: insert '_Nonnull' if the pointer should never be null
char    *initstate(unsigned, char *, size_t); /* no  __DARWIN_ALIAS needed */
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:212:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
long     jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:212:29: note: insert '_Nullable' if the array parameter may be null
long     jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
                               ^
                                _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:212:29: note: insert '_Nonnull' if the array parameter should never be null
long     jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
                               ^
                                _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:213:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *l64a(long);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:213:6: note: insert '_Nullable' if the pointer may be null
char    *l64a(long);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:213:6: note: insert '_Nonnull' if the pointer should never be null
char    *l64a(long);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:214:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
void     lcong48(unsigned short[7]);
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:214:29: note: insert '_Nullable' if the array parameter may be null
void     lcong48(unsigned short[7]);
                               ^
                                _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:214:29: note: insert '_Nonnull' if the array parameter should never be null
void     lcong48(unsigned short[7]);
                               ^
                                _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *mktemp(char *);
                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:19: note: insert '_Nullable' if the pointer may be null
char    *mktemp(char *);
                     ^
                      _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:19: note: insert '_Nonnull' if the pointer should never be null
char    *mktemp(char *);
                     ^
                      _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *mktemp(char *);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:6: note: insert '_Nullable' if the pointer may be null
char    *mktemp(char *);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:6: note: insert '_Nonnull' if the pointer should never be null
char    *mktemp(char *);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:217:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      mkstemp(char *);
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:217:19: note: insert '_Nullable' if the pointer may be null
int      mkstemp(char *);
                      ^
                       _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:217:19: note: insert '_Nonnull' if the pointer should never be null
int      mkstemp(char *);
                      ^
                       _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:219:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
long     nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:219:29: note: insert '_Nullable' if the array parameter may be null
long     nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
                               ^
                                _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:219:29: note: insert '_Nonnull' if the array parameter should never be null
long     nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
                               ^
                                _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:221:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *ptsname(int);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:221:6: note: insert '_Nullable' if the pointer may be null
char    *ptsname(int);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:221:6: note: insert '_Nonnull' if the pointer should never be null
char    *ptsname(int);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:224:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3));
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:224:32: note: insert '_Nullable' if the pointer may be null
int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3));
                               ^
                                 _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:224:32: note: insert '_Nonnull' if the pointer should never be null
int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3));
                               ^
                                 _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:227:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      putenv(char *) __DARWIN_ALIAS(putenv);
                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:227:18: note: insert '_Nullable' if the pointer may be null
int      putenv(char *) __DARWIN_ALIAS(putenv);
                     ^
                      _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:227:18: note: insert '_Nonnull' if the pointer should never be null
int      putenv(char *) __DARWIN_ALIAS(putenv);
                     ^
                      _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:229:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      rand_r(unsigned *) __swift_unavailable("Use arc4random instead.");
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:229:22: note: insert '_Nullable' if the pointer may be null
int      rand_r(unsigned *) __swift_unavailable("Use arc4random instead.");
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:229:22: note: insert '_Nonnull' if the pointer should never be null
int      rand_r(unsigned *) __swift_unavailable("Use arc4random instead.");
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:27: note: insert '_Nullable' if the pointer may be null
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
                             ^
                               _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:27: note: insert '_Nonnull' if the pointer should never be null
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
                             ^
                               _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
                                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:46: note: insert '_Nullable' if the pointer may be null
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
                                                ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:46: note: insert '_Nonnull' if the pointer should never be null
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
                                                ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:6: note: insert '_Nullable' if the pointer may be null
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:6: note: insert '_Nonnull' if the pointer should never be null
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:24: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
        *seed48(unsigned short[3]);
                              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:24: note: insert '_Nullable' if the array parameter may be null
        *seed48(unsigned short[3]);
                              ^
                               _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:24: note: insert '_Nonnull' if the array parameter should never be null
        *seed48(unsigned short[3]);
                              ^
                               _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
        *seed48(unsigned short[3]);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:2: note: insert '_Nullable' if the pointer may be null
        *seed48(unsigned short[3]);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:2: note: insert '_Nonnull' if the pointer should never be null
        *seed48(unsigned short[3]);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:24: note: insert '_Nullable' if the pointer may be null
int      setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
                           ^
                             _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:24: note: insert '_Nonnull' if the pointer should never be null
int      setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
                           ^
                             _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
                                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:45: note: insert '_Nullable' if the pointer may be null
int      setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
                                                ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:45: note: insert '_Nonnull' if the pointer should never be null
int      setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
                                                ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:239:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     setkey(const char *) __DARWIN_ALIAS(setkey);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:239:25: note: insert '_Nullable' if the pointer may be null
void     setkey(const char *) __DARWIN_ALIAS(setkey);
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:239:25: note: insert '_Nonnull' if the pointer should never be null
void     setkey(const char *) __DARWIN_ALIAS(setkey);
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *setstate(const char *);
                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:27: note: insert '_Nullable' if the pointer may be null
char    *setstate(const char *);
                             ^
                              _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:27: note: insert '_Nonnull' if the pointer should never be null
char    *setstate(const char *);
                             ^
                              _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *setstate(const char *);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:6: note: insert '_Nullable' if the pointer may be null
char    *setstate(const char *);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:6: note: insert '_Nonnull' if the pointer should never be null
char    *setstate(const char *);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:252:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      unsetenv(const char *) __DARWIN_ALIAS(unsetenv);
                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:252:26: note: insert '_Nullable' if the pointer may be null
int      unsetenv(const char *) __DARWIN_ALIAS(unsetenv);
                             ^
                              _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:252:26: note: insert '_Nonnull' if the pointer should never be null
int      unsetenv(const char *) __DARWIN_ALIAS(unsetenv);
                             ^
                              _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:265:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/)
                                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:265:42: note: insert '_Nullable' if the pointer may be null
void     arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/)
                                            ^
                                              _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:265:42: note: insert '_Nonnull' if the pointer should never be null
void     arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/)
                                            ^
                                              _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:270:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);
                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:270:27: note: insert '_Nullable' if the pointer may be null
void     arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);
                             ^
                               _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:270:27: note: insert '_Nonnull' if the pointer should never be null
void     arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);
                             ^
                               _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
                              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:28: note: insert '_Nullable' if the pointer may be null
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
                              ^
                                _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:28: note: insert '_Nonnull' if the pointer should never be null
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
                              ^
                                _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:47: note: insert '_Nullable' if the pointer may be null
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
                                                 ^
                                                   _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:47: note: insert '_Nonnull' if the pointer should never be null
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
                                                 ^
                                                   _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
                                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:59: note: insert '_Nullable' if the pointer may be null
            size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
                                                                 ^
                                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:59: note: insert '_Nonnull' if the pointer should never be null
            size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
                                                                 ^
                                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
                                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:73: note: insert '_Nullable' if the pointer may be null
            size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
                                                                               ^
                                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:73: note: insert '_Nonnull' if the pointer should never be null
            size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
                                                                               ^
                                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:6: note: insert '_Nullable' if the pointer may be null
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:6: note: insert '_Nonnull' if the pointer should never be null
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *cgetcap(char *, const char *, int);
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:20: note: insert '_Nullable' if the pointer may be null
char    *cgetcap(char *, const char *, int);
                      ^
                       _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:20: note: insert '_Nonnull' if the pointer should never be null
char    *cgetcap(char *, const char *, int);
                      ^
                       _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *cgetcap(char *, const char *, int);
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:34: note: insert '_Nullable' if the pointer may be null
char    *cgetcap(char *, const char *, int);
                                    ^
                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:34: note: insert '_Nonnull' if the pointer should never be null
char    *cgetcap(char *, const char *, int);
                                    ^
                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *cgetcap(char *, const char *, int);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:6: note: insert '_Nullable' if the pointer may be null
char    *cgetcap(char *, const char *, int);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:6: note: insert '_Nonnull' if the pointer should never be null
char    *cgetcap(char *, const char *, int);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetent(char **, char **, const char *);
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:19: note: insert '_Nullable' if the pointer may be null
int      cgetent(char **, char **, const char *);
                      ^
                       _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:19: note: insert '_Nonnull' if the pointer should never be null
int      cgetent(char **, char **, const char *);
                      ^
                       _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetent(char **, char **, const char *);
                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:20: note: insert '_Nullable' if the pointer may be null
int      cgetent(char **, char **, const char *);
                       ^
                        _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:20: note: insert '_Nonnull' if the pointer should never be null
int      cgetent(char **, char **, const char *);
                       ^
                        _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetent(char **, char **, const char *);
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:28: note: insert '_Nullable' if the pointer may be null
int      cgetent(char **, char **, const char *);
                               ^
                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:28: note: insert '_Nonnull' if the pointer should never be null
int      cgetent(char **, char **, const char *);
                               ^
                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetent(char **, char **, const char *);
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:29: note: insert '_Nullable' if the pointer may be null
int      cgetent(char **, char **, const char *);
                                ^
                                 _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:29: note: insert '_Nonnull' if the pointer should never be null
int      cgetent(char **, char **, const char *);
                                ^
                                 _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetent(char **, char **, const char *);
                                              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:43: note: insert '_Nullable' if the pointer may be null
int      cgetent(char **, char **, const char *);
                                              ^
                                               _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:43: note: insert '_Nonnull' if the pointer should never be null
int      cgetent(char **, char **, const char *);
                                              ^
                                               _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetfirst(char **, char **);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:21: note: insert '_Nullable' if the pointer may be null
int      cgetfirst(char **, char **);
                        ^
                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:21: note: insert '_Nonnull' if the pointer should never be null
int      cgetfirst(char **, char **);
                        ^
                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetfirst(char **, char **);
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:22: note: insert '_Nullable' if the pointer may be null
int      cgetfirst(char **, char **);
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:22: note: insert '_Nonnull' if the pointer should never be null
int      cgetfirst(char **, char **);
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetfirst(char **, char **);
                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:30: note: insert '_Nullable' if the pointer may be null
int      cgetfirst(char **, char **);
                                 ^
                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:30: note: insert '_Nonnull' if the pointer should never be null
int      cgetfirst(char **, char **);
                                 ^
                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetfirst(char **, char **);
                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:31: note: insert '_Nullable' if the pointer may be null
int      cgetfirst(char **, char **);
                                  ^
                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:31: note: insert '_Nonnull' if the pointer should never be null
int      cgetfirst(char **, char **);
                                  ^
                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetmatch(const char *, const char *);
                              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:27: note: insert '_Nullable' if the pointer may be null
int      cgetmatch(const char *, const char *);
                              ^
                               _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:27: note: insert '_Nonnull' if the pointer should never be null
int      cgetmatch(const char *, const char *);
                              ^
                               _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetmatch(const char *, const char *);
                                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:41: note: insert '_Nullable' if the pointer may be null
int      cgetmatch(const char *, const char *);
                                            ^
                                             _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:41: note: insert '_Nonnull' if the pointer should never be null
int      cgetmatch(const char *, const char *);
                                            ^
                                             _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnext(char **, char **);
                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:20: note: insert '_Nullable' if the pointer may be null
int      cgetnext(char **, char **);
                       ^
                        _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:20: note: insert '_Nonnull' if the pointer should never be null
int      cgetnext(char **, char **);
                       ^
                        _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnext(char **, char **);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:21: note: insert '_Nullable' if the pointer may be null
int      cgetnext(char **, char **);
                        ^
                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:21: note: insert '_Nonnull' if the pointer should never be null
int      cgetnext(char **, char **);
                        ^
                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnext(char **, char **);
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:29: note: insert '_Nullable' if the pointer may be null
int      cgetnext(char **, char **);
                                ^
                                 _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:29: note: insert '_Nonnull' if the pointer should never be null
int      cgetnext(char **, char **);
                                ^
                                 _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnext(char **, char **);
                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:30: note: insert '_Nullable' if the pointer may be null
int      cgetnext(char **, char **);
                                 ^
                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:30: note: insert '_Nonnull' if the pointer should never be null
int      cgetnext(char **, char **);
                                 ^
                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnum(char *, const char *, long *);
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:19: note: insert '_Nullable' if the pointer may be null
int      cgetnum(char *, const char *, long *);
                      ^
                       _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:19: note: insert '_Nonnull' if the pointer should never be null
int      cgetnum(char *, const char *, long *);
                      ^
                       _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnum(char *, const char *, long *);
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:33: note: insert '_Nullable' if the pointer may be null
int      cgetnum(char *, const char *, long *);
                                    ^
                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:33: note: insert '_Nonnull' if the pointer should never be null
int      cgetnum(char *, const char *, long *);
                                    ^
                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnum(char *, const char *, long *);
                                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:41: note: insert '_Nullable' if the pointer may be null
int      cgetnum(char *, const char *, long *);
                                            ^
                                             _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:41: note: insert '_Nonnull' if the pointer should never be null
int      cgetnum(char *, const char *, long *);
                                            ^
                                             _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:288:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetset(const char *);
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:288:25: note: insert '_Nullable' if the pointer may be null
int      cgetset(const char *);
                            ^
                             _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:288:25: note: insert '_Nonnull' if the pointer should never be null
int      cgetset(const char *);
                            ^
                             _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetstr(char *, const char *, char **);
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:19: note: insert '_Nullable' if the pointer may be null
int      cgetstr(char *, const char *, char **);
                      ^
                       _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:19: note: insert '_Nonnull' if the pointer should never be null
int      cgetstr(char *, const char *, char **);
                      ^
                       _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetstr(char *, const char *, char **);
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:33: note: insert '_Nullable' if the pointer may be null
int      cgetstr(char *, const char *, char **);
                                    ^
                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:33: note: insert '_Nonnull' if the pointer should never be null
int      cgetstr(char *, const char *, char **);
                                    ^
                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetstr(char *, const char *, char **);
                                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:41: note: insert '_Nullable' if the pointer may be null
int      cgetstr(char *, const char *, char **);
                                            ^
                                             _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:41: note: insert '_Nonnull' if the pointer should never be null
int      cgetstr(char *, const char *, char **);
                                            ^
                                             _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetstr(char *, const char *, char **);
                                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:42: note: insert '_Nullable' if the pointer may be null
int      cgetstr(char *, const char *, char **);
                                             ^
                                              _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:42: note: insert '_Nonnull' if the pointer should never be null
int      cgetstr(char *, const char *, char **);
                                             ^
                                              _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetustr(char *, const char *, char **);
                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:20: note: insert '_Nullable' if the pointer may be null
int      cgetustr(char *, const char *, char **);
                       ^
                        _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:20: note: insert '_Nonnull' if the pointer should never be null
int      cgetustr(char *, const char *, char **);
                       ^
                        _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetustr(char *, const char *, char **);
                                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:34: note: insert '_Nullable' if the pointer may be null
int      cgetustr(char *, const char *, char **);
                                     ^
                                      _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:34: note: insert '_Nonnull' if the pointer should never be null
int      cgetustr(char *, const char *, char **);
                                     ^
                                      _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetustr(char *, const char *, char **);
                                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:42: note: insert '_Nullable' if the pointer may be null
int      cgetustr(char *, const char *, char **);
                                             ^
                                              _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:42: note: insert '_Nonnull' if the pointer should never be null
int      cgetustr(char *, const char *, char **);
                                             ^
                                              _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetustr(char *, const char *, char **);
                                              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:43: note: insert '_Nullable' if the pointer may be null
int      cgetustr(char *, const char *, char **);
                                              ^
                                               _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:43: note: insert '_Nonnull' if the pointer should never be null
int      cgetustr(char *, const char *, char **);
                                              ^
                                               _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:293:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *devname(dev_t, mode_t);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:293:6: note: insert '_Nullable' if the pointer may be null
char    *devname(dev_t, mode_t);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:293:6: note: insert '_Nonnull' if the pointer should never be null
char    *devname(dev_t, mode_t);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *devname_r(dev_t, mode_t, char *buf, int len);
                                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:37: note: insert '_Nullable' if the pointer may be null
char    *devname_r(dev_t, mode_t, char *buf, int len);
                                       ^
                                         _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:37: note: insert '_Nonnull' if the pointer should never be null
char    *devname_r(dev_t, mode_t, char *buf, int len);
                                       ^
                                         _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *devname_r(dev_t, mode_t, char *buf, int len);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:6: note: insert '_Nullable' if the pointer may be null
char    *devname_r(dev_t, mode_t, char *buf, int len);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:6: note: insert '_Nonnull' if the pointer should never be null
char    *devname_r(dev_t, mode_t, char *buf, int len);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *getbsize(int *, long *);
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:20: note: insert '_Nullable' if the pointer may be null
char    *getbsize(int *, long *);
                      ^
                       _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:20: note: insert '_Nonnull' if the pointer should never be null
char    *getbsize(int *, long *);
                      ^
                       _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *getbsize(int *, long *);
                              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:28: note: insert '_Nullable' if the pointer may be null
char    *getbsize(int *, long *);
                              ^
                               _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:28: note: insert '_Nonnull' if the pointer should never be null
char    *getbsize(int *, long *);
                              ^
                               _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *getbsize(int *, long *);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:6: note: insert '_Nullable' if the pointer may be null
char    *getbsize(int *, long *);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:6: note: insert '_Nonnull' if the pointer should never be null
char    *getbsize(int *, long *);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:296:24: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
int      getloadavg(double [], int);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:296:24: note: insert '_Nullable' if the array parameter may be null
int      getloadavg(double [], int);
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:296:24: note: insert '_Nonnull' if the array parameter should never be null
int      getloadavg(double [], int);
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:298:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
        *getprogname(void);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:298:2: note: insert '_Nullable' if the pointer may be null
        *getprogname(void);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:298:2: note: insert '_Nonnull' if the pointer should never be null
        *getprogname(void);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:299:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     setprogname(const char *);
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:299:30: note: insert '_Nullable' if the pointer may be null
void     setprogname(const char *);
                                ^
                                 _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:299:30: note: insert '_Nonnull' if the pointer should never be null
void     setprogname(const char *);
                                ^
                                 _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:309:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      heapsort(void *__base, size_t __nel, size_t __width,
                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:309:20: note: insert '_Nullable' if the pointer may be null
int      heapsort(void *__base, size_t __nel, size_t __width,
                       ^
                         _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:309:20: note: insert '_Nonnull' if the pointer should never be null
int      heapsort(void *__base, size_t __nel, size_t __width,
                       ^
                         _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:43: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:43: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:57: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:57: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:312:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      heapsort_b(void *__base, size_t __nel, size_t __width,
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:312:22: note: insert '_Nullable' if the pointer may be null
int      heapsort_b(void *__base, size_t __nel, size_t __width,
                         ^
                           _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:312:22: note: insert '_Nonnull' if the pointer should never be null
int      heapsort_b(void *__base, size_t __nel, size_t __width,
                         ^
                           _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:43: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:43: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:57: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:57: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:316:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      mergesort(void *__base, size_t __nel, size_t __width,
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:316:21: note: insert '_Nullable' if the pointer may be null
int      mergesort(void *__base, size_t __nel, size_t __width,
                        ^
                          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:316:21: note: insert '_Nonnull' if the pointer should never be null
int      mergesort(void *__base, size_t __nel, size_t __width,
                        ^
                          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:43: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:43: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:57: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:57: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:319:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      mergesort_b(void *__base, size_t __nel, size_t __width,
                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:319:23: note: insert '_Nullable' if the pointer may be null
int      mergesort_b(void *__base, size_t __nel, size_t __width,
                          ^
                            _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:319:23: note: insert '_Nonnull' if the pointer should never be null
int      mergesort_b(void *__base, size_t __nel, size_t __width,
                          ^
                            _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:43: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:43: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:57: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:57: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:323:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     psort(void *__base, size_t __nel, size_t __width,
                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:323:18: note: insert '_Nullable' if the pointer may be null
void     psort(void *__base, size_t __nel, size_t __width,
                    ^
                      _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:323:18: note: insert '_Nonnull' if the pointer should never be null
void     psort(void *__base, size_t __nel, size_t __width,
                    ^
                      _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *))
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:43: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *))
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:43: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *))
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *))
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:57: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *))
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:57: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *))
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:327:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     psort_b(void *__base, size_t __nel, size_t __width,
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:327:20: note: insert '_Nullable' if the pointer may be null
void     psort_b(void *__base, size_t __nel, size_t __width,
                      ^
                        _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:327:20: note: insert '_Nonnull' if the pointer should never be null
void     psort_b(void *__base, size_t __nel, size_t __width,
                      ^
                        _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:43: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:43: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:57: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:57: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     psort_r(void *__base, size_t __nel, size_t __width, void *,
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:20: note: insert '_Nullable' if the pointer may be null
void     psort_r(void *__base, size_t __nel, size_t __width, void *,
                      ^
                        _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:20: note: insert '_Nonnull' if the pointer should never be null
void     psort_r(void *__base, size_t __nel, size_t __width, void *,
                      ^
                        _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     psort_r(void *__base, size_t __nel, size_t __width, void *,
                                                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:64: note: insert '_Nullable' if the pointer may be null
void     psort_r(void *__base, size_t __nel, size_t __width, void *,
                                                                  ^
                                                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:64: note: insert '_Nonnull' if the pointer should never be null
void     psort_r(void *__base, size_t __nel, size_t __width, void *,
                                                                  ^
                                                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:37: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                           ^
                                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:37: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                           ^
                                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:51: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                                         ^
                                                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:51: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                                         ^
                                                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                                                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:65: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                                                       ^
                                                                        _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:65: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                                                       ^
                                                                        _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:335:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     qsort_b(void *__base, size_t __nel, size_t __width,
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:335:20: note: insert '_Nullable' if the pointer may be null
void     qsort_b(void *__base, size_t __nel, size_t __width,
                      ^
                        _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:335:20: note: insert '_Nonnull' if the pointer should never be null
void     qsort_b(void *__base, size_t __nel, size_t __width,
                      ^
                        _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:43: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:43: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:57: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:57: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     qsort_r(void *__base, size_t __nel, size_t __width, void *,
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:20: note: insert '_Nullable' if the pointer may be null
void     qsort_r(void *__base, size_t __nel, size_t __width, void *,
                      ^
                        _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:20: note: insert '_Nonnull' if the pointer should never be null
void     qsort_r(void *__base, size_t __nel, size_t __width, void *,
                      ^
                        _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     qsort_r(void *__base, size_t __nel, size_t __width, void *,
                                                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:64: note: insert '_Nullable' if the pointer may be null
void     qsort_r(void *__base, size_t __nel, size_t __width, void *,
                                                                  ^
                                                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:64: note: insert '_Nonnull' if the pointer should never be null
void     qsort_r(void *__base, size_t __nel, size_t __width, void *,
                                                                  ^
                                                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:37: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                           ^
                                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:37: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                           ^
                                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:51: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                                         ^
                                                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:51: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                                         ^
                                                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                                                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:65: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                                                       ^
                                                                        _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:65: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                                                       ^
                                                                        _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:36: note: insert '_Nullable' if the pointer may be null
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                       ^
                                        _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:36: note: insert '_Nonnull' if the pointer should never be null
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                       ^
                                        _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:37: note: insert '_Nullable' if the pointer may be null
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                        ^
                                          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:37: note: insert '_Nonnull' if the pointer should never be null
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                        ^
                                          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:77: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                                                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:77: note: insert '_Nullable' if the pointer may be null
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                                                                ^
                                                                                  _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:77: note: insert '_Nonnull' if the pointer should never be null
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                                                                ^
                                                                                  _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:343:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int     rpmatch(const char *)
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:343:24: note: insert '_Nullable' if the pointer may be null
int     rpmatch(const char *)
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:343:24: note: insert '_Nonnull' if the pointer should never be null
int     rpmatch(const char *)
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:37: note: insert '_Nullable' if the pointer may be null
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                        ^
                                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:37: note: insert '_Nonnull' if the pointer should never be null
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                        ^
                                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:38: note: insert '_Nullable' if the pointer may be null
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                         ^
                                           _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:38: note: insert '_Nonnull' if the pointer should never be null
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                         ^
                                           _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:78: note: insert '_Nullable' if the pointer may be null
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                                                                 ^
                                                                                   _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:78: note: insert '_Nonnull' if the pointer should never be null
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                                                                 ^
                                                                                   _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *reallocf(void *__ptr, size_t __size) __alloc_size(2);
                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:21: note: insert '_Nullable' if the pointer may be null
void    *reallocf(void *__ptr, size_t __size) __alloc_size(2);
                       ^
                         _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:21: note: insert '_Nonnull' if the pointer should never be null
void    *reallocf(void *__ptr, size_t __size) __alloc_size(2);
                       ^
                         _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *reallocf(void *__ptr, size_t __size) __alloc_size(2);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:6: note: insert '_Nullable' if the pointer may be null
void    *reallocf(void *__ptr, size_t __size) __alloc_size(2);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:6: note: insert '_Nonnull' if the pointer should never be null
void    *reallocf(void *__ptr, size_t __size) __alloc_size(2);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoq(const char *__str, char **__endptr, int __base);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:21: note: insert '_Nullable' if the pointer may be null
         strtoq(const char *__str, char **__endptr, int __base);
                           ^
                             _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:21: note: insert '_Nonnull' if the pointer should never be null
         strtoq(const char *__str, char **__endptr, int __base);
                           ^
                             _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoq(const char *__str, char **__endptr, int __base);
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:34: note: insert '_Nullable' if the pointer may be null
         strtoq(const char *__str, char **__endptr, int __base);
                                        ^
                                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:34: note: insert '_Nonnull' if the pointer should never be null
         strtoq(const char *__str, char **__endptr, int __base);
                                        ^
                                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoq(const char *__str, char **__endptr, int __base);
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:35: note: insert '_Nullable' if the pointer may be null
         strtoq(const char *__str, char **__endptr, int __base);
                                         ^
                                           _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:35: note: insert '_Nonnull' if the pointer should never be null
         strtoq(const char *__str, char **__endptr, int __base);
                                         ^
                                           _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtouq(const char *__str, char **__endptr, int __base);
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:22: note: insert '_Nullable' if the pointer may be null
         strtouq(const char *__str, char **__endptr, int __base);
                            ^
                              _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:22: note: insert '_Nonnull' if the pointer should never be null
         strtouq(const char *__str, char **__endptr, int __base);
                            ^
                              _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtouq(const char *__str, char **__endptr, int __base);
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:35: note: insert '_Nullable' if the pointer may be null
         strtouq(const char *__str, char **__endptr, int __base);
                                         ^
                                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:35: note: insert '_Nonnull' if the pointer should never be null
         strtouq(const char *__str, char **__endptr, int __base);
                                         ^
                                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtouq(const char *__str, char **__endptr, int __base);
                                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:36: note: insert '_Nullable' if the pointer may be null
         strtouq(const char *__str, char **__endptr, int __base);
                                          ^
                                            _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:36: note: insert '_Nonnull' if the pointer should never be null
         strtouq(const char *__str, char **__endptr, int __base);
                                          ^
                                            _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:356:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
extern char *suboptarg;         /* getsubopt(3) external variable */
            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:356:13: note: insert '_Nullable' if the pointer may be null
extern char *suboptarg;         /* getsubopt(3) external variable */
            ^
              _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:356:13: note: insert '_Nonnull' if the pointer should never be null
extern char *suboptarg;         /* getsubopt(3) external variable */
            ^
              _Nonnull 
177 warnings generated.
libtool: compile:  /Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c ../src/prep_cif.c -o src/prep_cif.o >/dev/null 2>&1
libtool: compile:  /Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -Wall -fexceptions -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c ../src/types.c  -fno-common -DPIC -o src/.libs/types.o
libtool: compile:  /Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -Wall -fexceptions -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c ../src/types.c -o src/types.o >/dev/null 2>&1
libtool: compile:  /Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c ../src/raw_api.c  -fno-common -DPIC -o src/.libs/raw_api.o
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events.  For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority.  The
effect is that heavily loaded systems may experience some latency
issues.  If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:

cat <<END | sudo tee /etc/security/limits.d/pharo.conf
*      hard    rtprio  2
*      soft    rtprio  2
END

and report to the pharo mailing list whether this improves behaviour.

You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
libtool: compile:  /Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c ../src/raw_api.c -o src/raw_api.o >/dev/null 2>&1
[  7%] Generating VM files for flavour: CoInterpreterWithQueueFFI
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events.  For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority.  The
effect is that heavily loaded systems may experience some latency
issues.  If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:

cat <<END | sudo tee /etc/security/limits.d/pharo.conf
*      hard    rtprio  2
*      soft    rtprio  2
END

and report to the pharo mailing list whether this improves behaviour.

You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
libtool: compile:  /Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c ../src/java_raw_api.c  -fno-common -DPIC -o src/.libs/java_raw_api.o
In file included from ../src/java_raw_api.c:40:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:134:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
double   atof(const char *);
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:134:25: note: insert '_Nullable' if the pointer may be null
double   atof(const char *);
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:134:25: note: insert '_Nonnull' if the pointer should never be null
double   atof(const char *);
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:135:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      atoi(const char *);
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:135:22: note: insert '_Nullable' if the pointer may be null
int      atoi(const char *);
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:135:22: note: insert '_Nonnull' if the pointer should never be null
int      atoi(const char *);
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:136:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
long     atol(const char *);
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:136:23: note: insert '_Nullable' if the pointer may be null
long     atol(const char *);
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:136:23: note: insert '_Nonnull' if the pointer should never be null
long     atol(const char *);
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:139:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         atoll(const char *);
                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:139:20: note: insert '_Nullable' if the pointer may be null
         atoll(const char *);
                          ^
                           _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:139:20: note: insert '_Nonnull' if the pointer should never be null
         atoll(const char *);
                          ^
                           _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *bsearch(const void *__key, const void *__base, size_t __nel,
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:26: note: insert '_Nullable' if the pointer may be null
void    *bsearch(const void *__key, const void *__base, size_t __nel,
                            ^
                              _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:26: note: insert '_Nonnull' if the pointer should never be null
void    *bsearch(const void *__key, const void *__base, size_t __nel,
                            ^
                              _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *bsearch(const void *__key, const void *__base, size_t __nel,
                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:45: note: insert '_Nullable' if the pointer may be null
void    *bsearch(const void *__key, const void *__base, size_t __nel,
                                               ^
                                                 _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:45: note: insert '_Nonnull' if the pointer should never be null
void    *bsearch(const void *__key, const void *__base, size_t __nel,
                                               ^
                                                 _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:142:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            size_t __width, int (* _Nonnull __compar)(const void *, const void *));
                                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:142:59: note: insert '_Nullable' if the pointer may be null
            size_t __width, int (* _Nonnull __compar)(const void *, const void *));
                                                                 ^
                                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:142:59: note: insert '_Nonnull' if the pointer should never be null
            size_t __width, int (* _Nonnull __compar)(const void *, const void *));
                                                                 ^
                                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:142:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            size_t __width, int (* _Nonnull __compar)(const void *, const void *));
                                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:142:73: note: insert '_Nullable' if the pointer may be null
            size_t __width, int (* _Nonnull __compar)(const void *, const void *));
                                                                               ^
                                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:142:73: note: insert '_Nonnull' if the pointer should never be null
            size_t __width, int (* _Nonnull __compar)(const void *, const void *));
                                                                               ^
                                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *bsearch(const void *__key, const void *__base, size_t __nel,
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:6: note: insert '_Nullable' if the pointer may be null
void    *bsearch(const void *__key, const void *__base, size_t __nel,
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:6: note: insert '_Nonnull' if the pointer should never be null
void    *bsearch(const void *__key, const void *__base, size_t __nel,
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *getenv(const char *);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147:25: note: insert '_Nullable' if the pointer may be null
char    *getenv(const char *);
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147:25: note: insert '_Nonnull' if the pointer should never be null
char    *getenv(const char *);
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *getenv(const char *);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147:6: note: insert '_Nullable' if the pointer may be null
char    *getenv(const char *);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147:6: note: insert '_Nonnull' if the pointer should never be null
char    *getenv(const char *);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:156:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      mblen(const char *__s, size_t __n);
                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:156:23: note: insert '_Nullable' if the pointer may be null
int      mblen(const char *__s, size_t __n);
                          ^
                            _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:156:23: note: insert '_Nonnull' if the pointer should never be null
int      mblen(const char *__s, size_t __n);
                          ^
                            _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
size_t   mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157:26: note: insert '_Nullable' if the pointer may be null
size_t   mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
                          ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157:26: note: insert '_Nonnull' if the pointer should never be null
size_t   mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
                          ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157:52: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
size_t   mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
                                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157:52: note: insert '_Nullable' if the pointer may be null
size_t   mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
                                                    ^
                                                      _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157:52: note: insert '_Nonnull' if the pointer should never be null
size_t   mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
                                                    ^
                                                      _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158:21: note: insert '_Nullable' if the pointer may be null
int      mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
                        ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158:21: note: insert '_Nonnull' if the pointer should never be null
int      mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
                        ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158:46: note: insert '_Nullable' if the pointer may be null
int      mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
                                                 ^
                                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158:46: note: insert '_Nonnull' if the pointer should never be null
int      mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
                                                 ^
                                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:160:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     qsort(void *__base, size_t __nel, size_t __width,
                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:160:18: note: insert '_Nullable' if the pointer may be null
void     qsort(void *__base, size_t __nel, size_t __width,
                    ^
                      _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:160:18: note: insert '_Nonnull' if the pointer should never be null
void     qsort(void *__base, size_t __nel, size_t __width,
                    ^
                      _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:161:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:161:43: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:161:43: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:161:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:161:57: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:161:57: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:27: note: insert '_Nullable' if the pointer may be null
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:27: note: insert '_Nonnull' if the pointer should never be null
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                                   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:35: note: insert '_Nullable' if the pointer may be null
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                                   ^
                                    _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:35: note: insert '_Nonnull' if the pointer should never be null
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                                   ^
                                    _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:36: note: insert '_Nullable' if the pointer may be null
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                                    ^
                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:36: note: insert '_Nonnull' if the pointer should never be null
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                                    ^
                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:26: note: insert '_Nullable' if the pointer may be null
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:26: note: insert '_Nonnull' if the pointer should never be null
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                                   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:34: note: insert '_Nullable' if the pointer may be null
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                                   ^
                                    _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:34: note: insert '_Nonnull' if the pointer should never be null
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                                   ^
                                    _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:35: note: insert '_Nullable' if the pointer may be null
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                                    ^
                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:35: note: insert '_Nonnull' if the pointer should never be null
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                                    ^
                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
long     strtol(const char *__str, char **__endptr, int __base);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:25: note: insert '_Nullable' if the pointer may be null
long     strtol(const char *__str, char **__endptr, int __base);
                           ^
                             _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:25: note: insert '_Nonnull' if the pointer should never be null
long     strtol(const char *__str, char **__endptr, int __base);
                           ^
                             _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
long     strtol(const char *__str, char **__endptr, int __base);
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:38: note: insert '_Nullable' if the pointer may be null
long     strtol(const char *__str, char **__endptr, int __base);
                                        ^
                                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:38: note: insert '_Nonnull' if the pointer should never be null
long     strtol(const char *__str, char **__endptr, int __base);
                                        ^
                                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:39: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
long     strtol(const char *__str, char **__endptr, int __base);
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:39: note: insert '_Nullable' if the pointer may be null
long     strtol(const char *__str, char **__endptr, int __base);
                                         ^
                                           _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:39: note: insert '_Nonnull' if the pointer should never be null
long     strtol(const char *__str, char **__endptr, int __base);
                                         ^
                                           _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtold(const char *, char **);
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:22: note: insert '_Nullable' if the pointer may be null
         strtold(const char *, char **);
                            ^
                             _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:22: note: insert '_Nonnull' if the pointer should never be null
         strtold(const char *, char **);
                            ^
                             _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtold(const char *, char **);
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:30: note: insert '_Nullable' if the pointer may be null
         strtold(const char *, char **);
                                    ^
                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:30: note: insert '_Nonnull' if the pointer should never be null
         strtold(const char *, char **);
                                    ^
                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtold(const char *, char **);
                                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:31: note: insert '_Nullable' if the pointer may be null
         strtold(const char *, char **);
                                     ^
                                      _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:31: note: insert '_Nonnull' if the pointer should never be null
         strtold(const char *, char **);
                                     ^
                                      _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoll(const char *__str, char **__endptr, int __base);
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:22: note: insert '_Nullable' if the pointer may be null
         strtoll(const char *__str, char **__endptr, int __base);
                            ^
                              _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:22: note: insert '_Nonnull' if the pointer should never be null
         strtoll(const char *__str, char **__endptr, int __base);
                            ^
                              _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoll(const char *__str, char **__endptr, int __base);
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:35: note: insert '_Nullable' if the pointer may be null
         strtoll(const char *__str, char **__endptr, int __base);
                                         ^
                                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:35: note: insert '_Nonnull' if the pointer should never be null
         strtoll(const char *__str, char **__endptr, int __base);
                                         ^
                                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoll(const char *__str, char **__endptr, int __base);
                                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:36: note: insert '_Nullable' if the pointer may be null
         strtoll(const char *__str, char **__endptr, int __base);
                                          ^
                                            _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:36: note: insert '_Nonnull' if the pointer should never be null
         strtoll(const char *__str, char **__endptr, int __base);
                                          ^
                                            _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoul(const char *__str, char **__endptr, int __base);
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:22: note: insert '_Nullable' if the pointer may be null
         strtoul(const char *__str, char **__endptr, int __base);
                            ^
                              _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:22: note: insert '_Nonnull' if the pointer should never be null
         strtoul(const char *__str, char **__endptr, int __base);
                            ^
                              _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoul(const char *__str, char **__endptr, int __base);
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:35: note: insert '_Nullable' if the pointer may be null
         strtoul(const char *__str, char **__endptr, int __base);
                                         ^
                                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:35: note: insert '_Nonnull' if the pointer should never be null
         strtoul(const char *__str, char **__endptr, int __base);
                                         ^
                                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoul(const char *__str, char **__endptr, int __base);
                                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:36: note: insert '_Nullable' if the pointer may be null
         strtoul(const char *__str, char **__endptr, int __base);
                                          ^
                                            _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:36: note: insert '_Nonnull' if the pointer should never be null
         strtoul(const char *__str, char **__endptr, int __base);
                                          ^
                                            _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoull(const char *__str, char **__endptr, int __base);
                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:23: note: insert '_Nullable' if the pointer may be null
         strtoull(const char *__str, char **__endptr, int __base);
                             ^
                               _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:23: note: insert '_Nonnull' if the pointer should never be null
         strtoull(const char *__str, char **__endptr, int __base);
                             ^
                               _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoull(const char *__str, char **__endptr, int __base);
                                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:36: note: insert '_Nullable' if the pointer may be null
         strtoull(const char *__str, char **__endptr, int __base);
                                          ^
                                           _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:36: note: insert '_Nonnull' if the pointer should never be null
         strtoull(const char *__str, char **__endptr, int __base);
                                          ^
                                           _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoull(const char *__str, char **__endptr, int __base);
                                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:37: note: insert '_Nullable' if the pointer may be null
         strtoull(const char *__str, char **__endptr, int __base);
                                           ^
                                             _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:37: note: insert '_Nonnull' if the pointer should never be null
         strtoull(const char *__str, char **__endptr, int __base);
                                           ^
                                             _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:190:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      system(const char *) __DARWIN_ALIAS_C(system);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:190:24: note: insert '_Nullable' if the pointer may be null
int      system(const char *) __DARWIN_ALIAS_C(system);
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:190:24: note: insert '_Nonnull' if the pointer should never be null
int      system(const char *) __DARWIN_ALIAS_C(system);
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
size_t   wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:23: note: insert '_Nullable' if the pointer may be null
size_t   wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
                       ^
                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:23: note: insert '_Nonnull' if the pointer should never be null
size_t   wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
                       ^
                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
size_t   wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
                                                   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:51: note: insert '_Nullable' if the pointer may be null
size_t   wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
                                                   ^
                                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:51: note: insert '_Nonnull' if the pointer should never be null
size_t   wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
                                                   ^
                                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:195:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      wctomb(char *, wchar_t);
                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:195:18: note: insert '_Nullable' if the pointer may be null
int      wctomb(char *, wchar_t);
                     ^
                      _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:195:18: note: insert '_Nonnull' if the pointer should never be null
int      wctomb(char *, wchar_t);
                     ^
                      _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:199:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
long     a64l(const char *);
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:199:23: note: insert '_Nullable' if the pointer may be null
long     a64l(const char *);
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:199:23: note: insert '_Nonnull' if the pointer should never be null
long     a64l(const char *);
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:29: note: insert '_Nullable' if the pointer may be null
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                               ^
                                 _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:29: note: insert '_Nonnull' if the pointer should never be null
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                               ^
                                 _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:46: note: insert '_Nullable' if the pointer may be null
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                                                ^
                                                  _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:46: note: insert '_Nonnull' if the pointer should never be null
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                                                ^
                                                  _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:6: note: insert '_Nullable' if the pointer may be null
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:6: note: insert '_Nonnull' if the pointer should never be null
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:202:31: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
double   erand48(unsigned short[3]);
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:202:31: note: insert '_Nullable' if the array parameter may be null
double   erand48(unsigned short[3]);
                               ^
                                _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:202:31: note: insert '_Nonnull' if the array parameter should never be null
double   erand48(unsigned short[3]);
                               ^
                                _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:29: note: insert '_Nullable' if the pointer may be null
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                               ^
                                 _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:29: note: insert '_Nonnull' if the pointer should never be null
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                               ^
                                 _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:46: note: insert '_Nullable' if the pointer may be null
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                                                ^
                                                  _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:46: note: insert '_Nonnull' if the pointer should never be null
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                                                ^
                                                  _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:6: note: insert '_Nullable' if the pointer may be null
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:6: note: insert '_Nonnull' if the pointer should never be null
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *gcvt(double, int, char *); /* LEGACY */
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:30: note: insert '_Nullable' if the pointer may be null
char    *gcvt(double, int, char *); /* LEGACY */
                                ^
                                 _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:30: note: insert '_Nonnull' if the pointer should never be null
char    *gcvt(double, int, char *); /* LEGACY */
                                ^
                                 _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *gcvt(double, int, char *); /* LEGACY */
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:6: note: insert '_Nullable' if the pointer may be null
char    *gcvt(double, int, char *); /* LEGACY */
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:6: note: insert '_Nonnull' if the pointer should never be null
char    *gcvt(double, int, char *); /* LEGACY */
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      getsubopt(char **, char * const *, char **);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:21: note: insert '_Nullable' if the pointer may be null
int      getsubopt(char **, char * const *, char **);
                        ^
                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:21: note: insert '_Nonnull' if the pointer should never be null
int      getsubopt(char **, char * const *, char **);
                        ^
                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      getsubopt(char **, char * const *, char **);
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:22: note: insert '_Nullable' if the pointer may be null
int      getsubopt(char **, char * const *, char **);
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:22: note: insert '_Nonnull' if the pointer should never be null
int      getsubopt(char **, char * const *, char **);
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      getsubopt(char **, char * const *, char **);
                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:30: note: insert '_Nullable' if the pointer may be null
int      getsubopt(char **, char * const *, char **);
                                 ^
                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:30: note: insert '_Nonnull' if the pointer should never be null
int      getsubopt(char **, char * const *, char **);
                                 ^
                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      getsubopt(char **, char * const *, char **);
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:38: note: insert '_Nullable' if the pointer may be null
int      getsubopt(char **, char * const *, char **);
                                         ^
                                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:38: note: insert '_Nonnull' if the pointer should never be null
int      getsubopt(char **, char * const *, char **);
                                         ^
                                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      getsubopt(char **, char * const *, char **);
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:46: note: insert '_Nullable' if the pointer may be null
int      getsubopt(char **, char * const *, char **);
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:46: note: insert '_Nonnull' if the pointer should never be null
int      getsubopt(char **, char * const *, char **);
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      getsubopt(char **, char * const *, char **);
                                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:47: note: insert '_Nullable' if the pointer may be null
int      getsubopt(char **, char * const *, char **);
                                                  ^
                                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:47: note: insert '_Nonnull' if the pointer should never be null
int      getsubopt(char **, char * const *, char **);
                                                  ^
                                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *initstate(unsigned, char *, size_t); /* no  __DARWIN_ALIAS needed */
                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:32: note: insert '_Nullable' if the pointer may be null
char    *initstate(unsigned, char *, size_t); /* no  __DARWIN_ALIAS needed */
                                  ^
                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:32: note: insert '_Nonnull' if the pointer should never be null
char    *initstate(unsigned, char *, size_t); /* no  __DARWIN_ALIAS needed */
                                  ^
                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *initstate(unsigned, char *, size_t); /* no  __DARWIN_ALIAS needed */
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:6: note: insert '_Nullable' if the pointer may be null
char    *initstate(unsigned, char *, size_t); /* no  __DARWIN_ALIAS needed */
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:6: note: insert '_Nonnull' if the pointer should never be null
char    *initstate(unsigned, char *, size_t); /* no  __DARWIN_ALIAS needed */
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:212:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
long     jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:212:29: note: insert '_Nullable' if the array parameter may be null
long     jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
                               ^
                                _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:212:29: note: insert '_Nonnull' if the array parameter should never be null
long     jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
                               ^
                                _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:213:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *l64a(long);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:213:6: note: insert '_Nullable' if the pointer may be null
char    *l64a(long);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:213:6: note: insert '_Nonnull' if the pointer should never be null
char    *l64a(long);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:214:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
void     lcong48(unsigned short[7]);
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:214:29: note: insert '_Nullable' if the array parameter may be null
void     lcong48(unsigned short[7]);
                               ^
                                _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:214:29: note: insert '_Nonnull' if the array parameter should never be null
void     lcong48(unsigned short[7]);
                               ^
                                _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *mktemp(char *);
                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:19: note: insert '_Nullable' if the pointer may be null
char    *mktemp(char *);
                     ^
                      _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:19: note: insert '_Nonnull' if the pointer should never be null
char    *mktemp(char *);
                     ^
                      _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *mktemp(char *);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:6: note: insert '_Nullable' if the pointer may be null
char    *mktemp(char *);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:6: note: insert '_Nonnull' if the pointer should never be null
char    *mktemp(char *);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:217:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      mkstemp(char *);
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:217:19: note: insert '_Nullable' if the pointer may be null
int      mkstemp(char *);
                      ^
                       _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:217:19: note: insert '_Nonnull' if the pointer should never be null
int      mkstemp(char *);
                      ^
                       _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:219:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
long     nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:219:29: note: insert '_Nullable' if the array parameter may be null
long     nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
                               ^
                                _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:219:29: note: insert '_Nonnull' if the array parameter should never be null
long     nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
                               ^
                                _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:221:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *ptsname(int);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:221:6: note: insert '_Nullable' if the pointer may be null
char    *ptsname(int);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:221:6: note: insert '_Nonnull' if the pointer should never be null
char    *ptsname(int);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:224:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3));
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:224:32: note: insert '_Nullable' if the pointer may be null
int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3));
                               ^
                                 _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:224:32: note: insert '_Nonnull' if the pointer should never be null
int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3));
                               ^
                                 _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:227:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      putenv(char *) __DARWIN_ALIAS(putenv);
                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:227:18: note: insert '_Nullable' if the pointer may be null
int      putenv(char *) __DARWIN_ALIAS(putenv);
                     ^
                      _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:227:18: note: insert '_Nonnull' if the pointer should never be null
int      putenv(char *) __DARWIN_ALIAS(putenv);
                     ^
                      _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:229:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      rand_r(unsigned *) __swift_unavailable("Use arc4random instead.");
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:229:22: note: insert '_Nullable' if the pointer may be null
int      rand_r(unsigned *) __swift_unavailable("Use arc4random instead.");
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:229:22: note: insert '_Nonnull' if the pointer should never be null
int      rand_r(unsigned *) __swift_unavailable("Use arc4random instead.");
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:27: note: insert '_Nullable' if the pointer may be null
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
                             ^
                               _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:27: note: insert '_Nonnull' if the pointer should never be null
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
                             ^
                               _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
                                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:46: note: insert '_Nullable' if the pointer may be null
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
                                                ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:46: note: insert '_Nonnull' if the pointer should never be null
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
                                                ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:6: note: insert '_Nullable' if the pointer may be null
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:6: note: insert '_Nonnull' if the pointer should never be null
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:24: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
        *seed48(unsigned short[3]);
                              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:24: note: insert '_Nullable' if the array parameter may be null
        *seed48(unsigned short[3]);
                              ^
                               _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:24: note: insert '_Nonnull' if the array parameter should never be null
        *seed48(unsigned short[3]);
                              ^
                               _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
        *seed48(unsigned short[3]);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:2: note: insert '_Nullable' if the pointer may be null
        *seed48(unsigned short[3]);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:2: note: insert '_Nonnull' if the pointer should never be null
        *seed48(unsigned short[3]);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:24: note: insert '_Nullable' if the pointer may be null
int      setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
                           ^
                             _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:24: note: insert '_Nonnull' if the pointer should never be null
int      setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
                           ^
                             _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
                                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:45: note: insert '_Nullable' if the pointer may be null
int      setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
                                                ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:45: note: insert '_Nonnull' if the pointer should never be null
int      setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
                                                ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:239:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     setkey(const char *) __DARWIN_ALIAS(setkey);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:239:25: note: insert '_Nullable' if the pointer may be null
void     setkey(const char *) __DARWIN_ALIAS(setkey);
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:239:25: note: insert '_Nonnull' if the pointer should never be null
void     setkey(const char *) __DARWIN_ALIAS(setkey);
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *setstate(const char *);
                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:27: note: insert '_Nullable' if the pointer may be null
char    *setstate(const char *);
                             ^
                              _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:27: note: insert '_Nonnull' if the pointer should never be null
char    *setstate(const char *);
                             ^
                              _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *setstate(const char *);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:6: note: insert '_Nullable' if the pointer may be null
char    *setstate(const char *);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:6: note: insert '_Nonnull' if the pointer should never be null
char    *setstate(const char *);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:252:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      unsetenv(const char *) __DARWIN_ALIAS(unsetenv);
                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:252:26: note: insert '_Nullable' if the pointer may be null
int      unsetenv(const char *) __DARWIN_ALIAS(unsetenv);
                             ^
                              _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:252:26: note: insert '_Nonnull' if the pointer should never be null
int      unsetenv(const char *) __DARWIN_ALIAS(unsetenv);
                             ^
                              _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:265:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/)
                                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:265:42: note: insert '_Nullable' if the pointer may be null
void     arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/)
                                            ^
                                              _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:265:42: note: insert '_Nonnull' if the pointer should never be null
void     arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/)
                                            ^
                                              _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:270:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);
                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:270:27: note: insert '_Nullable' if the pointer may be null
void     arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);
                             ^
                               _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:270:27: note: insert '_Nonnull' if the pointer should never be null
void     arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);
                             ^
                               _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
                              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:28: note: insert '_Nullable' if the pointer may be null
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
                              ^
                                _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:28: note: insert '_Nonnull' if the pointer should never be null
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
                              ^
                                _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:47: note: insert '_Nullable' if the pointer may be null
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
                                                 ^
                                                   _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:47: note: insert '_Nonnull' if the pointer should never be null
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
                                                 ^
                                                   _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
                                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:59: note: insert '_Nullable' if the pointer may be null
            size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
                                                                 ^
                                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:59: note: insert '_Nonnull' if the pointer should never be null
            size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
                                                                 ^
                                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
                                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:73: note: insert '_Nullable' if the pointer may be null
            size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
                                                                               ^
                                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:73: note: insert '_Nonnull' if the pointer should never be null
            size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
                                                                               ^
                                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:6: note: insert '_Nullable' if the pointer may be null
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:6: note: insert '_Nonnull' if the pointer should never be null
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *cgetcap(char *, const char *, int);
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:20: note: insert '_Nullable' if the pointer may be null
char    *cgetcap(char *, const char *, int);
                      ^
                       _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:20: note: insert '_Nonnull' if the pointer should never be null
char    *cgetcap(char *, const char *, int);
                      ^
                       _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *cgetcap(char *, const char *, int);
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:34: note: insert '_Nullable' if the pointer may be null
char    *cgetcap(char *, const char *, int);
                                    ^
                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:34: note: insert '_Nonnull' if the pointer should never be null
char    *cgetcap(char *, const char *, int);
                                    ^
                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *cgetcap(char *, const char *, int);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:6: note: insert '_Nullable' if the pointer may be null
char    *cgetcap(char *, const char *, int);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:6: note: insert '_Nonnull' if the pointer should never be null
char    *cgetcap(char *, const char *, int);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetent(char **, char **, const char *);
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:19: note: insert '_Nullable' if the pointer may be null
int      cgetent(char **, char **, const char *);
                      ^
                       _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:19: note: insert '_Nonnull' if the pointer should never be null
int      cgetent(char **, char **, const char *);
                      ^
                       _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetent(char **, char **, const char *);
                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:20: note: insert '_Nullable' if the pointer may be null
int      cgetent(char **, char **, const char *);
                       ^
                        _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:20: note: insert '_Nonnull' if the pointer should never be null
int      cgetent(char **, char **, const char *);
                       ^
                        _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetent(char **, char **, const char *);
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:28: note: insert '_Nullable' if the pointer may be null
int      cgetent(char **, char **, const char *);
                               ^
                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:28: note: insert '_Nonnull' if the pointer should never be null
int      cgetent(char **, char **, const char *);
                               ^
                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetent(char **, char **, const char *);
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:29: note: insert '_Nullable' if the pointer may be null
int      cgetent(char **, char **, const char *);
                                ^
                                 _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:29: note: insert '_Nonnull' if the pointer should never be null
int      cgetent(char **, char **, const char *);
                                ^
                                 _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetent(char **, char **, const char *);
                                              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:43: note: insert '_Nullable' if the pointer may be null
int      cgetent(char **, char **, const char *);
                                              ^
                                               _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:43: note: insert '_Nonnull' if the pointer should never be null
int      cgetent(char **, char **, const char *);
                                              ^
                                               _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetfirst(char **, char **);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:21: note: insert '_Nullable' if the pointer may be null
int      cgetfirst(char **, char **);
                        ^
                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:21: note: insert '_Nonnull' if the pointer should never be null
int      cgetfirst(char **, char **);
                        ^
                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetfirst(char **, char **);
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:22: note: insert '_Nullable' if the pointer may be null
int      cgetfirst(char **, char **);
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:22: note: insert '_Nonnull' if the pointer should never be null
int      cgetfirst(char **, char **);
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetfirst(char **, char **);
                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:30: note: insert '_Nullable' if the pointer may be null
int      cgetfirst(char **, char **);
                                 ^
                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:30: note: insert '_Nonnull' if the pointer should never be null
int      cgetfirst(char **, char **);
                                 ^
                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetfirst(char **, char **);
                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:31: note: insert '_Nullable' if the pointer may be null
int      cgetfirst(char **, char **);
                                  ^
                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:31: note: insert '_Nonnull' if the pointer should never be null
int      cgetfirst(char **, char **);
                                  ^
                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetmatch(const char *, const char *);
                              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:27: note: insert '_Nullable' if the pointer may be null
int      cgetmatch(const char *, const char *);
                              ^
                               _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:27: note: insert '_Nonnull' if the pointer should never be null
int      cgetmatch(const char *, const char *);
                              ^
                               _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetmatch(const char *, const char *);
                                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:41: note: insert '_Nullable' if the pointer may be null
int      cgetmatch(const char *, const char *);
                                            ^
                                             _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:41: note: insert '_Nonnull' if the pointer should never be null
int      cgetmatch(const char *, const char *);
                                            ^
                                             _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnext(char **, char **);
                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:20: note: insert '_Nullable' if the pointer may be null
int      cgetnext(char **, char **);
                       ^
                        _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:20: note: insert '_Nonnull' if the pointer should never be null
int      cgetnext(char **, char **);
                       ^
                        _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnext(char **, char **);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:21: note: insert '_Nullable' if the pointer may be null
int      cgetnext(char **, char **);
                        ^
                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:21: note: insert '_Nonnull' if the pointer should never be null
int      cgetnext(char **, char **);
                        ^
                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnext(char **, char **);
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:29: note: insert '_Nullable' if the pointer may be null
int      cgetnext(char **, char **);
                                ^
                                 _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:29: note: insert '_Nonnull' if the pointer should never be null
int      cgetnext(char **, char **);
                                ^
                                 _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnext(char **, char **);
                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:30: note: insert '_Nullable' if the pointer may be null
int      cgetnext(char **, char **);
                                 ^
                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:30: note: insert '_Nonnull' if the pointer should never be null
int      cgetnext(char **, char **);
                                 ^
                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnum(char *, const char *, long *);
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:19: note: insert '_Nullable' if the pointer may be null
int      cgetnum(char *, const char *, long *);
                      ^
                       _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:19: note: insert '_Nonnull' if the pointer should never be null
int      cgetnum(char *, const char *, long *);
                      ^
                       _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnum(char *, const char *, long *);
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:33: note: insert '_Nullable' if the pointer may be null
int      cgetnum(char *, const char *, long *);
                                    ^
                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:33: note: insert '_Nonnull' if the pointer should never be null
int      cgetnum(char *, const char *, long *);
                                    ^
                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnum(char *, const char *, long *);
                                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:41: note: insert '_Nullable' if the pointer may be null
int      cgetnum(char *, const char *, long *);
                                            ^
                                             _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:41: note: insert '_Nonnull' if the pointer should never be null
int      cgetnum(char *, const char *, long *);
                                            ^
                                             _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:288:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetset(const char *);
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:288:25: note: insert '_Nullable' if the pointer may be null
int      cgetset(const char *);
                            ^
                             _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:288:25: note: insert '_Nonnull' if the pointer should never be null
int      cgetset(const char *);
                            ^
                             _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetstr(char *, const char *, char **);
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:19: note: insert '_Nullable' if the pointer may be null
int      cgetstr(char *, const char *, char **);
                      ^
                       _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:19: note: insert '_Nonnull' if the pointer should never be null
int      cgetstr(char *, const char *, char **);
                      ^
                       _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetstr(char *, const char *, char **);
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:33: note: insert '_Nullable' if the pointer may be null
int      cgetstr(char *, const char *, char **);
                                    ^
                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:33: note: insert '_Nonnull' if the pointer should never be null
int      cgetstr(char *, const char *, char **);
                                    ^
                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetstr(char *, const char *, char **);
                                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:41: note: insert '_Nullable' if the pointer may be null
int      cgetstr(char *, const char *, char **);
                                            ^
                                             _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:41: note: insert '_Nonnull' if the pointer should never be null
int      cgetstr(char *, const char *, char **);
                                            ^
                                             _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetstr(char *, const char *, char **);
                                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:42: note: insert '_Nullable' if the pointer may be null
int      cgetstr(char *, const char *, char **);
                                             ^
                                              _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:42: note: insert '_Nonnull' if the pointer should never be null
int      cgetstr(char *, const char *, char **);
                                             ^
                                              _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetustr(char *, const char *, char **);
                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:20: note: insert '_Nullable' if the pointer may be null
int      cgetustr(char *, const char *, char **);
                       ^
                        _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:20: note: insert '_Nonnull' if the pointer should never be null
int      cgetustr(char *, const char *, char **);
                       ^
                        _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetustr(char *, const char *, char **);
                                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:34: note: insert '_Nullable' if the pointer may be null
int      cgetustr(char *, const char *, char **);
                                     ^
                                      _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:34: note: insert '_Nonnull' if the pointer should never be null
int      cgetustr(char *, const char *, char **);
                                     ^
                                      _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetustr(char *, const char *, char **);
                                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:42: note: insert '_Nullable' if the pointer may be null
int      cgetustr(char *, const char *, char **);
                                             ^
                                              _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:42: note: insert '_Nonnull' if the pointer should never be null
int      cgetustr(char *, const char *, char **);
                                             ^
                                              _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetustr(char *, const char *, char **);
                                              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:43: note: insert '_Nullable' if the pointer may be null
int      cgetustr(char *, const char *, char **);
                                              ^
                                               _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:43: note: insert '_Nonnull' if the pointer should never be null
int      cgetustr(char *, const char *, char **);
                                              ^
                                               _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:293:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *devname(dev_t, mode_t);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:293:6: note: insert '_Nullable' if the pointer may be null
char    *devname(dev_t, mode_t);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:293:6: note: insert '_Nonnull' if the pointer should never be null
char    *devname(dev_t, mode_t);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *devname_r(dev_t, mode_t, char *buf, int len);
                                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:37: note: insert '_Nullable' if the pointer may be null
char    *devname_r(dev_t, mode_t, char *buf, int len);
                                       ^
                                         _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:37: note: insert '_Nonnull' if the pointer should never be null
char    *devname_r(dev_t, mode_t, char *buf, int len);
                                       ^
                                         _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *devname_r(dev_t, mode_t, char *buf, int len);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:6: note: insert '_Nullable' if the pointer may be null
char    *devname_r(dev_t, mode_t, char *buf, int len);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:6: note: insert '_Nonnull' if the pointer should never be null
char    *devname_r(dev_t, mode_t, char *buf, int len);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *getbsize(int *, long *);
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:20: note: insert '_Nullable' if the pointer may be null
char    *getbsize(int *, long *);
                      ^
                       _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:20: note: insert '_Nonnull' if the pointer should never be null
char    *getbsize(int *, long *);
                      ^
                       _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *getbsize(int *, long *);
                              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:28: note: insert '_Nullable' if the pointer may be null
char    *getbsize(int *, long *);
                              ^
                               _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:28: note: insert '_Nonnull' if the pointer should never be null
char    *getbsize(int *, long *);
                              ^
                               _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *getbsize(int *, long *);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:6: note: insert '_Nullable' if the pointer may be null
char    *getbsize(int *, long *);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:6: note: insert '_Nonnull' if the pointer should never be null
char    *getbsize(int *, long *);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:296:24: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
int      getloadavg(double [], int);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:296:24: note: insert '_Nullable' if the array parameter may be null
int      getloadavg(double [], int);
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:296:24: note: insert '_Nonnull' if the array parameter should never be null
int      getloadavg(double [], int);
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:298:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
        *getprogname(void);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:298:2: note: insert '_Nullable' if the pointer may be null
        *getprogname(void);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:298:2: note: insert '_Nonnull' if the pointer should never be null
        *getprogname(void);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:299:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     setprogname(const char *);
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:299:30: note: insert '_Nullable' if the pointer may be null
void     setprogname(const char *);
                                ^
                                 _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:299:30: note: insert '_Nonnull' if the pointer should never be null
void     setprogname(const char *);
                                ^
                                 _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:309:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      heapsort(void *__base, size_t __nel, size_t __width,
                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:309:20: note: insert '_Nullable' if the pointer may be null
int      heapsort(void *__base, size_t __nel, size_t __width,
                       ^
                         _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:309:20: note: insert '_Nonnull' if the pointer should never be null
int      heapsort(void *__base, size_t __nel, size_t __width,
                       ^
                         _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:43: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:43: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:57: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:57: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:312:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      heapsort_b(void *__base, size_t __nel, size_t __width,
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:312:22: note: insert '_Nullable' if the pointer may be null
int      heapsort_b(void *__base, size_t __nel, size_t __width,
                         ^
                           _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:312:22: note: insert '_Nonnull' if the pointer should never be null
int      heapsort_b(void *__base, size_t __nel, size_t __width,
                         ^
                           _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:43: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:43: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:57: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:57: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:316:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      mergesort(void *__base, size_t __nel, size_t __width,
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:316:21: note: insert '_Nullable' if the pointer may be null
int      mergesort(void *__base, size_t __nel, size_t __width,
                        ^
                          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:316:21: note: insert '_Nonnull' if the pointer should never be null
int      mergesort(void *__base, size_t __nel, size_t __width,
                        ^
                          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:43: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:43: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:57: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:57: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:319:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      mergesort_b(void *__base, size_t __nel, size_t __width,
                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:319:23: note: insert '_Nullable' if the pointer may be null
int      mergesort_b(void *__base, size_t __nel, size_t __width,
                          ^
                            _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:319:23: note: insert '_Nonnull' if the pointer should never be null
int      mergesort_b(void *__base, size_t __nel, size_t __width,
                          ^
                            _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:43: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:43: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:57: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:57: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:323:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     psort(void *__base, size_t __nel, size_t __width,
                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:323:18: note: insert '_Nullable' if the pointer may be null
void     psort(void *__base, size_t __nel, size_t __width,
                    ^
                      _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:323:18: note: insert '_Nonnull' if the pointer should never be null
void     psort(void *__base, size_t __nel, size_t __width,
                    ^
                      _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *))
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:43: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *))
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:43: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *))
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *))
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:57: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *))
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:57: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *))
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:327:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     psort_b(void *__base, size_t __nel, size_t __width,
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:327:20: note: insert '_Nullable' if the pointer may be null
void     psort_b(void *__base, size_t __nel, size_t __width,
                      ^
                        _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:327:20: note: insert '_Nonnull' if the pointer should never be null
void     psort_b(void *__base, size_t __nel, size_t __width,
                      ^
                        _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:43: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:43: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:57: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:57: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     psort_r(void *__base, size_t __nel, size_t __width, void *,
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:20: note: insert '_Nullable' if the pointer may be null
void     psort_r(void *__base, size_t __nel, size_t __width, void *,
                      ^
                        _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:20: note: insert '_Nonnull' if the pointer should never be null
void     psort_r(void *__base, size_t __nel, size_t __width, void *,
                      ^
                        _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     psort_r(void *__base, size_t __nel, size_t __width, void *,
                                                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:64: note: insert '_Nullable' if the pointer may be null
void     psort_r(void *__base, size_t __nel, size_t __width, void *,
                                                                  ^
                                                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:64: note: insert '_Nonnull' if the pointer should never be null
void     psort_r(void *__base, size_t __nel, size_t __width, void *,
                                                                  ^
                                                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:37: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                           ^
                                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:37: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                           ^
                                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:51: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                                         ^
                                                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:51: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                                         ^
                                                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                                                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:65: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                                                       ^
                                                                        _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:65: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                                                       ^
                                                                        _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:335:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     qsort_b(void *__base, size_t __nel, size_t __width,
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:335:20: note: insert '_Nullable' if the pointer may be null
void     qsort_b(void *__base, size_t __nel, size_t __width,
                      ^
                        _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:335:20: note: insert '_Nonnull' if the pointer should never be null
void     qsort_b(void *__base, size_t __nel, size_t __width,
                      ^
                        _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:43: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:43: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:57: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:57: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     qsort_r(void *__base, size_t __nel, size_t __width, void *,
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:20: note: insert '_Nullable' if the pointer may be null
void     qsort_r(void *__base, size_t __nel, size_t __width, void *,
                      ^
                        _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:20: note: insert '_Nonnull' if the pointer should never be null
void     qsort_r(void *__base, size_t __nel, size_t __width, void *,
                      ^
                        _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     qsort_r(void *__base, size_t __nel, size_t __width, void *,
                                                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:64: note: insert '_Nullable' if the pointer may be null
void     qsort_r(void *__base, size_t __nel, size_t __width, void *,
                                                                  ^
                                                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:64: note: insert '_Nonnull' if the pointer should never be null
void     qsort_r(void *__base, size_t __nel, size_t __width, void *,
                                                                  ^
                                                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:37: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                           ^
                                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:37: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                           ^
                                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:51: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                                         ^
                                                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:51: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                                         ^
                                                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                                                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:65: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                                                       ^
                                                                        _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:65: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                                                       ^
                                                                        _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:36: note: insert '_Nullable' if the pointer may be null
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                       ^
                                        _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:36: note: insert '_Nonnull' if the pointer should never be null
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                       ^
                                        _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:37: note: insert '_Nullable' if the pointer may be null
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                        ^
                                          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:37: note: insert '_Nonnull' if the pointer should never be null
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                        ^
                                          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:77: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                                                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:77: note: insert '_Nullable' if the pointer may be null
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                                                                ^
                                                                                  _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:77: note: insert '_Nonnull' if the pointer should never be null
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                                                                ^
                                                                                  _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:343:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int     rpmatch(const char *)
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:343:24: note: insert '_Nullable' if the pointer may be null
int     rpmatch(const char *)
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:343:24: note: insert '_Nonnull' if the pointer should never be null
int     rpmatch(const char *)
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:37: note: insert '_Nullable' if the pointer may be null
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                        ^
                                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:37: note: insert '_Nonnull' if the pointer should never be null
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                        ^
                                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:38: note: insert '_Nullable' if the pointer may be null
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                         ^
                                           _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:38: note: insert '_Nonnull' if the pointer should never be null
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                         ^
                                           _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:78: note: insert '_Nullable' if the pointer may be null
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                                                                 ^
                                                                                   _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:78: note: insert '_Nonnull' if the pointer should never be null
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                                                                 ^
                                                                                   _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *reallocf(void *__ptr, size_t __size) __alloc_size(2);
                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:21: note: insert '_Nullable' if the pointer may be null
void    *reallocf(void *__ptr, size_t __size) __alloc_size(2);
                       ^
                         _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:21: note: insert '_Nonnull' if the pointer should never be null
void    *reallocf(void *__ptr, size_t __size) __alloc_size(2);
                       ^
                         _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *reallocf(void *__ptr, size_t __size) __alloc_size(2);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:6: note: insert '_Nullable' if the pointer may be null
void    *reallocf(void *__ptr, size_t __size) __alloc_size(2);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:6: note: insert '_Nonnull' if the pointer should never be null
void    *reallocf(void *__ptr, size_t __size) __alloc_size(2);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoq(const char *__str, char **__endptr, int __base);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:21: note: insert '_Nullable' if the pointer may be null
         strtoq(const char *__str, char **__endptr, int __base);
                           ^
                             _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:21: note: insert '_Nonnull' if the pointer should never be null
         strtoq(const char *__str, char **__endptr, int __base);
                           ^
                             _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoq(const char *__str, char **__endptr, int __base);
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:34: note: insert '_Nullable' if the pointer may be null
         strtoq(const char *__str, char **__endptr, int __base);
                                        ^
                                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:34: note: insert '_Nonnull' if the pointer should never be null
         strtoq(const char *__str, char **__endptr, int __base);
                                        ^
                                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoq(const char *__str, char **__endptr, int __base);
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:35: note: insert '_Nullable' if the pointer may be null
         strtoq(const char *__str, char **__endptr, int __base);
                                         ^
                                           _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:35: note: insert '_Nonnull' if the pointer should never be null
         strtoq(const char *__str, char **__endptr, int __base);
                                         ^
                                           _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtouq(const char *__str, char **__endptr, int __base);
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:22: note: insert '_Nullable' if the pointer may be null
         strtouq(const char *__str, char **__endptr, int __base);
                            ^
                              _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:22: note: insert '_Nonnull' if the pointer should never be null
         strtouq(const char *__str, char **__endptr, int __base);
                            ^
                              _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtouq(const char *__str, char **__endptr, int __base);
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:35: note: insert '_Nullable' if the pointer may be null
         strtouq(const char *__str, char **__endptr, int __base);
                                         ^
                                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:35: note: insert '_Nonnull' if the pointer should never be null
         strtouq(const char *__str, char **__endptr, int __base);
                                         ^
                                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtouq(const char *__str, char **__endptr, int __base);
                                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:36: note: insert '_Nullable' if the pointer may be null
         strtouq(const char *__str, char **__endptr, int __base);
                                          ^
                                            _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:36: note: insert '_Nonnull' if the pointer should never be null
         strtouq(const char *__str, char **__endptr, int __base);
                                          ^
                                            _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:356:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
extern char *suboptarg;         /* getsubopt(3) external variable */
            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:356:13: note: insert '_Nullable' if the pointer may be null
extern char *suboptarg;         /* getsubopt(3) external variable */
            ^
              _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:356:13: note: insert '_Nonnull' if the pointer should never be null
extern char *suboptarg;         /* getsubopt(3) external variable */
            ^
              _Nonnull 
../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));
                                             ^
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));
                                                       ^
../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);
  ^
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));
                                                                                            ^
179 warnings generated.
libtool: compile:  /Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c ../src/java_raw_api.c -o src/java_raw_api.o >/dev/null 2>&1
Generating #CoInterpreterWithQueueFFI in '/builds/workspace/pharo-vm_v8.6.0-alpha/build'...
libtool: compile:  /Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -Wall -fexceptions -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c ../src/closures.c  -fno-common -DPIC -o src/.libs/closures.o
In file included from ../src/closures.c:388:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:64:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:93:16: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
        unsigned char   *_base;
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:93:16: note: insert '_Nullable' if the pointer may be null
        unsigned char   *_base;
                        ^
                          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:93:16: note: insert '_Nonnull' if the pointer should never be null
        unsigned char   *_base;
                        ^
                          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:138:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
        int     (* _Nullable _read) (void *, char *, int);
                                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:138:32: note: insert '_Nullable' if the pointer may be null
        int     (* _Nullable _read) (void *, char *, int);
                                          ^
                                           _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:138:32: note: insert '_Nonnull' if the pointer should never be null
        int     (* _Nullable _read) (void *, char *, int);
                                          ^
                                           _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:138:40: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
        int     (* _Nullable _read) (void *, char *, int);
                                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:138:40: note: insert '_Nullable' if the pointer may be null
        int     (* _Nullable _read) (void *, char *, int);
                                                  ^
                                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:138:40: note: insert '_Nonnull' if the pointer should never be null
        int     (* _Nullable _read) (void *, char *, int);
                                                  ^
                                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:139:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
        fpos_t  (* _Nullable _seek) (void *, fpos_t, int);
                                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:139:35: note: insert '_Nullable' if the pointer may be null
        fpos_t  (* _Nullable _seek) (void *, fpos_t, int);
                                          ^
                                           _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:139:35: note: insert '_Nonnull' if the pointer should never be null
        fpos_t  (* _Nullable _seek) (void *, fpos_t, int);
                                          ^
                                           _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:140:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
        int     (* _Nullable _write)(void *, const char *, int);
                                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:140:32: note: insert '_Nullable' if the pointer may be null
        int     (* _Nullable _write)(void *, const char *, int);
                                          ^
                                           _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:140:32: note: insert '_Nonnull' if the pointer should never be null
        int     (* _Nullable _write)(void *, const char *, int);
                                          ^
                                           _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:140:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
        int     (* _Nullable _write)(void *, const char *, int);
                                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:140:46: note: insert '_Nullable' if the pointer may be null
        int     (* _Nullable _write)(void *, const char *, int);
                                                        ^
                                                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:140:46: note: insert '_Nonnull' if the pointer should never be null
        int     (* _Nullable _write)(void *, const char *, int);
                                                        ^
                                                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:144:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
        struct __sFILEX *_extra; /* additions to FILE to not break ABI */
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:144:18: note: insert '_Nullable' if the pointer may be null
        struct __sFILEX *_extra; /* additions to FILE to not break ABI */
                        ^
                          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:144:18: note: insert '_Nonnull' if the pointer should never be null
        struct __sFILEX *_extra; /* additions to FILE to not break ABI */
                        ^
                          _Nonnull 
In file included from ../src/closures.c:388:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:67:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
extern FILE *__stdinp;
            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:67:13: note: insert '_Nullable' if the pointer may be null
extern FILE *__stdinp;
            ^
              _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:67:13: note: insert '_Nonnull' if the pointer should never be null
extern FILE *__stdinp;
            ^
              _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:386:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
                 int (* _Nullable)(void *, const char *, int),
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:386:41: note: insert '_Nullable' if the pointer may be null
                 int (* _Nullable)(void *, const char *, int),
                                        ^
                                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:386:41: note: insert '_Nonnull' if the pointer should never be null
                 int (* _Nullable)(void *, const char *, int),
                                        ^
                                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:386:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
                 int (* _Nullable)(void *, const char *, int),
                                                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:386:55: note: insert '_Nullable' if the pointer may be null
                 int (* _Nullable)(void *, const char *, int),
                                                      ^
                                                       _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:386:55: note: insert '_Nonnull' if the pointer should never be null
                 int (* _Nullable)(void *, const char *, int),
                                                      ^
                                                       _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:387:44: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
                 fpos_t (* _Nullable)(void *, fpos_t, int),
                                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:387:44: note: insert '_Nullable' if the pointer may be null
                 fpos_t (* _Nullable)(void *, fpos_t, int),
                                           ^
                                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:387:44: note: insert '_Nonnull' if the pointer should never be null
                 fpos_t (* _Nullable)(void *, fpos_t, int),
                                           ^
                                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:388:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
                 int (* _Nullable)(void *));
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:388:41: note: insert '_Nullable' if the pointer may be null
                 int (* _Nullable)(void *));
                                        ^
                                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:388:41: note: insert '_Nonnull' if the pointer should never be null
                 int (* _Nullable)(void *));
                                        ^
                                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:384:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
FILE    *funopen(const void *,
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:384:6: note: insert '_Nullable' if the pointer may be null
FILE    *funopen(const void *,
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:384:6: note: insert '_Nonnull' if the pointer should never be null
FILE    *funopen(const void *,
        ^
          _Nonnull 
In file included from ../src/closures.c:394:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:331:6: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if !_PTHREAD_SWIFT_IMPORTER_NULLABILITY_COMPAT
     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:200:2: note: expanded from macro '_PTHREAD_SWIFT_IMPORTER_NULLABILITY_COMPAT'
        defined(SWIFT_CLASS_EXTRA) && (!defined(SWIFT_SDK_OVERLAY_PTHREAD_EPOCH) || (SWIFT_SDK_OVERLAY_PTHREAD_EPOCH < 1))
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:331:6: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:200:34: note: expanded from macro '_PTHREAD_SWIFT_IMPORTER_NULLABILITY_COMPAT'
        defined(SWIFT_CLASS_EXTRA) && (!defined(SWIFT_SDK_OVERLAY_PTHREAD_EPOCH) || (SWIFT_SDK_OVERLAY_PTHREAD_EPOCH < 1))
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:332:5: warning: declaration of built-in function 'pthread_create' requires inclusion of the header <pthread.h> [-Wbuiltin-requires-header]
int pthread_create(pthread_t _Nullable * _Nonnull __restrict,
    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:540:6: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if !_PTHREAD_SWIFT_IMPORTER_NULLABILITY_COMPAT
     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:200:2: note: expanded from macro '_PTHREAD_SWIFT_IMPORTER_NULLABILITY_COMPAT'
        defined(SWIFT_CLASS_EXTRA) && (!defined(SWIFT_SDK_OVERLAY_PTHREAD_EPOCH) || (SWIFT_SDK_OVERLAY_PTHREAD_EPOCH < 1))
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:540:6: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:200:34: note: expanded from macro '_PTHREAD_SWIFT_IMPORTER_NULLABILITY_COMPAT'
        defined(SWIFT_CLASS_EXTRA) && (!defined(SWIFT_SDK_OVERLAY_PTHREAD_EPOCH) || (SWIFT_SDK_OVERLAY_PTHREAD_EPOCH < 1))
                                        ^
In file included from ../src/closures.c:524:
In file included from ../src/dlmalloc.c:1172:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:134:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
double   atof(const char *);
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:134:25: note: insert '_Nullable' if the pointer may be null
double   atof(const char *);
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:134:25: note: insert '_Nonnull' if the pointer should never be null
double   atof(const char *);
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:135:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      atoi(const char *);
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:135:22: note: insert '_Nullable' if the pointer may be null
int      atoi(const char *);
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:135:22: note: insert '_Nonnull' if the pointer should never be null
int      atoi(const char *);
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:136:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
long     atol(const char *);
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:136:23: note: insert '_Nullable' if the pointer may be null
long     atol(const char *);
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:136:23: note: insert '_Nonnull' if the pointer should never be null
long     atol(const char *);
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:139:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         atoll(const char *);
                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:139:20: note: insert '_Nullable' if the pointer may be null
         atoll(const char *);
                          ^
                           _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:139:20: note: insert '_Nonnull' if the pointer should never be null
         atoll(const char *);
                          ^
                           _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *bsearch(const void *__key, const void *__base, size_t __nel,
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:26: note: insert '_Nullable' if the pointer may be null
void    *bsearch(const void *__key, const void *__base, size_t __nel,
                            ^
                              _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:26: note: insert '_Nonnull' if the pointer should never be null
void    *bsearch(const void *__key, const void *__base, size_t __nel,
                            ^
                              _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *bsearch(const void *__key, const void *__base, size_t __nel,
                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:45: note: insert '_Nullable' if the pointer may be null
void    *bsearch(const void *__key, const void *__base, size_t __nel,
                                               ^
                                                 _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:45: note: insert '_Nonnull' if the pointer should never be null
void    *bsearch(const void *__key, const void *__base, size_t __nel,
                                               ^
                                                 _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:142:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            size_t __width, int (* _Nonnull __compar)(const void *, const void *));
                                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:142:59: note: insert '_Nullable' if the pointer may be null
            size_t __width, int (* _Nonnull __compar)(const void *, const void *));
                                                                 ^
                                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:142:59: note: insert '_Nonnull' if the pointer should never be null
            size_t __width, int (* _Nonnull __compar)(const void *, const void *));
                                                                 ^
                                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:142:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            size_t __width, int (* _Nonnull __compar)(const void *, const void *));
                                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:142:73: note: insert '_Nullable' if the pointer may be null
            size_t __width, int (* _Nonnull __compar)(const void *, const void *));
                                                                               ^
                                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:142:73: note: insert '_Nonnull' if the pointer should never be null
            size_t __width, int (* _Nonnull __compar)(const void *, const void *));
                                                                               ^
                                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *bsearch(const void *__key, const void *__base, size_t __nel,
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:6: note: insert '_Nullable' if the pointer may be null
void    *bsearch(const void *__key, const void *__base, size_t __nel,
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:6: note: insert '_Nonnull' if the pointer should never be null
void    *bsearch(const void *__key, const void *__base, size_t __nel,
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *getenv(const char *);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147:25: note: insert '_Nullable' if the pointer may be null
char    *getenv(const char *);
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147:25: note: insert '_Nonnull' if the pointer should never be null
char    *getenv(const char *);
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *getenv(const char *);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147:6: note: insert '_Nullable' if the pointer may be null
char    *getenv(const char *);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147:6: note: insert '_Nonnull' if the pointer should never be null
char    *getenv(const char *);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:156:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      mblen(const char *__s, size_t __n);
                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:156:23: note: insert '_Nullable' if the pointer may be null
int      mblen(const char *__s, size_t __n);
                          ^
                            _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:156:23: note: insert '_Nonnull' if the pointer should never be null
int      mblen(const char *__s, size_t __n);
                          ^
                            _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
size_t   mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157:26: note: insert '_Nullable' if the pointer may be null
size_t   mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
                          ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157:26: note: insert '_Nonnull' if the pointer should never be null
size_t   mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
                          ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157:52: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
size_t   mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
                                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157:52: note: insert '_Nullable' if the pointer may be null
size_t   mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
                                                    ^
                                                      _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157:52: note: insert '_Nonnull' if the pointer should never be null
size_t   mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
                                                    ^
                                                      _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158:21: note: insert '_Nullable' if the pointer may be null
int      mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
                        ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158:21: note: insert '_Nonnull' if the pointer should never be null
int      mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
                        ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158:46: note: insert '_Nullable' if the pointer may be null
int      mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
                                                 ^
                                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158:46: note: insert '_Nonnull' if the pointer should never be null
int      mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
                                                 ^
                                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:160:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     qsort(void *__base, size_t __nel, size_t __width,
                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:160:18: note: insert '_Nullable' if the pointer may be null
void     qsort(void *__base, size_t __nel, size_t __width,
                    ^
                      _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:160:18: note: insert '_Nonnull' if the pointer should never be null
void     qsort(void *__base, size_t __nel, size_t __width,
                    ^
                      _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:161:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:161:43: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:161:43: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:161:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:161:57: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:161:57: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:27: note: insert '_Nullable' if the pointer may be null
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:27: note: insert '_Nonnull' if the pointer should never be null
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                                   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:35: note: insert '_Nullable' if the pointer may be null
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                                   ^
                                    _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:35: note: insert '_Nonnull' if the pointer should never be null
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                                   ^
                                    _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:36: note: insert '_Nullable' if the pointer may be null
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                                    ^
                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:36: note: insert '_Nonnull' if the pointer should never be null
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                                    ^
                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:26: note: insert '_Nullable' if the pointer may be null
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:26: note: insert '_Nonnull' if the pointer should never be null
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                                   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:34: note: insert '_Nullable' if the pointer may be null
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                                   ^
                                    _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:34: note: insert '_Nonnull' if the pointer should never be null
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                                   ^
                                    _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:35: note: insert '_Nullable' if the pointer may be null
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                                    ^
                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:35: note: insert '_Nonnull' if the pointer should never be null
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                                    ^
                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
long     strtol(const char *__str, char **__endptr, int __base);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:25: note: insert '_Nullable' if the pointer may be null
long     strtol(const char *__str, char **__endptr, int __base);
                           ^
                             _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:25: note: insert '_Nonnull' if the pointer should never be null
long     strtol(const char *__str, char **__endptr, int __base);
                           ^
                             _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
long     strtol(const char *__str, char **__endptr, int __base);
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:38: note: insert '_Nullable' if the pointer may be null
long     strtol(const char *__str, char **__endptr, int __base);
                                        ^
                                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:38: note: insert '_Nonnull' if the pointer should never be null
long     strtol(const char *__str, char **__endptr, int __base);
                                        ^
                                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:39: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
long     strtol(const char *__str, char **__endptr, int __base);
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:39: note: insert '_Nullable' if the pointer may be null
long     strtol(const char *__str, char **__endptr, int __base);
                                         ^
                                           _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:39: note: insert '_Nonnull' if the pointer should never be null
long     strtol(const char *__str, char **__endptr, int __base);
                                         ^
                                           _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtold(const char *, char **);
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:22: note: insert '_Nullable' if the pointer may be null
         strtold(const char *, char **);
                            ^
                             _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:22: note: insert '_Nonnull' if the pointer should never be null
         strtold(const char *, char **);
                            ^
                             _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtold(const char *, char **);
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:30: note: insert '_Nullable' if the pointer may be null
         strtold(const char *, char **);
                                    ^
                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:30: note: insert '_Nonnull' if the pointer should never be null
         strtold(const char *, char **);
                                    ^
                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtold(const char *, char **);
                                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:31: note: insert '_Nullable' if the pointer may be null
         strtold(const char *, char **);
                                     ^
                                      _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:31: note: insert '_Nonnull' if the pointer should never be null
         strtold(const char *, char **);
                                     ^
                                      _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoll(const char *__str, char **__endptr, int __base);
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:22: note: insert '_Nullable' if the pointer may be null
         strtoll(const char *__str, char **__endptr, int __base);
                            ^
                              _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:22: note: insert '_Nonnull' if the pointer should never be null
         strtoll(const char *__str, char **__endptr, int __base);
                            ^
                              _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoll(const char *__str, char **__endptr, int __base);
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:35: note: insert '_Nullable' if the pointer may be null
         strtoll(const char *__str, char **__endptr, int __base);
                                         ^
                                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:35: note: insert '_Nonnull' if the pointer should never be null
         strtoll(const char *__str, char **__endptr, int __base);
                                         ^
                                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoll(const char *__str, char **__endptr, int __base);
                                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:36: note: insert '_Nullable' if the pointer may be null
         strtoll(const char *__str, char **__endptr, int __base);
                                          ^
                                            _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:36: note: insert '_Nonnull' if the pointer should never be null
         strtoll(const char *__str, char **__endptr, int __base);
                                          ^
                                            _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoul(const char *__str, char **__endptr, int __base);
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:22: note: insert '_Nullable' if the pointer may be null
         strtoul(const char *__str, char **__endptr, int __base);
                            ^
                              _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:22: note: insert '_Nonnull' if the pointer should never be null
         strtoul(const char *__str, char **__endptr, int __base);
                            ^
                              _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoul(const char *__str, char **__endptr, int __base);
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:35: note: insert '_Nullable' if the pointer may be null
         strtoul(const char *__str, char **__endptr, int __base);
                                         ^
                                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:35: note: insert '_Nonnull' if the pointer should never be null
         strtoul(const char *__str, char **__endptr, int __base);
                                         ^
                                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoul(const char *__str, char **__endptr, int __base);
                                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:36: note: insert '_Nullable' if the pointer may be null
         strtoul(const char *__str, char **__endptr, int __base);
                                          ^
                                            _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:36: note: insert '_Nonnull' if the pointer should never be null
         strtoul(const char *__str, char **__endptr, int __base);
                                          ^
                                            _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoull(const char *__str, char **__endptr, int __base);
                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:23: note: insert '_Nullable' if the pointer may be null
         strtoull(const char *__str, char **__endptr, int __base);
                             ^
                               _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:23: note: insert '_Nonnull' if the pointer should never be null
         strtoull(const char *__str, char **__endptr, int __base);
                             ^
                               _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoull(const char *__str, char **__endptr, int __base);
                                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:36: note: insert '_Nullable' if the pointer may be null
         strtoull(const char *__str, char **__endptr, int __base);
                                          ^
                                           _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:36: note: insert '_Nonnull' if the pointer should never be null
         strtoull(const char *__str, char **__endptr, int __base);
                                          ^
                                           _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoull(const char *__str, char **__endptr, int __base);
                                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:37: note: insert '_Nullable' if the pointer may be null
         strtoull(const char *__str, char **__endptr, int __base);
                                           ^
                                             _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:37: note: insert '_Nonnull' if the pointer should never be null
         strtoull(const char *__str, char **__endptr, int __base);
                                           ^
                                             _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:190:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      system(const char *) __DARWIN_ALIAS_C(system);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:190:24: note: insert '_Nullable' if the pointer may be null
int      system(const char *) __DARWIN_ALIAS_C(system);
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:190:24: note: insert '_Nonnull' if the pointer should never be null
int      system(const char *) __DARWIN_ALIAS_C(system);
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
size_t   wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:23: note: insert '_Nullable' if the pointer may be null
size_t   wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
                       ^
                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:23: note: insert '_Nonnull' if the pointer should never be null
size_t   wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
                       ^
                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
size_t   wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
                                                   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:51: note: insert '_Nullable' if the pointer may be null
size_t   wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
                                                   ^
                                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:51: note: insert '_Nonnull' if the pointer should never be null
size_t   wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
                                                   ^
                                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:195:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      wctomb(char *, wchar_t);
                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:195:18: note: insert '_Nullable' if the pointer may be null
int      wctomb(char *, wchar_t);
                     ^
                      _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:195:18: note: insert '_Nonnull' if the pointer should never be null
int      wctomb(char *, wchar_t);
                     ^
                      _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:199:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
long     a64l(const char *);
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:199:23: note: insert '_Nullable' if the pointer may be null
long     a64l(const char *);
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:199:23: note: insert '_Nonnull' if the pointer should never be null
long     a64l(const char *);
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:29: note: insert '_Nullable' if the pointer may be null
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                               ^
                                 _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:29: note: insert '_Nonnull' if the pointer should never be null
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                               ^
                                 _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:46: note: insert '_Nullable' if the pointer may be null
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                                                ^
                                                  _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:46: note: insert '_Nonnull' if the pointer should never be null
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                                                ^
                                                  _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:6: note: insert '_Nullable' if the pointer may be null
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:6: note: insert '_Nonnull' if the pointer should never be null
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:202:31: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
double   erand48(unsigned short[3]);
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:202:31: note: insert '_Nullable' if the array parameter may be null
double   erand48(unsigned short[3]);
                               ^
                                _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:202:31: note: insert '_Nonnull' if the array parameter should never be null
double   erand48(unsigned short[3]);
                               ^
                                _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:29: note: insert '_Nullable' if the pointer may be null
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                               ^
                                 _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:29: note: insert '_Nonnull' if the pointer should never be null
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                               ^
                                 _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:46: note: insert '_Nullable' if the pointer may be null
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                                                ^
                                                  _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:46: note: insert '_Nonnull' if the pointer should never be null
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                                                ^
                                                  _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:6: note: insert '_Nullable' if the pointer may be null
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:6: note: insert '_Nonnull' if the pointer should never be null
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *gcvt(double, int, char *); /* LEGACY */
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:30: note: insert '_Nullable' if the pointer may be null
char    *gcvt(double, int, char *); /* LEGACY */
                                ^
                                 _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:30: note: insert '_Nonnull' if the pointer should never be null
char    *gcvt(double, int, char *); /* LEGACY */
                                ^
                                 _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *gcvt(double, int, char *); /* LEGACY */
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:6: note: insert '_Nullable' if the pointer may be null
char    *gcvt(double, int, char *); /* LEGACY */
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:6: note: insert '_Nonnull' if the pointer should never be null
char    *gcvt(double, int, char *); /* LEGACY */
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      getsubopt(char **, char * const *, char **);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:21: note: insert '_Nullable' if the pointer may be null
int      getsubopt(char **, char * const *, char **);
                        ^
                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:21: note: insert '_Nonnull' if the pointer should never be null
int      getsubopt(char **, char * const *, char **);
                        ^
                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      getsubopt(char **, char * const *, char **);
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:22: note: insert '_Nullable' if the pointer may be null
int      getsubopt(char **, char * const *, char **);
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:22: note: insert '_Nonnull' if the pointer should never be null
int      getsubopt(char **, char * const *, char **);
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      getsubopt(char **, char * const *, char **);
                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:30: note: insert '_Nullable' if the pointer may be null
int      getsubopt(char **, char * const *, char **);
                                 ^
                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:30: note: insert '_Nonnull' if the pointer should never be null
int      getsubopt(char **, char * const *, char **);
                                 ^
                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      getsubopt(char **, char * const *, char **);
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:38: note: insert '_Nullable' if the pointer may be null
int      getsubopt(char **, char * const *, char **);
                                         ^
                                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:38: note: insert '_Nonnull' if the pointer should never be null
int      getsubopt(char **, char * const *, char **);
                                         ^
                                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      getsubopt(char **, char * const *, char **);
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:46: note: insert '_Nullable' if the pointer may be null
int      getsubopt(char **, char * const *, char **);
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:46: note: insert '_Nonnull' if the pointer should never be null
int      getsubopt(char **, char * const *, char **);
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      getsubopt(char **, char * const *, char **);
                                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:47: note: insert '_Nullable' if the pointer may be null
int      getsubopt(char **, char * const *, char **);
                                                  ^
                                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:47: note: insert '_Nonnull' if the pointer should never be null
int      getsubopt(char **, char * const *, char **);
                                                  ^
                                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *initstate(unsigned, char *, size_t); /* no  __DARWIN_ALIAS needed */
                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:32: note: insert '_Nullable' if the pointer may be null
char    *initstate(unsigned, char *, size_t); /* no  __DARWIN_ALIAS needed */
                                  ^
                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:32: note: insert '_Nonnull' if the pointer should never be null
char    *initstate(unsigned, char *, size_t); /* no  __DARWIN_ALIAS needed */
                                  ^
                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *initstate(unsigned, char *, size_t); /* no  __DARWIN_ALIAS needed */
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:6: note: insert '_Nullable' if the pointer may be null
char    *initstate(unsigned, char *, size_t); /* no  __DARWIN_ALIAS needed */
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:6: note: insert '_Nonnull' if the pointer should never be null
char    *initstate(unsigned, char *, size_t); /* no  __DARWIN_ALIAS needed */
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:212:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
long     jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:212:29: note: insert '_Nullable' if the array parameter may be null
long     jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
                               ^
                                _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:212:29: note: insert '_Nonnull' if the array parameter should never be null
long     jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
                               ^
                                _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:213:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *l64a(long);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:213:6: note: insert '_Nullable' if the pointer may be null
char    *l64a(long);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:213:6: note: insert '_Nonnull' if the pointer should never be null
char    *l64a(long);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:214:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
void     lcong48(unsigned short[7]);
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:214:29: note: insert '_Nullable' if the array parameter may be null
void     lcong48(unsigned short[7]);
                               ^
                                _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:214:29: note: insert '_Nonnull' if the array parameter should never be null
void     lcong48(unsigned short[7]);
                               ^
                                _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *mktemp(char *);
                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:19: note: insert '_Nullable' if the pointer may be null
char    *mktemp(char *);
                     ^
                      _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:19: note: insert '_Nonnull' if the pointer should never be null
char    *mktemp(char *);
                     ^
                      _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *mktemp(char *);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:6: note: insert '_Nullable' if the pointer may be null
char    *mktemp(char *);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:6: note: insert '_Nonnull' if the pointer should never be null
char    *mktemp(char *);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:217:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      mkstemp(char *);
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:217:19: note: insert '_Nullable' if the pointer may be null
int      mkstemp(char *);
                      ^
                       _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:217:19: note: insert '_Nonnull' if the pointer should never be null
int      mkstemp(char *);
                      ^
                       _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:219:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
long     nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:219:29: note: insert '_Nullable' if the array parameter may be null
long     nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
                               ^
                                _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:219:29: note: insert '_Nonnull' if the array parameter should never be null
long     nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
                               ^
                                _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:221:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *ptsname(int);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:221:6: note: insert '_Nullable' if the pointer may be null
char    *ptsname(int);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:221:6: note: insert '_Nonnull' if the pointer should never be null
char    *ptsname(int);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:224:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3));
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:224:32: note: insert '_Nullable' if the pointer may be null
int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3));
                               ^
                                 _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:224:32: note: insert '_Nonnull' if the pointer should never be null
int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3));
                               ^
                                 _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:227:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      putenv(char *) __DARWIN_ALIAS(putenv);
                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:227:18: note: insert '_Nullable' if the pointer may be null
int      putenv(char *) __DARWIN_ALIAS(putenv);
                     ^
                      _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:227:18: note: insert '_Nonnull' if the pointer should never be null
int      putenv(char *) __DARWIN_ALIAS(putenv);
                     ^
                      _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:229:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      rand_r(unsigned *) __swift_unavailable("Use arc4random instead.");
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:229:22: note: insert '_Nullable' if the pointer may be null
int      rand_r(unsigned *) __swift_unavailable("Use arc4random instead.");
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:229:22: note: insert '_Nonnull' if the pointer should never be null
int      rand_r(unsigned *) __swift_unavailable("Use arc4random instead.");
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:27: note: insert '_Nullable' if the pointer may be null
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
                             ^
                               _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:27: note: insert '_Nonnull' if the pointer should never be null
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
                             ^
                               _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
                                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:46: note: insert '_Nullable' if the pointer may be null
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
                                                ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:46: note: insert '_Nonnull' if the pointer should never be null
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
                                                ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:6: note: insert '_Nullable' if the pointer may be null
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:6: note: insert '_Nonnull' if the pointer should never be null
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:24: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
        *seed48(unsigned short[3]);
                              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:24: note: insert '_Nullable' if the array parameter may be null
        *seed48(unsigned short[3]);
                              ^
                               _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:24: note: insert '_Nonnull' if the array parameter should never be null
        *seed48(unsigned short[3]);
                              ^
                               _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
        *seed48(unsigned short[3]);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:2: note: insert '_Nullable' if the pointer may be null
        *seed48(unsigned short[3]);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:2: note: insert '_Nonnull' if the pointer should never be null
        *seed48(unsigned short[3]);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:24: note: insert '_Nullable' if the pointer may be null
int      setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
                           ^
                             _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:24: note: insert '_Nonnull' if the pointer should never be null
int      setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
                           ^
                             _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
                                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:45: note: insert '_Nullable' if the pointer may be null
int      setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
                                                ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:45: note: insert '_Nonnull' if the pointer should never be null
int      setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
                                                ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:239:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     setkey(const char *) __DARWIN_ALIAS(setkey);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:239:25: note: insert '_Nullable' if the pointer may be null
void     setkey(const char *) __DARWIN_ALIAS(setkey);
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:239:25: note: insert '_Nonnull' if the pointer should never be null
void     setkey(const char *) __DARWIN_ALIAS(setkey);
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *setstate(const char *);
                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:27: note: insert '_Nullable' if the pointer may be null
char    *setstate(const char *);
                             ^
                              _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:27: note: insert '_Nonnull' if the pointer should never be null
char    *setstate(const char *);
                             ^
                              _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *setstate(const char *);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:6: note: insert '_Nullable' if the pointer may be null
char    *setstate(const char *);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:6: note: insert '_Nonnull' if the pointer should never be null
char    *setstate(const char *);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:252:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      unsetenv(const char *) __DARWIN_ALIAS(unsetenv);
                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:252:26: note: insert '_Nullable' if the pointer may be null
int      unsetenv(const char *) __DARWIN_ALIAS(unsetenv);
                             ^
                              _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:252:26: note: insert '_Nonnull' if the pointer should never be null
int      unsetenv(const char *) __DARWIN_ALIAS(unsetenv);
                             ^
                              _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:265:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/)
                                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:265:42: note: insert '_Nullable' if the pointer may be null
void     arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/)
                                            ^
                                              _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:265:42: note: insert '_Nonnull' if the pointer should never be null
void     arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/)
                                            ^
                                              _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:270:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);
                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:270:27: note: insert '_Nullable' if the pointer may be null
void     arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);
                             ^
                               _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:270:27: note: insert '_Nonnull' if the pointer should never be null
void     arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);
                             ^
                               _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
                              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:28: note: insert '_Nullable' if the pointer may be null
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
                              ^
                                _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:28: note: insert '_Nonnull' if the pointer should never be null
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
                              ^
                                _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:47: note: insert '_Nullable' if the pointer may be null
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
                                                 ^
                                                   _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:47: note: insert '_Nonnull' if the pointer should never be null
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
                                                 ^
                                                   _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
                                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:59: note: insert '_Nullable' if the pointer may be null
            size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
                                                                 ^
                                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:59: note: insert '_Nonnull' if the pointer should never be null
            size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
                                                                 ^
                                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
                                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:73: note: insert '_Nullable' if the pointer may be null
            size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
                                                                               ^
                                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:73: note: insert '_Nonnull' if the pointer should never be null
            size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
                                                                               ^
                                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:6: note: insert '_Nullable' if the pointer may be null
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:6: note: insert '_Nonnull' if the pointer should never be null
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *cgetcap(char *, const char *, int);
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:20: note: insert '_Nullable' if the pointer may be null
char    *cgetcap(char *, const char *, int);
                      ^
                       _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:20: note: insert '_Nonnull' if the pointer should never be null
char    *cgetcap(char *, const char *, int);
                      ^
                       _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *cgetcap(char *, const char *, int);
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:34: note: insert '_Nullable' if the pointer may be null
char    *cgetcap(char *, const char *, int);
                                    ^
                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:34: note: insert '_Nonnull' if the pointer should never be null
char    *cgetcap(char *, const char *, int);
                                    ^
                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *cgetcap(char *, const char *, int);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:6: note: insert '_Nullable' if the pointer may be null
char    *cgetcap(char *, const char *, int);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:6: note: insert '_Nonnull' if the pointer should never be null
char    *cgetcap(char *, const char *, int);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetent(char **, char **, const char *);
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:19: note: insert '_Nullable' if the pointer may be null
int      cgetent(char **, char **, const char *);
                      ^
                       _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:19: note: insert '_Nonnull' if the pointer should never be null
int      cgetent(char **, char **, const char *);
                      ^
                       _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetent(char **, char **, const char *);
                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:20: note: insert '_Nullable' if the pointer may be null
int      cgetent(char **, char **, const char *);
                       ^
                        _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:20: note: insert '_Nonnull' if the pointer should never be null
int      cgetent(char **, char **, const char *);
                       ^
                        _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetent(char **, char **, const char *);
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:28: note: insert '_Nullable' if the pointer may be null
int      cgetent(char **, char **, const char *);
                               ^
                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:28: note: insert '_Nonnull' if the pointer should never be null
int      cgetent(char **, char **, const char *);
                               ^
                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetent(char **, char **, const char *);
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:29: note: insert '_Nullable' if the pointer may be null
int      cgetent(char **, char **, const char *);
                                ^
                                 _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:29: note: insert '_Nonnull' if the pointer should never be null
int      cgetent(char **, char **, const char *);
                                ^
                                 _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetent(char **, char **, const char *);
                                              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:43: note: insert '_Nullable' if the pointer may be null
int      cgetent(char **, char **, const char *);
                                              ^
                                               _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:43: note: insert '_Nonnull' if the pointer should never be null
int      cgetent(char **, char **, const char *);
                                              ^
                                               _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetfirst(char **, char **);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:21: note: insert '_Nullable' if the pointer may be null
int      cgetfirst(char **, char **);
                        ^
                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:21: note: insert '_Nonnull' if the pointer should never be null
int      cgetfirst(char **, char **);
                        ^
                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetfirst(char **, char **);
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:22: note: insert '_Nullable' if the pointer may be null
int      cgetfirst(char **, char **);
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:22: note: insert '_Nonnull' if the pointer should never be null
int      cgetfirst(char **, char **);
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetfirst(char **, char **);
                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:30: note: insert '_Nullable' if the pointer may be null
int      cgetfirst(char **, char **);
                                 ^
                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:30: note: insert '_Nonnull' if the pointer should never be null
int      cgetfirst(char **, char **);
                                 ^
                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetfirst(char **, char **);
                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:31: note: insert '_Nullable' if the pointer may be null
int      cgetfirst(char **, char **);
                                  ^
                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:31: note: insert '_Nonnull' if the pointer should never be null
int      cgetfirst(char **, char **);
                                  ^
                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetmatch(const char *, const char *);
                              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:27: note: insert '_Nullable' if the pointer may be null
int      cgetmatch(const char *, const char *);
                              ^
                               _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:27: note: insert '_Nonnull' if the pointer should never be null
int      cgetmatch(const char *, const char *);
                              ^
                               _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetmatch(const char *, const char *);
                                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:41: note: insert '_Nullable' if the pointer may be null
int      cgetmatch(const char *, const char *);
                                            ^
                                             _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:41: note: insert '_Nonnull' if the pointer should never be null
int      cgetmatch(const char *, const char *);
                                            ^
                                             _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnext(char **, char **);
                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:20: note: insert '_Nullable' if the pointer may be null
int      cgetnext(char **, char **);
                       ^
                        _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:20: note: insert '_Nonnull' if the pointer should never be null
int      cgetnext(char **, char **);
                       ^
                        _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnext(char **, char **);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:21: note: insert '_Nullable' if the pointer may be null
int      cgetnext(char **, char **);
                        ^
                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:21: note: insert '_Nonnull' if the pointer should never be null
int      cgetnext(char **, char **);
                        ^
                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnext(char **, char **);
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:29: note: insert '_Nullable' if the pointer may be null
int      cgetnext(char **, char **);
                                ^
                                 _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:29: note: insert '_Nonnull' if the pointer should never be null
int      cgetnext(char **, char **);
                                ^
                                 _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnext(char **, char **);
                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:30: note: insert '_Nullable' if the pointer may be null
int      cgetnext(char **, char **);
                                 ^
                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:30: note: insert '_Nonnull' if the pointer should never be null
int      cgetnext(char **, char **);
                                 ^
                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnum(char *, const char *, long *);
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:19: note: insert '_Nullable' if the pointer may be null
int      cgetnum(char *, const char *, long *);
                      ^
                       _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:19: note: insert '_Nonnull' if the pointer should never be null
int      cgetnum(char *, const char *, long *);
                      ^
                       _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnum(char *, const char *, long *);
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:33: note: insert '_Nullable' if the pointer may be null
int      cgetnum(char *, const char *, long *);
                                    ^
                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:33: note: insert '_Nonnull' if the pointer should never be null
int      cgetnum(char *, const char *, long *);
                                    ^
                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnum(char *, const char *, long *);
                                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:41: note: insert '_Nullable' if the pointer may be null
int      cgetnum(char *, const char *, long *);
                                            ^
                                             _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:41: note: insert '_Nonnull' if the pointer should never be null
int      cgetnum(char *, const char *, long *);
                                            ^
                                             _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:288:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetset(const char *);
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:288:25: note: insert '_Nullable' if the pointer may be null
int      cgetset(const char *);
                            ^
                             _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:288:25: note: insert '_Nonnull' if the pointer should never be null
int      cgetset(const char *);
                            ^
                             _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetstr(char *, const char *, char **);
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:19: note: insert '_Nullable' if the pointer may be null
int      cgetstr(char *, const char *, char **);
                      ^
                       _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:19: note: insert '_Nonnull' if the pointer should never be null
int      cgetstr(char *, const char *, char **);
                      ^
                       _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetstr(char *, const char *, char **);
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:33: note: insert '_Nullable' if the pointer may be null
int      cgetstr(char *, const char *, char **);
                                    ^
                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:33: note: insert '_Nonnull' if the pointer should never be null
int      cgetstr(char *, const char *, char **);
                                    ^
                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetstr(char *, const char *, char **);
                                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:41: note: insert '_Nullable' if the pointer may be null
int      cgetstr(char *, const char *, char **);
                                            ^
                                             _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:41: note: insert '_Nonnull' if the pointer should never be null
int      cgetstr(char *, const char *, char **);
                                            ^
                                             _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetstr(char *, const char *, char **);
                                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:42: note: insert '_Nullable' if the pointer may be null
int      cgetstr(char *, const char *, char **);
                                             ^
                                              _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:42: note: insert '_Nonnull' if the pointer should never be null
int      cgetstr(char *, const char *, char **);
                                             ^
                                              _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetustr(char *, const char *, char **);
                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:20: note: insert '_Nullable' if the pointer may be null
int      cgetustr(char *, const char *, char **);
                       ^
                        _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:20: note: insert '_Nonnull' if the pointer should never be null
int      cgetustr(char *, const char *, char **);
                       ^
                        _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetustr(char *, const char *, char **);
                                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:34: note: insert '_Nullable' if the pointer may be null
int      cgetustr(char *, const char *, char **);
                                     ^
                                      _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:34: note: insert '_Nonnull' if the pointer should never be null
int      cgetustr(char *, const char *, char **);
                                     ^
                                      _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetustr(char *, const char *, char **);
                                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:42: note: insert '_Nullable' if the pointer may be null
int      cgetustr(char *, const char *, char **);
                                             ^
                                              _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:42: note: insert '_Nonnull' if the pointer should never be null
int      cgetustr(char *, const char *, char **);
                                             ^
                                              _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetustr(char *, const char *, char **);
                                              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:43: note: insert '_Nullable' if the pointer may be null
int      cgetustr(char *, const char *, char **);
                                              ^
                                               _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:43: note: insert '_Nonnull' if the pointer should never be null
int      cgetustr(char *, const char *, char **);
                                              ^
                                               _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:293:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *devname(dev_t, mode_t);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:293:6: note: insert '_Nullable' if the pointer may be null
char    *devname(dev_t, mode_t);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:293:6: note: insert '_Nonnull' if the pointer should never be null
char    *devname(dev_t, mode_t);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *devname_r(dev_t, mode_t, char *buf, int len);
                                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:37: note: insert '_Nullable' if the pointer may be null
char    *devname_r(dev_t, mode_t, char *buf, int len);
                                       ^
                                         _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:37: note: insert '_Nonnull' if the pointer should never be null
char    *devname_r(dev_t, mode_t, char *buf, int len);
                                       ^
                                         _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *devname_r(dev_t, mode_t, char *buf, int len);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:6: note: insert '_Nullable' if the pointer may be null
char    *devname_r(dev_t, mode_t, char *buf, int len);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:6: note: insert '_Nonnull' if the pointer should never be null
char    *devname_r(dev_t, mode_t, char *buf, int len);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *getbsize(int *, long *);
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:20: note: insert '_Nullable' if the pointer may be null
char    *getbsize(int *, long *);
                      ^
                       _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:20: note: insert '_Nonnull' if the pointer should never be null
char    *getbsize(int *, long *);
                      ^
                       _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *getbsize(int *, long *);
                              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:28: note: insert '_Nullable' if the pointer may be null
char    *getbsize(int *, long *);
                              ^
                               _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:28: note: insert '_Nonnull' if the pointer should never be null
char    *getbsize(int *, long *);
                              ^
                               _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *getbsize(int *, long *);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:6: note: insert '_Nullable' if the pointer may be null
char    *getbsize(int *, long *);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:6: note: insert '_Nonnull' if the pointer should never be null
char    *getbsize(int *, long *);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:296:24: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
int      getloadavg(double [], int);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:296:24: note: insert '_Nullable' if the array parameter may be null
int      getloadavg(double [], int);
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:296:24: note: insert '_Nonnull' if the array parameter should never be null
int      getloadavg(double [], int);
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:298:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
        *getprogname(void);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:298:2: note: insert '_Nullable' if the pointer may be null
        *getprogname(void);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:298:2: note: insert '_Nonnull' if the pointer should never be null
        *getprogname(void);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:299:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     setprogname(const char *);
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:299:30: note: insert '_Nullable' if the pointer may be null
void     setprogname(const char *);
                                ^
                                 _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:299:30: note: insert '_Nonnull' if the pointer should never be null
void     setprogname(const char *);
                                ^
                                 _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:309:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      heapsort(void *__base, size_t __nel, size_t __width,
                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:309:20: note: insert '_Nullable' if the pointer may be null
int      heapsort(void *__base, size_t __nel, size_t __width,
                       ^
                         _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:309:20: note: insert '_Nonnull' if the pointer should never be null
int      heapsort(void *__base, size_t __nel, size_t __width,
                       ^
                         _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:43: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:43: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:57: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:57: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:312:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      heapsort_b(void *__base, size_t __nel, size_t __width,
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:312:22: note: insert '_Nullable' if the pointer may be null
int      heapsort_b(void *__base, size_t __nel, size_t __width,
                         ^
                           _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:312:22: note: insert '_Nonnull' if the pointer should never be null
int      heapsort_b(void *__base, size_t __nel, size_t __width,
                         ^
                           _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:43: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:43: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:57: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:57: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:316:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      mergesort(void *__base, size_t __nel, size_t __width,
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:316:21: note: insert '_Nullable' if the pointer may be null
int      mergesort(void *__base, size_t __nel, size_t __width,
                        ^
                          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:316:21: note: insert '_Nonnull' if the pointer should never be null
int      mergesort(void *__base, size_t __nel, size_t __width,
                        ^
                          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:43: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:43: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:57: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:57: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:319:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      mergesort_b(void *__base, size_t __nel, size_t __width,
                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:319:23: note: insert '_Nullable' if the pointer may be null
int      mergesort_b(void *__base, size_t __nel, size_t __width,
                          ^
                            _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:319:23: note: insert '_Nonnull' if the pointer should never be null
int      mergesort_b(void *__base, size_t __nel, size_t __width,
                          ^
                            _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:43: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:43: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:57: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:57: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:323:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     psort(void *__base, size_t __nel, size_t __width,
                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:323:18: note: insert '_Nullable' if the pointer may be null
void     psort(void *__base, size_t __nel, size_t __width,
                    ^
                      _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:323:18: note: insert '_Nonnull' if the pointer should never be null
void     psort(void *__base, size_t __nel, size_t __width,
                    ^
                      _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *))
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:43: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *))
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:43: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *))
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *))
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:57: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *))
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:57: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *))
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:327:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     psort_b(void *__base, size_t __nel, size_t __width,
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:327:20: note: insert '_Nullable' if the pointer may be null
void     psort_b(void *__base, size_t __nel, size_t __width,
                      ^
                        _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:327:20: note: insert '_Nonnull' if the pointer should never be null
void     psort_b(void *__base, size_t __nel, size_t __width,
                      ^
                        _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:43: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:43: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:57: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:57: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     psort_r(void *__base, size_t __nel, size_t __width, void *,
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:20: note: insert '_Nullable' if the pointer may be null
void     psort_r(void *__base, size_t __nel, size_t __width, void *,
                      ^
                        _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:20: note: insert '_Nonnull' if the pointer should never be null
void     psort_r(void *__base, size_t __nel, size_t __width, void *,
                      ^
                        _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     psort_r(void *__base, size_t __nel, size_t __width, void *,
                                                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:64: note: insert '_Nullable' if the pointer may be null
void     psort_r(void *__base, size_t __nel, size_t __width, void *,
                                                                  ^
                                                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:64: note: insert '_Nonnull' if the pointer should never be null
void     psort_r(void *__base, size_t __nel, size_t __width, void *,
                                                                  ^
                                                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:37: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                           ^
                                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:37: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                           ^
                                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:51: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                                         ^
                                                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:51: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                                         ^
                                                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                                                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:65: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                                                       ^
                                                                        _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:65: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                                                       ^
                                                                        _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:335:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     qsort_b(void *__base, size_t __nel, size_t __width,
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:335:20: note: insert '_Nullable' if the pointer may be null
void     qsort_b(void *__base, size_t __nel, size_t __width,
                      ^
                        _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:335:20: note: insert '_Nonnull' if the pointer should never be null
void     qsort_b(void *__base, size_t __nel, size_t __width,
                      ^
                        _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:43: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:43: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:57: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:57: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     qsort_r(void *__base, size_t __nel, size_t __width, void *,
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:20: note: insert '_Nullable' if the pointer may be null
void     qsort_r(void *__base, size_t __nel, size_t __width, void *,
                      ^
                        _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:20: note: insert '_Nonnull' if the pointer should never be null
void     qsort_r(void *__base, size_t __nel, size_t __width, void *,
                      ^
                        _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     qsort_r(void *__base, size_t __nel, size_t __width, void *,
                                                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:64: note: insert '_Nullable' if the pointer may be null
void     qsort_r(void *__base, size_t __nel, size_t __width, void *,
                                                                  ^
                                                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:64: note: insert '_Nonnull' if the pointer should never be null
void     qsort_r(void *__base, size_t __nel, size_t __width, void *,
                                                                  ^
                                                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:37: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                           ^
                                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:37: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                           ^
                                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:51: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                                         ^
                                                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:51: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                                         ^
                                                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                                                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:65: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                                                       ^
                                                                        _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:65: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                                                       ^
                                                                        _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:36: note: insert '_Nullable' if the pointer may be null
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                       ^
                                        _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:36: note: insert '_Nonnull' if the pointer should never be null
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                       ^
                                        _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:37: note: insert '_Nullable' if the pointer may be null
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                        ^
                                          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:37: note: insert '_Nonnull' if the pointer should never be null
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                        ^
                                          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:77: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                                                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:77: note: insert '_Nullable' if the pointer may be null
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                                                                ^
                                                                                  _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:77: note: insert '_Nonnull' if the pointer should never be null
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                                                                ^
                                                                                  _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:343:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int     rpmatch(const char *)
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:343:24: note: insert '_Nullable' if the pointer may be null
int     rpmatch(const char *)
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:343:24: note: insert '_Nonnull' if the pointer should never be null
int     rpmatch(const char *)
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:37: note: insert '_Nullable' if the pointer may be null
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                        ^
                                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:37: note: insert '_Nonnull' if the pointer should never be null
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                        ^
                                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:38: note: insert '_Nullable' if the pointer may be null
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                         ^
                                           _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:38: note: insert '_Nonnull' if the pointer should never be null
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                         ^
                                           _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:78: note: insert '_Nullable' if the pointer may be null
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                                                                 ^
                                                                                   _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:78: note: insert '_Nonnull' if the pointer should never be null
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                                                                 ^
                                                                                   _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *reallocf(void *__ptr, size_t __size) __alloc_size(2);
                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:21: note: insert '_Nullable' if the pointer may be null
void    *reallocf(void *__ptr, size_t __size) __alloc_size(2);
                       ^
                         _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:21: note: insert '_Nonnull' if the pointer should never be null
void    *reallocf(void *__ptr, size_t __size) __alloc_size(2);
                       ^
                         _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *reallocf(void *__ptr, size_t __size) __alloc_size(2);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:6: note: insert '_Nullable' if the pointer may be null
void    *reallocf(void *__ptr, size_t __size) __alloc_size(2);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:6: note: insert '_Nonnull' if the pointer should never be null
void    *reallocf(void *__ptr, size_t __size) __alloc_size(2);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoq(const char *__str, char **__endptr, int __base);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:21: note: insert '_Nullable' if the pointer may be null
         strtoq(const char *__str, char **__endptr, int __base);
                           ^
                             _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:21: note: insert '_Nonnull' if the pointer should never be null
         strtoq(const char *__str, char **__endptr, int __base);
                           ^
                             _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoq(const char *__str, char **__endptr, int __base);
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:34: note: insert '_Nullable' if the pointer may be null
         strtoq(const char *__str, char **__endptr, int __base);
                                        ^
                                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:34: note: insert '_Nonnull' if the pointer should never be null
         strtoq(const char *__str, char **__endptr, int __base);
                                        ^
                                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoq(const char *__str, char **__endptr, int __base);
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:35: note: insert '_Nullable' if the pointer may be null
         strtoq(const char *__str, char **__endptr, int __base);
                                         ^
                                           _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:35: note: insert '_Nonnull' if the pointer should never be null
         strtoq(const char *__str, char **__endptr, int __base);
                                         ^
                                           _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtouq(const char *__str, char **__endptr, int __base);
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:22: note: insert '_Nullable' if the pointer may be null
         strtouq(const char *__str, char **__endptr, int __base);
                            ^
                              _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:22: note: insert '_Nonnull' if the pointer should never be null
         strtouq(const char *__str, char **__endptr, int __base);
                            ^
                              _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtouq(const char *__str, char **__endptr, int __base);
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:35: note: insert '_Nullable' if the pointer may be null
         strtouq(const char *__str, char **__endptr, int __base);
                                         ^
                                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:35: note: insert '_Nonnull' if the pointer should never be null
         strtouq(const char *__str, char **__endptr, int __base);
                                         ^
                                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtouq(const char *__str, char **__endptr, int __base);
                                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:36: note: insert '_Nullable' if the pointer may be null
         strtouq(const char *__str, char **__endptr, int __base);
                                          ^
                                            _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:36: note: insert '_Nonnull' if the pointer should never be null
         strtouq(const char *__str, char **__endptr, int __base);
                                          ^
                                            _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:356:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
extern char *suboptarg;         /* getsubopt(3) external variable */
            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:356:13: note: insert '_Nullable' if the pointer may be null
extern char *suboptarg;         /* getsubopt(3) external variable */
            ^
              _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:356:13: note: insert '_Nonnull' if the pointer should never be null
extern char *suboptarg;         /* getsubopt(3) external variable */
            ^
              _Nonnull 
195 warnings generated.
libtool: compile:  /Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -Wall -fexceptions -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c ../src/closures.c -o src/closures.o >/dev/null 2>&1
StackInterpreterPrimitives>>primitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction

conflicting return types sqInt, void in reverseDisplayFrom:to:
conflicting return types sqInt, void in longPrintOop:
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in reverseDisplayFrom:to:
conflicting return types sqInt, void in longPrintOop:
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in reverseDisplayFrom:to:
conflicting return types sqInt, void in longPrintOop:
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in reverseDisplayFrom:to:
conflicting return types sqInt, void in longPrintOop:
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in baseFrameReturn
libtool: compile:  /Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -Wall -fexceptions -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c ../src/x86/ffi64.c  -fno-common -DPIC -o src/x86/.libs/ffi64.o

conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in reverseDisplayFrom:to:
conflicting return types sqInt, void in longPrintOop:
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in reverseDisplayFrom:to:
conflicting return types sqInt, void in longPrintOop:
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in reverseDisplayFrom:to:
conflicting return types sqInt, void in longPrintOop:
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in baseFrameReturn
Local variable name 'receiver' in primitiveWorkerExtractReturnValue may mask method when inlining

Local variable name 'receiver' in primitiveWorkerCallout may mask method when inlining
In file included from ../src/x86/ffi64.c:33:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:134:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
double   atof(const char *);
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:134:25: note: insert '_Nullable' if the pointer may be null
double   atof(const char *);
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:134:25: note: insert '_Nonnull' if the pointer should never be null
double   atof(const char *);
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:135:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      atoi(const char *);
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:135:22: note: insert '_Nullable' if the pointer may be null
int      atoi(const char *);
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:135:22: note: insert '_Nonnull' if the pointer should never be null
int      atoi(const char *);
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:136:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
long     atol(const char *);
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:136:23: note: insert '_Nullable' if the pointer may be null
long     atol(const char *);
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:136:23: note: insert '_Nonnull' if the pointer should never be null
long     atol(const char *);
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:139:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         atoll(const char *);
                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:139:20: note: insert '_Nullable' if the pointer may be null
         atoll(const char *);
                          ^
                           _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:139:20: note: insert '_Nonnull' if the pointer should never be null
         atoll(const char *);
                          ^
                           _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *bsearch(const void *__key, const void *__base, size_t __nel,
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:26: note: insert '_Nullable' if the pointer may be null
void    *bsearch(const void *__key, const void *__base, size_t __nel,
                            ^
                              _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:26: note: insert '_Nonnull' if the pointer should never be null
void    *bsearch(const void *__key, const void *__base, size_t __nel,
                            ^
                              _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *bsearch(const void *__key, const void *__base, size_t __nel,
                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:45: note: insert '_Nullable' if the pointer may be null
void    *bsearch(const void *__key, const void *__base, size_t __nel,
                                               ^
                                                 _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:45: note: insert '_Nonnull' if the pointer should never be null
void    *bsearch(const void *__key, const void *__base, size_t __nel,
                                               ^
                                                 _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:142:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            size_t __width, int (* _Nonnull __compar)(const void *, const void *));
                                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:142:59: note: insert '_Nullable' if the pointer may be null
            size_t __width, int (* _Nonnull __compar)(const void *, const void *));
                                                                 ^
                                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:142:59: note: insert '_Nonnull' if the pointer should never be null
            size_t __width, int (* _Nonnull __compar)(const void *, const void *));
                                                                 ^
                                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:142:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            size_t __width, int (* _Nonnull __compar)(const void *, const void *));
                                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:142:73: note: insert '_Nullable' if the pointer may be null
            size_t __width, int (* _Nonnull __compar)(const void *, const void *));
                                                                               ^
                                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:142:73: note: insert '_Nonnull' if the pointer should never be null
            size_t __width, int (* _Nonnull __compar)(const void *, const void *));
                                                                               ^
                                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *bsearch(const void *__key, const void *__base, size_t __nel,
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:6: note: insert '_Nullable' if the pointer may be null
void    *bsearch(const void *__key, const void *__base, size_t __nel,
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:6: note: insert '_Nonnull' if the pointer should never be null
void    *bsearch(const void *__key, const void *__base, size_t __nel,
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *getenv(const char *);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147:25: note: insert '_Nullable' if the pointer may be null
char    *getenv(const char *);
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147:25: note: insert '_Nonnull' if the pointer should never be null
char    *getenv(const char *);
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *getenv(const char *);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147:6: note: insert '_Nullable' if the pointer may be null
char    *getenv(const char *);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147:6: note: insert '_Nonnull' if the pointer should never be null
char    *getenv(const char *);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:156:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      mblen(const char *__s, size_t __n);
                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:156:23: note: insert '_Nullable' if the pointer may be null
int      mblen(const char *__s, size_t __n);
                          ^
                            _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:156:23: note: insert '_Nonnull' if the pointer should never be null
int      mblen(const char *__s, size_t __n);
                          ^
                            _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
size_t   mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157:26: note: insert '_Nullable' if the pointer may be null
size_t   mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
                          ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157:26: note: insert '_Nonnull' if the pointer should never be null
size_t   mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
                          ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157:52: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
size_t   mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
                                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157:52: note: insert '_Nullable' if the pointer may be null
size_t   mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
                                                    ^
                                                      _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157:52: note: insert '_Nonnull' if the pointer should never be null
size_t   mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
                                                    ^
                                                      _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158:21: note: insert '_Nullable' if the pointer may be null
int      mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
                        ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158:21: note: insert '_Nonnull' if the pointer should never be null
int      mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
                        ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158:46: note: insert '_Nullable' if the pointer may be null
int      mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
                                                 ^
                                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158:46: note: insert '_Nonnull' if the pointer should never be null
int      mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
                                                 ^
                                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:160:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     qsort(void *__base, size_t __nel, size_t __width,
                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:160:18: note: insert '_Nullable' if the pointer may be null
void     qsort(void *__base, size_t __nel, size_t __width,
                    ^
                      _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:160:18: note: insert '_Nonnull' if the pointer should never be null
void     qsort(void *__base, size_t __nel, size_t __width,
                    ^
                      _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:161:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:161:43: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:161:43: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:161:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:161:57: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:161:57: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:27: note: insert '_Nullable' if the pointer may be null
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:27: note: insert '_Nonnull' if the pointer should never be null
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                                   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:35: note: insert '_Nullable' if the pointer may be null
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                                   ^
                                    _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:35: note: insert '_Nonnull' if the pointer should never be null
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                                   ^
                                    _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:36: note: insert '_Nullable' if the pointer may be null
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                                    ^
                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:36: note: insert '_Nonnull' if the pointer should never be null
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                                    ^
                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:26: note: insert '_Nullable' if the pointer may be null
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:26: note: insert '_Nonnull' if the pointer should never be null
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                                   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:34: note: insert '_Nullable' if the pointer may be null
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                                   ^
                                    _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:34: note: insert '_Nonnull' if the pointer should never be null
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                                   ^
                                    _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:35: note: insert '_Nullable' if the pointer may be null
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                                    ^
                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:35: note: insert '_Nonnull' if the pointer should never be null
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                                    ^
                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
long     strtol(const char *__str, char **__endptr, int __base);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:25: note: insert '_Nullable' if the pointer may be null
long     strtol(const char *__str, char **__endptr, int __base);
                           ^
                             _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:25: note: insert '_Nonnull' if the pointer should never be null
long     strtol(const char *__str, char **__endptr, int __base);
                           ^
                             _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
long     strtol(const char *__str, char **__endptr, int __base);
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:38: note: insert '_Nullable' if the pointer may be null
long     strtol(const char *__str, char **__endptr, int __base);
                                        ^
                                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:38: note: insert '_Nonnull' if the pointer should never be null
long     strtol(const char *__str, char **__endptr, int __base);
                                        ^
                                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:39: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
long     strtol(const char *__str, char **__endptr, int __base);
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:39: note: insert '_Nullable' if the pointer may be null
long     strtol(const char *__str, char **__endptr, int __base);
                                         ^
                                           _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:39: note: insert '_Nonnull' if the pointer should never be null
long     strtol(const char *__str, char **__endptr, int __base);
                                         ^
                                           _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtold(const char *, char **);
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:22: note: insert '_Nullable' if the pointer may be null
         strtold(const char *, char **);
                            ^
                             _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:22: note: insert '_Nonnull' if the pointer should never be null
         strtold(const char *, char **);
                            ^
                             _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtold(const char *, char **);
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:30: note: insert '_Nullable' if the pointer may be null
         strtold(const char *, char **);
                                    ^
                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:30: note: insert '_Nonnull' if the pointer should never be null
         strtold(const char *, char **);
                                    ^
                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtold(const char *, char **);
                                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:31: note: insert '_Nullable' if the pointer may be null
         strtold(const char *, char **);
                                     ^
                                      _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:31: note: insert '_Nonnull' if the pointer should never be null
         strtold(const char *, char **);
                                     ^
                                      _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoll(const char *__str, char **__endptr, int __base);
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:22: note: insert '_Nullable' if the pointer may be null
         strtoll(const char *__str, char **__endptr, int __base);
                            ^
                              _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:22: note: insert '_Nonnull' if the pointer should never be null
         strtoll(const char *__str, char **__endptr, int __base);
                            ^
                              _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoll(const char *__str, char **__endptr, int __base);
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:35: note: insert '_Nullable' if the pointer may be null
         strtoll(const char *__str, char **__endptr, int __base);
                                         ^
                                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:35: note: insert '_Nonnull' if the pointer should never be null
         strtoll(const char *__str, char **__endptr, int __base);
                                         ^
                                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoll(const char *__str, char **__endptr, int __base);
                                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:36: note: insert '_Nullable' if the pointer may be null
         strtoll(const char *__str, char **__endptr, int __base);
                                          ^
                                            _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:36: note: insert '_Nonnull' if the pointer should never be null
         strtoll(const char *__str, char **__endptr, int __base);
                                          ^
                                            _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoul(const char *__str, char **__endptr, int __base);
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:22: note: insert '_Nullable' if the pointer may be null
         strtoul(const char *__str, char **__endptr, int __base);
                            ^
                              _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:22: note: insert '_Nonnull' if the pointer should never be null
         strtoul(const char *__str, char **__endptr, int __base);
                            ^
                              _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoul(const char *__str, char **__endptr, int __base);
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:35: note: insert '_Nullable' if the pointer may be null
         strtoul(const char *__str, char **__endptr, int __base);
                                         ^
                                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:35: note: insert '_Nonnull' if the pointer should never be null
         strtoul(const char *__str, char **__endptr, int __base);
                                         ^
                                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoul(const char *__str, char **__endptr, int __base);
                                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:36: note: insert '_Nullable' if the pointer may be null
         strtoul(const char *__str, char **__endptr, int __base);
                                          ^
                                            _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:36: note: insert '_Nonnull' if the pointer should never be null
         strtoul(const char *__str, char **__endptr, int __base);
                                          ^
                                            _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoull(const char *__str, char **__endptr, int __base);
                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:23: note: insert '_Nullable' if the pointer may be null
         strtoull(const char *__str, char **__endptr, int __base);
                             ^
                               _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:23: note: insert '_Nonnull' if the pointer should never be null
         strtoull(const char *__str, char **__endptr, int __base);
                             ^
                               _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoull(const char *__str, char **__endptr, int __base);
                                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:36: note: insert '_Nullable' if the pointer may be null
         strtoull(const char *__str, char **__endptr, int __base);
                                          ^
                                           _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:36: note: insert '_Nonnull' if the pointer should never be null
         strtoull(const char *__str, char **__endptr, int __base);
                                          ^
                                           _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoull(const char *__str, char **__endptr, int __base);
                                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:37: note: insert '_Nullable' if the pointer may be null
         strtoull(const char *__str, char **__endptr, int __base);
                                           ^
                                             _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:37: note: insert '_Nonnull' if the pointer should never be null
         strtoull(const char *__str, char **__endptr, int __base);
                                           ^
                                             _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:190:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      system(const char *) __DARWIN_ALIAS_C(system);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:190:24: note: insert '_Nullable' if the pointer may be null
int      system(const char *) __DARWIN_ALIAS_C(system);
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:190:24: note: insert '_Nonnull' if the pointer should never be null
int      system(const char *) __DARWIN_ALIAS_C(system);
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
size_t   wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:23: note: insert '_Nullable' if the pointer may be null
size_t   wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
                       ^
                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:23: note: insert '_Nonnull' if the pointer should never be null
size_t   wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
                       ^
                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
size_t   wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
                                                   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:51: note: insert '_Nullable' if the pointer may be null
size_t   wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
                                                   ^
                                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:51: note: insert '_Nonnull' if the pointer should never be null
size_t   wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
                                                   ^
                                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:195:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      wctomb(char *, wchar_t);
                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:195:18: note: insert '_Nullable' if the pointer may be null
int      wctomb(char *, wchar_t);
                     ^
                      _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:195:18: note: insert '_Nonnull' if the pointer should never be null
int      wctomb(char *, wchar_t);
                     ^
                      _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:199:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
long     a64l(const char *);
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:199:23: note: insert '_Nullable' if the pointer may be null
long     a64l(const char *);
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:199:23: note: insert '_Nonnull' if the pointer should never be null
long     a64l(const char *);
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:29: note: insert '_Nullable' if the pointer may be null
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                               ^
                                 _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:29: note: insert '_Nonnull' if the pointer should never be null
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                               ^
                                 _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:46: note: insert '_Nullable' if the pointer may be null
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                                                ^
                                                  _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:46: note: insert '_Nonnull' if the pointer should never be null
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                                                ^
                                                  _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:6: note: insert '_Nullable' if the pointer may be null
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:6: note: insert '_Nonnull' if the pointer should never be null
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:202:31: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
double   erand48(unsigned short[3]);
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:202:31: note: insert '_Nullable' if the array parameter may be null
double   erand48(unsigned short[3]);
                               ^
                                _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:202:31: note: insert '_Nonnull' if the array parameter should never be null
double   erand48(unsigned short[3]);
                               ^
                                _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:29: note: insert '_Nullable' if the pointer may be null
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                               ^
                                 _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:29: note: insert '_Nonnull' if the pointer should never be null
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                               ^
                                 _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:46: note: insert '_Nullable' if the pointer may be null
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                                                ^
                                                  _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:46: note: insert '_Nonnull' if the pointer should never be null
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                                                ^
                                                  _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:6: note: insert '_Nullable' if the pointer may be null
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:6: note: insert '_Nonnull' if the pointer should never be null
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *gcvt(double, int, char *); /* LEGACY */
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:30: note: insert '_Nullable' if the pointer may be null
char    *gcvt(double, int, char *); /* LEGACY */
                                ^
                                 _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:30: note: insert '_Nonnull' if the pointer should never be null
char    *gcvt(double, int, char *); /* LEGACY */
                                ^
                                 _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *gcvt(double, int, char *); /* LEGACY */
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:6: note: insert '_Nullable' if the pointer may be null
char    *gcvt(double, int, char *); /* LEGACY */
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:6: note: insert '_Nonnull' if the pointer should never be null
char    *gcvt(double, int, char *); /* LEGACY */
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      getsubopt(char **, char * const *, char **);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:21: note: insert '_Nullable' if the pointer may be null
int      getsubopt(char **, char * const *, char **);
                        ^
                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:21: note: insert '_Nonnull' if the pointer should never be null
int      getsubopt(char **, char * const *, char **);
                        ^
                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      getsubopt(char **, char * const *, char **);
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:22: note: insert '_Nullable' if the pointer may be null
int      getsubopt(char **, char * const *, char **);
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:22: note: insert '_Nonnull' if the pointer should never be null
int      getsubopt(char **, char * const *, char **);
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      getsubopt(char **, char * const *, char **);
                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:30: note: insert '_Nullable' if the pointer may be null
int      getsubopt(char **, char * const *, char **);
                                 ^
                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:30: note: insert '_Nonnull' if the pointer should never be null
int      getsubopt(char **, char * const *, char **);
                                 ^
                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      getsubopt(char **, char * const *, char **);
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:38: note: insert '_Nullable' if the pointer may be null
int      getsubopt(char **, char * const *, char **);
                                         ^
                                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:38: note: insert '_Nonnull' if the pointer should never be null
int      getsubopt(char **, char * const *, char **);
                                         ^
                                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      getsubopt(char **, char * const *, char **);
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:46: note: insert '_Nullable' if the pointer may be null
int      getsubopt(char **, char * const *, char **);
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:46: note: insert '_Nonnull' if the pointer should never be null
int      getsubopt(char **, char * const *, char **);
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      getsubopt(char **, char * const *, char **);
                                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:47: note: insert '_Nullable' if the pointer may be null
int      getsubopt(char **, char * const *, char **);
                                                  ^
                                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:47: note: insert '_Nonnull' if the pointer should never be null
int      getsubopt(char **, char * const *, char **);
                                                  ^
                                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *initstate(unsigned, char *, size_t); /* no  __DARWIN_ALIAS needed */
                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:32: note: insert '_Nullable' if the pointer may be null
char    *initstate(unsigned, char *, size_t); /* no  __DARWIN_ALIAS needed */
                                  ^
                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:32: note: insert '_Nonnull' if the pointer should never be null
char    *initstate(unsigned, char *, size_t); /* no  __DARWIN_ALIAS needed */
                                  ^
                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *initstate(unsigned, char *, size_t); /* no  __DARWIN_ALIAS needed */
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:6: note: insert '_Nullable' if the pointer may be null
char    *initstate(unsigned, char *, size_t); /* no  __DARWIN_ALIAS needed */
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:6: note: insert '_Nonnull' if the pointer should never be null
char    *initstate(unsigned, char *, size_t); /* no  __DARWIN_ALIAS needed */
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:212:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
long     jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:212:29: note: insert '_Nullable' if the array parameter may be null
long     jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
                               ^
                                _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:212:29: note: insert '_Nonnull' if the array parameter should never be null
long     jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
                               ^
                                _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:213:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *l64a(long);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:213:6: note: insert '_Nullable' if the pointer may be null
char    *l64a(long);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:213:6: note: insert '_Nonnull' if the pointer should never be null
char    *l64a(long);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:214:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
void     lcong48(unsigned short[7]);
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:214:29: note: insert '_Nullable' if the array parameter may be null
void     lcong48(unsigned short[7]);
                               ^
                                _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:214:29: note: insert '_Nonnull' if the array parameter should never be null
void     lcong48(unsigned short[7]);
                               ^
                                _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *mktemp(char *);
                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:19: note: insert '_Nullable' if the pointer may be null
char    *mktemp(char *);
                     ^
                      _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:19: note: insert '_Nonnull' if the pointer should never be null
char    *mktemp(char *);
                     ^
                      _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *mktemp(char *);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:6: note: insert '_Nullable' if the pointer may be null
char    *mktemp(char *);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:6: note: insert '_Nonnull' if the pointer should never be null
char    *mktemp(char *);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:217:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      mkstemp(char *);
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:217:19: note: insert '_Nullable' if the pointer may be null
int      mkstemp(char *);
                      ^
                       _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:217:19: note: insert '_Nonnull' if the pointer should never be null
int      mkstemp(char *);
                      ^
                       _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:219:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
long     nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:219:29: note: insert '_Nullable' if the array parameter may be null
long     nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
                               ^
                                _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:219:29: note: insert '_Nonnull' if the array parameter should never be null
long     nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
                               ^
                                _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:221:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *ptsname(int);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:221:6: note: insert '_Nullable' if the pointer may be null
char    *ptsname(int);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:221:6: note: insert '_Nonnull' if the pointer should never be null
char    *ptsname(int);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:224:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3));
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:224:32: note: insert '_Nullable' if the pointer may be null
int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3));
                               ^
                                 _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:224:32: note: insert '_Nonnull' if the pointer should never be null
int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3));
                               ^
                                 _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:227:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      putenv(char *) __DARWIN_ALIAS(putenv);
                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:227:18: note: insert '_Nullable' if the pointer may be null
int      putenv(char *) __DARWIN_ALIAS(putenv);
                     ^
                      _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:227:18: note: insert '_Nonnull' if the pointer should never be null
int      putenv(char *) __DARWIN_ALIAS(putenv);
                     ^
                      _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:229:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      rand_r(unsigned *) __swift_unavailable("Use arc4random instead.");
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:229:22: note: insert '_Nullable' if the pointer may be null
int      rand_r(unsigned *) __swift_unavailable("Use arc4random instead.");
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:229:22: note: insert '_Nonnull' if the pointer should never be null
int      rand_r(unsigned *) __swift_unavailable("Use arc4random instead.");
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:27: note: insert '_Nullable' if the pointer may be null
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
                             ^
                               _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:27: note: insert '_Nonnull' if the pointer should never be null
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
                             ^
                               _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
                                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:46: note: insert '_Nullable' if the pointer may be null
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
                                                ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:46: note: insert '_Nonnull' if the pointer should never be null
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
                                                ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:6: note: insert '_Nullable' if the pointer may be null
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:6: note: insert '_Nonnull' if the pointer should never be null
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:24: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
        *seed48(unsigned short[3]);
                              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:24: note: insert '_Nullable' if the array parameter may be null
        *seed48(unsigned short[3]);
                              ^
                               _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:24: note: insert '_Nonnull' if the array parameter should never be null
        *seed48(unsigned short[3]);
                              ^
                               _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
        *seed48(unsigned short[3]);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:2: note: insert '_Nullable' if the pointer may be null
        *seed48(unsigned short[3]);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:2: note: insert '_Nonnull' if the pointer should never be null
        *seed48(unsigned short[3]);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:24: note: insert '_Nullable' if the pointer may be null
int      setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
                           ^
                             _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:24: note: insert '_Nonnull' if the pointer should never be null
int      setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
                           ^
                             _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
                                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:45: note: insert '_Nullable' if the pointer may be null
int      setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
                                                ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:45: note: insert '_Nonnull' if the pointer should never be null
int      setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
                                                ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:239:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     setkey(const char *) __DARWIN_ALIAS(setkey);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:239:25: note: insert '_Nullable' if the pointer may be null
void     setkey(const char *) __DARWIN_ALIAS(setkey);
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:239:25: note: insert '_Nonnull' if the pointer should never be null
void     setkey(const char *) __DARWIN_ALIAS(setkey);
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *setstate(const char *);
                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:27: note: insert '_Nullable' if the pointer may be null
char    *setstate(const char *);
                             ^
                              _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:27: note: insert '_Nonnull' if the pointer should never be null
char    *setstate(const char *);
                             ^
                              _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *setstate(const char *);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:6: note: insert '_Nullable' if the pointer may be null
char    *setstate(const char *);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:6: note: insert '_Nonnull' if the pointer should never be null
char    *setstate(const char *);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:252:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      unsetenv(const char *) __DARWIN_ALIAS(unsetenv);
                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:252:26: note: insert '_Nullable' if the pointer may be null
int      unsetenv(const char *) __DARWIN_ALIAS(unsetenv);
                             ^
                              _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:252:26: note: insert '_Nonnull' if the pointer should never be null
int      unsetenv(const char *) __DARWIN_ALIAS(unsetenv);
                             ^
                              _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:265:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/)
                                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:265:42: note: insert '_Nullable' if the pointer may be null
void     arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/)
                                            ^
                                              _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:265:42: note: insert '_Nonnull' if the pointer should never be null
void     arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/)
                                            ^
                                              _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:270:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);
                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:270:27: note: insert '_Nullable' if the pointer may be null
void     arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);
                             ^
                               _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:270:27: note: insert '_Nonnull' if the pointer should never be null
void     arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);
                             ^
                               _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
                              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:28: note: insert '_Nullable' if the pointer may be null
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
                              ^
                                _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:28: note: insert '_Nonnull' if the pointer should never be null
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
                              ^
                                _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:47: note: insert '_Nullable' if the pointer may be null
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
                                                 ^
                                                   _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:47: note: insert '_Nonnull' if the pointer should never be null
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
                                                 ^
                                                   _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
                                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:59: note: insert '_Nullable' if the pointer may be null
            size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
                                                                 ^
                                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:59: note: insert '_Nonnull' if the pointer should never be null
            size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
                                                                 ^
                                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
                                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:73: note: insert '_Nullable' if the pointer may be null
            size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
                                                                               ^
                                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:73: note: insert '_Nonnull' if the pointer should never be null
            size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
                                                                               ^
                                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:6: note: insert '_Nullable' if the pointer may be null
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:6: note: insert '_Nonnull' if the pointer should never be null
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *cgetcap(char *, const char *, int);
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:20: note: insert '_Nullable' if the pointer may be null
char    *cgetcap(char *, const char *, int);
                      ^
                       _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:20: note: insert '_Nonnull' if the pointer should never be null
char    *cgetcap(char *, const char *, int);
                      ^
                       _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *cgetcap(char *, const char *, int);
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:34: note: insert '_Nullable' if the pointer may be null
char    *cgetcap(char *, const char *, int);
                                    ^
                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:34: note: insert '_Nonnull' if the pointer should never be null
char    *cgetcap(char *, const char *, int);
                                    ^
                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *cgetcap(char *, const char *, int);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:6: note: insert '_Nullable' if the pointer may be null
char    *cgetcap(char *, const char *, int);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:6: note: insert '_Nonnull' if the pointer should never be null
char    *cgetcap(char *, const char *, int);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetent(char **, char **, const char *);
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:19: note: insert '_Nullable' if the pointer may be null
int      cgetent(char **, char **, const char *);
                      ^
                       _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:19: note: insert '_Nonnull' if the pointer should never be null
int      cgetent(char **, char **, const char *);
                      ^
                       _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetent(char **, char **, const char *);
                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:20: note: insert '_Nullable' if the pointer may be null
int      cgetent(char **, char **, const char *);
                       ^
                        _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:20: note: insert '_Nonnull' if the pointer should never be null
int      cgetent(char **, char **, const char *);
                       ^
                        _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetent(char **, char **, const char *);
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:28: note: insert '_Nullable' if the pointer may be null
int      cgetent(char **, char **, const char *);
                               ^
                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:28: note: insert '_Nonnull' if the pointer should never be null
int      cgetent(char **, char **, const char *);
                               ^
                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetent(char **, char **, const char *);
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:29: note: insert '_Nullable' if the pointer may be null
int      cgetent(char **, char **, const char *);
                                ^
                                 _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:29: note: insert '_Nonnull' if the pointer should never be null
int      cgetent(char **, char **, const char *);
                                ^
                                 _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetent(char **, char **, const char *);
                                              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:43: note: insert '_Nullable' if the pointer may be null
int      cgetent(char **, char **, const char *);
                                              ^
                                               _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:43: note: insert '_Nonnull' if the pointer should never be null
int      cgetent(char **, char **, const char *);
                                              ^
                                               _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetfirst(char **, char **);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:21: note: insert '_Nullable' if the pointer may be null
int      cgetfirst(char **, char **);
                        ^
                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:21: note: insert '_Nonnull' if the pointer should never be null
int      cgetfirst(char **, char **);
                        ^
                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetfirst(char **, char **);
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:22: note: insert '_Nullable' if the pointer may be null
int      cgetfirst(char **, char **);
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:22: note: insert '_Nonnull' if the pointer should never be null
int      cgetfirst(char **, char **);
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetfirst(char **, char **);
                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:30: note: insert '_Nullable' if the pointer may be null
int      cgetfirst(char **, char **);
                                 ^
                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:30: note: insert '_Nonnull' if the pointer should never be null
int      cgetfirst(char **, char **);
                                 ^
                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetfirst(char **, char **);
                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:31: note: insert '_Nullable' if the pointer may be null
int      cgetfirst(char **, char **);
                                  ^
                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:31: note: insert '_Nonnull' if the pointer should never be null
int      cgetfirst(char **, char **);
                                  ^
                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetmatch(const char *, const char *);
                              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:27: note: insert '_Nullable' if the pointer may be null
int      cgetmatch(const char *, const char *);
                              ^
                               _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:27: note: insert '_Nonnull' if the pointer should never be null
int      cgetmatch(const char *, const char *);
                              ^
                               _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetmatch(const char *, const char *);
                                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:41: note: insert '_Nullable' if the pointer may be null
int      cgetmatch(const char *, const char *);
                                            ^
                                             _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:41: note: insert '_Nonnull' if the pointer should never be null
int      cgetmatch(const char *, const char *);
                                            ^
                                             _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnext(char **, char **);
                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:20: note: insert '_Nullable' if the pointer may be null
int      cgetnext(char **, char **);
                       ^
                        _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:20: note: insert '_Nonnull' if the pointer should never be null
int      cgetnext(char **, char **);
                       ^
                        _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnext(char **, char **);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:21: note: insert '_Nullable' if the pointer may be null
int      cgetnext(char **, char **);
                        ^
                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:21: note: insert '_Nonnull' if the pointer should never be null
int      cgetnext(char **, char **);
                        ^
                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnext(char **, char **);
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:29: note: insert '_Nullable' if the pointer may be null
int      cgetnext(char **, char **);
                                ^
                                 _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:29: note: insert '_Nonnull' if the pointer should never be null
int      cgetnext(char **, char **);
                                ^
                                 _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnext(char **, char **);
                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:30: note: insert '_Nullable' if the pointer may be null
int      cgetnext(char **, char **);
                                 ^
                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:30: note: insert '_Nonnull' if the pointer should never be null
int      cgetnext(char **, char **);
                                 ^
                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnum(char *, const char *, long *);
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:19: note: insert '_Nullable' if the pointer may be null
int      cgetnum(char *, const char *, long *);
                      ^
                       _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:19: note: insert '_Nonnull' if the pointer should never be null
int      cgetnum(char *, const char *, long *);
                      ^
                       _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnum(char *, const char *, long *);
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:33: note: insert '_Nullable' if the pointer may be null
int      cgetnum(char *, const char *, long *);
                                    ^
                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:33: note: insert '_Nonnull' if the pointer should never be null
int      cgetnum(char *, const char *, long *);
                                    ^
                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnum(char *, const char *, long *);
                                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:41: note: insert '_Nullable' if the pointer may be null
int      cgetnum(char *, const char *, long *);
                                            ^
                                             _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:41: note: insert '_Nonnull' if the pointer should never be null
int      cgetnum(char *, const char *, long *);
                                            ^
                                             _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:288:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetset(const char *);
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:288:25: note: insert '_Nullable' if the pointer may be null
int      cgetset(const char *);
                            ^
                             _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:288:25: note: insert '_Nonnull' if the pointer should never be null
int      cgetset(const char *);
                            ^
                             _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetstr(char *, const char *, char **);
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:19: note: insert '_Nullable' if the pointer may be null
int      cgetstr(char *, const char *, char **);
                      ^
                       _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:19: note: insert '_Nonnull' if the pointer should never be null
int      cgetstr(char *, const char *, char **);
                      ^
                       _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetstr(char *, const char *, char **);
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:33: note: insert '_Nullable' if the pointer may be null
int      cgetstr(char *, const char *, char **);
                                    ^
                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:33: note: insert '_Nonnull' if the pointer should never be null
int      cgetstr(char *, const char *, char **);
                                    ^
                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetstr(char *, const char *, char **);
                                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:41: note: insert '_Nullable' if the pointer may be null
int      cgetstr(char *, const char *, char **);
                                            ^
                                             _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:41: note: insert '_Nonnull' if the pointer should never be null
int      cgetstr(char *, const char *, char **);
                                            ^
                                             _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetstr(char *, const char *, char **);
                                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:42: note: insert '_Nullable' if the pointer may be null
int      cgetstr(char *, const char *, char **);
                                             ^
                                              _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:42: note: insert '_Nonnull' if the pointer should never be null
int      cgetstr(char *, const char *, char **);
                                             ^
                                              _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetustr(char *, const char *, char **);
                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:20: note: insert '_Nullable' if the pointer may be null
int      cgetustr(char *, const char *, char **);
                       ^
                        _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:20: note: insert '_Nonnull' if the pointer should never be null
int      cgetustr(char *, const char *, char **);
                       ^
                        _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetustr(char *, const char *, char **);
                                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:34: note: insert '_Nullable' if the pointer may be null
int      cgetustr(char *, const char *, char **);
                                     ^
                                      _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:34: note: insert '_Nonnull' if the pointer should never be null
int      cgetustr(char *, const char *, char **);
                                     ^
                                      _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetustr(char *, const char *, char **);
                                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:42: note: insert '_Nullable' if the pointer may be null
int      cgetustr(char *, const char *, char **);
                                             ^
                                              _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:42: note: insert '_Nonnull' if the pointer should never be null
int      cgetustr(char *, const char *, char **);
                                             ^
                                              _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetustr(char *, const char *, char **);
                                              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:43: note: insert '_Nullable' if the pointer may be null
int      cgetustr(char *, const char *, char **);
                                              ^
                                               _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:43: note: insert '_Nonnull' if the pointer should never be null
int      cgetustr(char *, const char *, char **);
                                              ^
                                               _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:293:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *devname(dev_t, mode_t);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:293:6: note: insert '_Nullable' if the pointer may be null
char    *devname(dev_t, mode_t);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:293:6: note: insert '_Nonnull' if the pointer should never be null
char    *devname(dev_t, mode_t);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *devname_r(dev_t, mode_t, char *buf, int len);
                                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:37: note: insert '_Nullable' if the pointer may be null
char    *devname_r(dev_t, mode_t, char *buf, int len);
                                       ^
                                         _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:37: note: insert '_Nonnull' if the pointer should never be null
char    *devname_r(dev_t, mode_t, char *buf, int len);
                                       ^
                                         _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *devname_r(dev_t, mode_t, char *buf, int len);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:6: note: insert '_Nullable' if the pointer may be null
char    *devname_r(dev_t, mode_t, char *buf, int len);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:6: note: insert '_Nonnull' if the pointer should never be null
char    *devname_r(dev_t, mode_t, char *buf, int len);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *getbsize(int *, long *);
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:20: note: insert '_Nullable' if the pointer may be null
char    *getbsize(int *, long *);
                      ^
                       _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:20: note: insert '_Nonnull' if the pointer should never be null
char    *getbsize(int *, long *);
                      ^
                       _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *getbsize(int *, long *);
                              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:28: note: insert '_Nullable' if the pointer may be null
char    *getbsize(int *, long *);
                              ^
                               _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:28: note: insert '_Nonnull' if the pointer should never be null
char    *getbsize(int *, long *);
                              ^
                               _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *getbsize(int *, long *);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:6: note: insert '_Nullable' if the pointer may be null
char    *getbsize(int *, long *);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:6: note: insert '_Nonnull' if the pointer should never be null
char    *getbsize(int *, long *);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:296:24: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
int      getloadavg(double [], int);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:296:24: note: insert '_Nullable' if the array parameter may be null
int      getloadavg(double [], int);
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:296:24: note: insert '_Nonnull' if the array parameter should never be null
int      getloadavg(double [], int);
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:298:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
        *getprogname(void);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:298:2: note: insert '_Nullable' if the pointer may be null
        *getprogname(void);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:298:2: note: insert '_Nonnull' if the pointer should never be null
        *getprogname(void);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:299:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     setprogname(const char *);
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:299:30: note: insert '_Nullable' if the pointer may be null
void     setprogname(const char *);
                                ^
                                 _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:299:30: note: insert '_Nonnull' if the pointer should never be null
void     setprogname(const char *);
                                ^
                                 _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:309:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      heapsort(void *__base, size_t __nel, size_t __width,
                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:309:20: note: insert '_Nullable' if the pointer may be null
int      heapsort(void *__base, size_t __nel, size_t __width,
                       ^
                         _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:309:20: note: insert '_Nonnull' if the pointer should never be null
int      heapsort(void *__base, size_t __nel, size_t __width,
                       ^
                         _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:43: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:43: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:57: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:57: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:312:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      heapsort_b(void *__base, size_t __nel, size_t __width,
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:312:22: note: insert '_Nullable' if the pointer may be null
int      heapsort_b(void *__base, size_t __nel, size_t __width,
                         ^
                           _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:312:22: note: insert '_Nonnull' if the pointer should never be null
int      heapsort_b(void *__base, size_t __nel, size_t __width,
                         ^
                           _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:43: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:43: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:57: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:57: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:316:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      mergesort(void *__base, size_t __nel, size_t __width,
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:316:21: note: insert '_Nullable' if the pointer may be null
int      mergesort(void *__base, size_t __nel, size_t __width,
                        ^
                          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:316:21: note: insert '_Nonnull' if the pointer should never be null
int      mergesort(void *__base, size_t __nel, size_t __width,
                        ^
                          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:43: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:43: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:57: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:57: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:319:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      mergesort_b(void *__base, size_t __nel, size_t __width,
                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:319:23: note: insert '_Nullable' if the pointer may be null
int      mergesort_b(void *__base, size_t __nel, size_t __width,
                          ^
                            _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:319:23: note: insert '_Nonnull' if the pointer should never be null
int      mergesort_b(void *__base, size_t __nel, size_t __width,
                          ^
                            _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:43: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:43: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:57: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:57: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:323:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     psort(void *__base, size_t __nel, size_t __width,
                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:323:18: note: insert '_Nullable' if the pointer may be null
void     psort(void *__base, size_t __nel, size_t __width,
                    ^
                      _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:323:18: note: insert '_Nonnull' if the pointer should never be null
void     psort(void *__base, size_t __nel, size_t __width,
                    ^
                      _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *))
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:43: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *))
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:43: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *))
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *))
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:57: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *))
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:57: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *))
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:327:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     psort_b(void *__base, size_t __nel, size_t __width,
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:327:20: note: insert '_Nullable' if the pointer may be null
void     psort_b(void *__base, size_t __nel, size_t __width,
                      ^
                        _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:327:20: note: insert '_Nonnull' if the pointer should never be null
void     psort_b(void *__base, size_t __nel, size_t __width,
                      ^
                        _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:43: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:43: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:57: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:57: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     psort_r(void *__base, size_t __nel, size_t __width, void *,
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:20: note: insert '_Nullable' if the pointer may be null
void     psort_r(void *__base, size_t __nel, size_t __width, void *,
                      ^
                        _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:20: note: insert '_Nonnull' if the pointer should never be null
void     psort_r(void *__base, size_t __nel, size_t __width, void *,
                      ^
                        _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     psort_r(void *__base, size_t __nel, size_t __width, void *,
                                                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:64: note: insert '_Nullable' if the pointer may be null
void     psort_r(void *__base, size_t __nel, size_t __width, void *,
                                                                  ^
                                                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:64: note: insert '_Nonnull' if the pointer should never be null
void     psort_r(void *__base, size_t __nel, size_t __width, void *,
                                                                  ^
                                                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:37: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                           ^
                                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:37: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                           ^
                                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:51: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                                         ^
                                                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:51: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                                         ^
                                                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                                                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:65: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                                                       ^
                                                                        _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:65: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                                                       ^
                                                                        _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:335:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     qsort_b(void *__base, size_t __nel, size_t __width,
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:335:20: note: insert '_Nullable' if the pointer may be null
void     qsort_b(void *__base, size_t __nel, size_t __width,
                      ^
                        _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:335:20: note: insert '_Nonnull' if the pointer should never be null
void     qsort_b(void *__base, size_t __nel, size_t __width,
                      ^
                        _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:43: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:43: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:57: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:57: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     qsort_r(void *__base, size_t __nel, size_t __width, void *,
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:20: note: insert '_Nullable' if the pointer may be null
void     qsort_r(void *__base, size_t __nel, size_t __width, void *,
                      ^
                        _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:20: note: insert '_Nonnull' if the pointer should never be null
void     qsort_r(void *__base, size_t __nel, size_t __width, void *,
                      ^
                        _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     qsort_r(void *__base, size_t __nel, size_t __width, void *,
                                                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:64: note: insert '_Nullable' if the pointer may be null
void     qsort_r(void *__base, size_t __nel, size_t __width, void *,
                                                                  ^
                                                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:64: note: insert '_Nonnull' if the pointer should never be null
void     qsort_r(void *__base, size_t __nel, size_t __width, void *,
                                                                  ^
                                                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:37: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                           ^
                                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:37: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                           ^
                                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:51: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                                         ^
                                                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:51: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                                         ^
                                                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                                                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:65: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                                                       ^
                                                                        _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:65: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                                                       ^
                                                                        _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:36: note: insert '_Nullable' if the pointer may be null
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                       ^
                                        _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:36: note: insert '_Nonnull' if the pointer should never be null
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                       ^
                                        _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:37: note: insert '_Nullable' if the pointer may be null
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                        ^
                                          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:37: note: insert '_Nonnull' if the pointer should never be null
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                        ^
                                          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:77: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                                                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:77: note: insert '_Nullable' if the pointer may be null
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                                                                ^
                                                                                  _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:77: note: insert '_Nonnull' if the pointer should never be null
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                                                                ^
                                                                                  _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:343:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int     rpmatch(const char *)
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:343:24: note: insert '_Nullable' if the pointer may be null
int     rpmatch(const char *)
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:343:24: note: insert '_Nonnull' if the pointer should never be null
int     rpmatch(const char *)
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:37: note: insert '_Nullable' if the pointer may be null
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                        ^
                                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:37: note: insert '_Nonnull' if the pointer should never be null
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                        ^
                                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:38: note: insert '_Nullable' if the pointer may be null
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                         ^
                                           _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:38: note: insert '_Nonnull' if the pointer should never be null
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                         ^
                                           _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:78: note: insert '_Nullable' if the pointer may be null
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                                                                 ^
                                                                                   _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:78: note: insert '_Nonnull' if the pointer should never be null
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                                                                 ^
                                                                                   _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *reallocf(void *__ptr, size_t __size) __alloc_size(2);
                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:21: note: insert '_Nullable' if the pointer may be null
void    *reallocf(void *__ptr, size_t __size) __alloc_size(2);
                       ^
                         _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:21: note: insert '_Nonnull' if the pointer should never be null
void    *reallocf(void *__ptr, size_t __size) __alloc_size(2);
                       ^
                         _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *reallocf(void *__ptr, size_t __size) __alloc_size(2);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:6: note: insert '_Nullable' if the pointer may be null
void    *reallocf(void *__ptr, size_t __size) __alloc_size(2);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:6: note: insert '_Nonnull' if the pointer should never be null
void    *reallocf(void *__ptr, size_t __size) __alloc_size(2);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoq(const char *__str, char **__endptr, int __base);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:21: note: insert '_Nullable' if the pointer may be null
         strtoq(const char *__str, char **__endptr, int __base);
                           ^
                             _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:21: note: insert '_Nonnull' if the pointer should never be null
         strtoq(const char *__str, char **__endptr, int __base);
                           ^
                             _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoq(const char *__str, char **__endptr, int __base);
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:34: note: insert '_Nullable' if the pointer may be null
         strtoq(const char *__str, char **__endptr, int __base);
                                        ^
                                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:34: note: insert '_Nonnull' if the pointer should never be null
         strtoq(const char *__str, char **__endptr, int __base);
                                        ^
                                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoq(const char *__str, char **__endptr, int __base);
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:35: note: insert '_Nullable' if the pointer may be null
         strtoq(const char *__str, char **__endptr, int __base);
                                         ^
                                           _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:35: note: insert '_Nonnull' if the pointer should never be null
         strtoq(const char *__str, char **__endptr, int __base);
                                         ^
                                           _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtouq(const char *__str, char **__endptr, int __base);
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:22: note: insert '_Nullable' if the pointer may be null
         strtouq(const char *__str, char **__endptr, int __base);
                            ^
                              _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:22: note: insert '_Nonnull' if the pointer should never be null
         strtouq(const char *__str, char **__endptr, int __base);
                            ^
                              _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtouq(const char *__str, char **__endptr, int __base);
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:35: note: insert '_Nullable' if the pointer may be null
         strtouq(const char *__str, char **__endptr, int __base);
                                         ^
                                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:35: note: insert '_Nonnull' if the pointer should never be null
         strtouq(const char *__str, char **__endptr, int __base);
                                         ^
                                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtouq(const char *__str, char **__endptr, int __base);
                                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:36: note: insert '_Nullable' if the pointer may be null
         strtouq(const char *__str, char **__endptr, int __base);
                                          ^
                                            _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:36: note: insert '_Nonnull' if the pointer should never be null
         strtouq(const char *__str, char **__endptr, int __base);
                                          ^
                                            _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:356:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
extern char *suboptarg;         /* getsubopt(3) external variable */
            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:356:13: note: insert '_Nullable' if the pointer may be null
extern char *suboptarg;         /* getsubopt(3) external variable */
            ^
              _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:356:13: note: insert '_Nonnull' if the pointer should never be null
extern char *suboptarg;         /* getsubopt(3) external variable */
            ^
              _Nonnull 
177 warnings generated.
libtool: compile:  /Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -Wall -fexceptions -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c ../src/x86/ffi64.c -o src/x86/ffi64.o >/dev/null 2>&1
libtool: compile:  /Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. -I../include -Iinclude -I../src -MT src/x86/unix64.lo -MD -MP -MF src/x86/.deps/unix64.Tpo -c ../src/x86/unix64.S  -fno-common -DPIC -o src/x86/.libs/unix64.o
libtool: compile:  /Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. -I../include -Iinclude -I../src -MT src/x86/unix64.lo -MD -MP -MF src/x86/.deps/unix64.Tpo -c ../src/x86/unix64.S -o src/x86/unix64.o >/dev/null 2>&1
libtool: compile:  /Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -Wall -fexceptions -MT src/x86/ffiw64.lo -MD -MP -MF src/x86/.deps/ffiw64.Tpo -c ../src/x86/ffiw64.c  -fno-common -DPIC -o src/x86/.libs/ffiw64.o
In file included from ../src/x86/ffiw64.c:31:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:134:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
double   atof(const char *);
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:134:25: note: insert '_Nullable' if the pointer may be null
double   atof(const char *);
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:134:25: note: insert '_Nonnull' if the pointer should never be null
double   atof(const char *);
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:135:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      atoi(const char *);
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:135:22: note: insert '_Nullable' if the pointer may be null
int      atoi(const char *);
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:135:22: note: insert '_Nonnull' if the pointer should never be null
int      atoi(const char *);
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:136:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
long     atol(const char *);
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:136:23: note: insert '_Nullable' if the pointer may be null
long     atol(const char *);
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:136:23: note: insert '_Nonnull' if the pointer should never be null
long     atol(const char *);
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:139:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         atoll(const char *);
                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:139:20: note: insert '_Nullable' if the pointer may be null
         atoll(const char *);
                          ^
                           _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:139:20: note: insert '_Nonnull' if the pointer should never be null
         atoll(const char *);
                          ^
                           _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *bsearch(const void *__key, const void *__base, size_t __nel,
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:26: note: insert '_Nullable' if the pointer may be null
void    *bsearch(const void *__key, const void *__base, size_t __nel,
                            ^
                              _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:26: note: insert '_Nonnull' if the pointer should never be null
void    *bsearch(const void *__key, const void *__base, size_t __nel,
                            ^
                              _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *bsearch(const void *__key, const void *__base, size_t __nel,
                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:45: note: insert '_Nullable' if the pointer may be null
void    *bsearch(const void *__key, const void *__base, size_t __nel,
                                               ^
                                                 _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:45: note: insert '_Nonnull' if the pointer should never be null
void    *bsearch(const void *__key, const void *__base, size_t __nel,
                                               ^
                                                 _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:142:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            size_t __width, int (* _Nonnull __compar)(const void *, const void *));
                                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:142:59: note: insert '_Nullable' if the pointer may be null
            size_t __width, int (* _Nonnull __compar)(const void *, const void *));
                                                                 ^
                                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:142:59: note: insert '_Nonnull' if the pointer should never be null
            size_t __width, int (* _Nonnull __compar)(const void *, const void *));
                                                                 ^
                                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:142:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            size_t __width, int (* _Nonnull __compar)(const void *, const void *));
                                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:142:73: note: insert '_Nullable' if the pointer may be null
            size_t __width, int (* _Nonnull __compar)(const void *, const void *));
                                                                               ^
                                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:142:73: note: insert '_Nonnull' if the pointer should never be null
            size_t __width, int (* _Nonnull __compar)(const void *, const void *));
                                                                               ^
                                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *bsearch(const void *__key, const void *__base, size_t __nel,
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:6: note: insert '_Nullable' if the pointer may be null
void    *bsearch(const void *__key, const void *__base, size_t __nel,
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141:6: note: insert '_Nonnull' if the pointer should never be null
void    *bsearch(const void *__key, const void *__base, size_t __nel,
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *getenv(const char *);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147:25: note: insert '_Nullable' if the pointer may be null
char    *getenv(const char *);
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147:25: note: insert '_Nonnull' if the pointer should never be null
char    *getenv(const char *);
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *getenv(const char *);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147:6: note: insert '_Nullable' if the pointer may be null
char    *getenv(const char *);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147:6: note: insert '_Nonnull' if the pointer should never be null
char    *getenv(const char *);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:156:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      mblen(const char *__s, size_t __n);
                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:156:23: note: insert '_Nullable' if the pointer may be null
int      mblen(const char *__s, size_t __n);
                          ^
                            _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:156:23: note: insert '_Nonnull' if the pointer should never be null
int      mblen(const char *__s, size_t __n);
                          ^
                            _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
size_t   mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157:26: note: insert '_Nullable' if the pointer may be null
size_t   mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
                          ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157:26: note: insert '_Nonnull' if the pointer should never be null
size_t   mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
                          ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157:52: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
size_t   mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
                                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157:52: note: insert '_Nullable' if the pointer may be null
size_t   mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
                                                    ^
                                                      _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157:52: note: insert '_Nonnull' if the pointer should never be null
size_t   mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
                                                    ^
                                                      _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158:21: note: insert '_Nullable' if the pointer may be null
int      mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
                        ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158:21: note: insert '_Nonnull' if the pointer should never be null
int      mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
                        ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158:46: note: insert '_Nullable' if the pointer may be null
int      mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
                                                 ^
                                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158:46: note: insert '_Nonnull' if the pointer should never be null
int      mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
                                                 ^
                                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:160:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     qsort(void *__base, size_t __nel, size_t __width,
                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:160:18: note: insert '_Nullable' if the pointer may be null
void     qsort(void *__base, size_t __nel, size_t __width,
                    ^
                      _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:160:18: note: insert '_Nonnull' if the pointer should never be null
void     qsort(void *__base, size_t __nel, size_t __width,
                    ^
                      _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:161:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:161:43: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:161:43: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:161:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:161:57: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:161:57: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:27: note: insert '_Nullable' if the pointer may be null
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:27: note: insert '_Nonnull' if the pointer should never be null
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                                   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:35: note: insert '_Nullable' if the pointer may be null
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                                   ^
                                    _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:35: note: insert '_Nonnull' if the pointer should never be null
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                                   ^
                                    _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:36: note: insert '_Nullable' if the pointer may be null
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                                    ^
                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165:36: note: insert '_Nonnull' if the pointer should never be null
double   strtod(const char *, char **) __DARWIN_ALIAS(strtod);
                                    ^
                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:26: note: insert '_Nullable' if the pointer may be null
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:26: note: insert '_Nonnull' if the pointer should never be null
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                                   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:34: note: insert '_Nullable' if the pointer may be null
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                                   ^
                                    _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:34: note: insert '_Nonnull' if the pointer should never be null
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                                   ^
                                    _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:35: note: insert '_Nullable' if the pointer may be null
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                                    ^
                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:35: note: insert '_Nonnull' if the pointer should never be null
float    strtof(const char *, char **) __DARWIN_ALIAS(strtof);
                                    ^
                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
long     strtol(const char *__str, char **__endptr, int __base);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:25: note: insert '_Nullable' if the pointer may be null
long     strtol(const char *__str, char **__endptr, int __base);
                           ^
                             _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:25: note: insert '_Nonnull' if the pointer should never be null
long     strtol(const char *__str, char **__endptr, int __base);
                           ^
                             _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
long     strtol(const char *__str, char **__endptr, int __base);
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:38: note: insert '_Nullable' if the pointer may be null
long     strtol(const char *__str, char **__endptr, int __base);
                                        ^
                                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:38: note: insert '_Nonnull' if the pointer should never be null
long     strtol(const char *__str, char **__endptr, int __base);
                                        ^
                                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:39: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
long     strtol(const char *__str, char **__endptr, int __base);
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:39: note: insert '_Nullable' if the pointer may be null
long     strtol(const char *__str, char **__endptr, int __base);
                                         ^
                                           _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:39: note: insert '_Nonnull' if the pointer should never be null
long     strtol(const char *__str, char **__endptr, int __base);
                                         ^
                                           _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtold(const char *, char **);
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:22: note: insert '_Nullable' if the pointer may be null
         strtold(const char *, char **);
                            ^
                             _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:22: note: insert '_Nonnull' if the pointer should never be null
         strtold(const char *, char **);
                            ^
                             _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtold(const char *, char **);
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:30: note: insert '_Nullable' if the pointer may be null
         strtold(const char *, char **);
                                    ^
                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:30: note: insert '_Nonnull' if the pointer should never be null
         strtold(const char *, char **);
                                    ^
                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtold(const char *, char **);
                                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:31: note: insert '_Nullable' if the pointer may be null
         strtold(const char *, char **);
                                     ^
                                      _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:31: note: insert '_Nonnull' if the pointer should never be null
         strtold(const char *, char **);
                                     ^
                                      _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoll(const char *__str, char **__endptr, int __base);
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:22: note: insert '_Nullable' if the pointer may be null
         strtoll(const char *__str, char **__endptr, int __base);
                            ^
                              _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:22: note: insert '_Nonnull' if the pointer should never be null
         strtoll(const char *__str, char **__endptr, int __base);
                            ^
                              _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoll(const char *__str, char **__endptr, int __base);
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:35: note: insert '_Nullable' if the pointer may be null
         strtoll(const char *__str, char **__endptr, int __base);
                                         ^
                                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:35: note: insert '_Nonnull' if the pointer should never be null
         strtoll(const char *__str, char **__endptr, int __base);
                                         ^
                                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoll(const char *__str, char **__endptr, int __base);
                                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:36: note: insert '_Nullable' if the pointer may be null
         strtoll(const char *__str, char **__endptr, int __base);
                                          ^
                                            _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:36: note: insert '_Nonnull' if the pointer should never be null
         strtoll(const char *__str, char **__endptr, int __base);
                                          ^
                                            _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoul(const char *__str, char **__endptr, int __base);
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:22: note: insert '_Nullable' if the pointer may be null
         strtoul(const char *__str, char **__endptr, int __base);
                            ^
                              _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:22: note: insert '_Nonnull' if the pointer should never be null
         strtoul(const char *__str, char **__endptr, int __base);
                            ^
                              _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoul(const char *__str, char **__endptr, int __base);
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:35: note: insert '_Nullable' if the pointer may be null
         strtoul(const char *__str, char **__endptr, int __base);
                                         ^
                                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:35: note: insert '_Nonnull' if the pointer should never be null
         strtoul(const char *__str, char **__endptr, int __base);
                                         ^
                                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoul(const char *__str, char **__endptr, int __base);
                                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:36: note: insert '_Nullable' if the pointer may be null
         strtoul(const char *__str, char **__endptr, int __base);
                                          ^
                                            _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:36: note: insert '_Nonnull' if the pointer should never be null
         strtoul(const char *__str, char **__endptr, int __base);
                                          ^
                                            _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoull(const char *__str, char **__endptr, int __base);
                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:23: note: insert '_Nullable' if the pointer may be null
         strtoull(const char *__str, char **__endptr, int __base);
                             ^
                               _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:23: note: insert '_Nonnull' if the pointer should never be null
         strtoull(const char *__str, char **__endptr, int __base);
                             ^
                               _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoull(const char *__str, char **__endptr, int __base);
                                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:36: note: insert '_Nullable' if the pointer may be null
         strtoull(const char *__str, char **__endptr, int __base);
                                          ^
                                           _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:36: note: insert '_Nonnull' if the pointer should never be null
         strtoull(const char *__str, char **__endptr, int __base);
                                          ^
                                           _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoull(const char *__str, char **__endptr, int __base);
                                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:37: note: insert '_Nullable' if the pointer may be null
         strtoull(const char *__str, char **__endptr, int __base);
                                           ^
                                             _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:37: note: insert '_Nonnull' if the pointer should never be null
         strtoull(const char *__str, char **__endptr, int __base);
                                           ^
                                             _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:190:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      system(const char *) __DARWIN_ALIAS_C(system);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:190:24: note: insert '_Nullable' if the pointer may be null
int      system(const char *) __DARWIN_ALIAS_C(system);
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:190:24: note: insert '_Nonnull' if the pointer should never be null
int      system(const char *) __DARWIN_ALIAS_C(system);
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
size_t   wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:23: note: insert '_Nullable' if the pointer may be null
size_t   wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
                       ^
                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:23: note: insert '_Nonnull' if the pointer should never be null
size_t   wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
                       ^
                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
size_t   wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
                                                   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:51: note: insert '_Nullable' if the pointer may be null
size_t   wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
                                                   ^
                                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:51: note: insert '_Nonnull' if the pointer should never be null
size_t   wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
                                                   ^
                                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:195:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      wctomb(char *, wchar_t);
                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:195:18: note: insert '_Nullable' if the pointer may be null
int      wctomb(char *, wchar_t);
                     ^
                      _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:195:18: note: insert '_Nonnull' if the pointer should never be null
int      wctomb(char *, wchar_t);
                     ^
                      _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:199:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
long     a64l(const char *);
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:199:23: note: insert '_Nullable' if the pointer may be null
long     a64l(const char *);
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:199:23: note: insert '_Nonnull' if the pointer should never be null
long     a64l(const char *);
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:29: note: insert '_Nullable' if the pointer may be null
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                               ^
                                 _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:29: note: insert '_Nonnull' if the pointer should never be null
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                               ^
                                 _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:46: note: insert '_Nullable' if the pointer may be null
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                                                ^
                                                  _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:46: note: insert '_Nonnull' if the pointer should never be null
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                                                ^
                                                  _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:6: note: insert '_Nullable' if the pointer may be null
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:6: note: insert '_Nonnull' if the pointer should never be null
char    *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:202:31: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
double   erand48(unsigned short[3]);
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:202:31: note: insert '_Nullable' if the array parameter may be null
double   erand48(unsigned short[3]);
                               ^
                                _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:202:31: note: insert '_Nonnull' if the array parameter should never be null
double   erand48(unsigned short[3]);
                               ^
                                _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:29: note: insert '_Nullable' if the pointer may be null
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                               ^
                                 _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:29: note: insert '_Nonnull' if the pointer should never be null
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                               ^
                                 _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:46: note: insert '_Nullable' if the pointer may be null
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                                                ^
                                                  _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:46: note: insert '_Nonnull' if the pointer should never be null
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
                                                ^
                                                  _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:6: note: insert '_Nullable' if the pointer may be null
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:6: note: insert '_Nonnull' if the pointer should never be null
char    *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *gcvt(double, int, char *); /* LEGACY */
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:30: note: insert '_Nullable' if the pointer may be null
char    *gcvt(double, int, char *); /* LEGACY */
                                ^
                                 _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:30: note: insert '_Nonnull' if the pointer should never be null
char    *gcvt(double, int, char *); /* LEGACY */
                                ^
                                 _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *gcvt(double, int, char *); /* LEGACY */
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:6: note: insert '_Nullable' if the pointer may be null
char    *gcvt(double, int, char *); /* LEGACY */
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:6: note: insert '_Nonnull' if the pointer should never be null
char    *gcvt(double, int, char *); /* LEGACY */
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      getsubopt(char **, char * const *, char **);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:21: note: insert '_Nullable' if the pointer may be null
int      getsubopt(char **, char * const *, char **);
                        ^
                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:21: note: insert '_Nonnull' if the pointer should never be null
int      getsubopt(char **, char * const *, char **);
                        ^
                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      getsubopt(char **, char * const *, char **);
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:22: note: insert '_Nullable' if the pointer may be null
int      getsubopt(char **, char * const *, char **);
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:22: note: insert '_Nonnull' if the pointer should never be null
int      getsubopt(char **, char * const *, char **);
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      getsubopt(char **, char * const *, char **);
                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:30: note: insert '_Nullable' if the pointer may be null
int      getsubopt(char **, char * const *, char **);
                                 ^
                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:30: note: insert '_Nonnull' if the pointer should never be null
int      getsubopt(char **, char * const *, char **);
                                 ^
                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      getsubopt(char **, char * const *, char **);
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:38: note: insert '_Nullable' if the pointer may be null
int      getsubopt(char **, char * const *, char **);
                                         ^
                                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:38: note: insert '_Nonnull' if the pointer should never be null
int      getsubopt(char **, char * const *, char **);
                                         ^
                                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      getsubopt(char **, char * const *, char **);
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:46: note: insert '_Nullable' if the pointer may be null
int      getsubopt(char **, char * const *, char **);
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:46: note: insert '_Nonnull' if the pointer should never be null
int      getsubopt(char **, char * const *, char **);
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      getsubopt(char **, char * const *, char **);
                                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:47: note: insert '_Nullable' if the pointer may be null
int      getsubopt(char **, char * const *, char **);
                                                  ^
                                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:47: note: insert '_Nonnull' if the pointer should never be null
int      getsubopt(char **, char * const *, char **);
                                                  ^
                                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *initstate(unsigned, char *, size_t); /* no  __DARWIN_ALIAS needed */
                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:32: note: insert '_Nullable' if the pointer may be null
char    *initstate(unsigned, char *, size_t); /* no  __DARWIN_ALIAS needed */
                                  ^
                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:32: note: insert '_Nonnull' if the pointer should never be null
char    *initstate(unsigned, char *, size_t); /* no  __DARWIN_ALIAS needed */
                                  ^
                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *initstate(unsigned, char *, size_t); /* no  __DARWIN_ALIAS needed */
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:6: note: insert '_Nullable' if the pointer may be null
char    *initstate(unsigned, char *, size_t); /* no  __DARWIN_ALIAS needed */
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:6: note: insert '_Nonnull' if the pointer should never be null
char    *initstate(unsigned, char *, size_t); /* no  __DARWIN_ALIAS needed */
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:212:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
long     jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:212:29: note: insert '_Nullable' if the array parameter may be null
long     jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
                               ^
                                _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:212:29: note: insert '_Nonnull' if the array parameter should never be null
long     jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
                               ^
                                _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:213:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *l64a(long);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:213:6: note: insert '_Nullable' if the pointer may be null
char    *l64a(long);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:213:6: note: insert '_Nonnull' if the pointer should never be null
char    *l64a(long);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:214:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
void     lcong48(unsigned short[7]);
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:214:29: note: insert '_Nullable' if the array parameter may be null
void     lcong48(unsigned short[7]);
                               ^
                                _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:214:29: note: insert '_Nonnull' if the array parameter should never be null
void     lcong48(unsigned short[7]);
                               ^
                                _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *mktemp(char *);
                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:19: note: insert '_Nullable' if the pointer may be null
char    *mktemp(char *);
                     ^
                      _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:19: note: insert '_Nonnull' if the pointer should never be null
char    *mktemp(char *);
                     ^
                      _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *mktemp(char *);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:6: note: insert '_Nullable' if the pointer may be null
char    *mktemp(char *);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:6: note: insert '_Nonnull' if the pointer should never be null
char    *mktemp(char *);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:217:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      mkstemp(char *);
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:217:19: note: insert '_Nullable' if the pointer may be null
int      mkstemp(char *);
                      ^
                       _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:217:19: note: insert '_Nonnull' if the pointer should never be null
int      mkstemp(char *);
                      ^
                       _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:219:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
long     nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:219:29: note: insert '_Nullable' if the array parameter may be null
long     nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
                               ^
                                _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:219:29: note: insert '_Nonnull' if the array parameter should never be null
long     nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
                               ^
                                _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:221:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *ptsname(int);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:221:6: note: insert '_Nullable' if the pointer may be null
char    *ptsname(int);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:221:6: note: insert '_Nonnull' if the pointer should never be null
char    *ptsname(int);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:224:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3));
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:224:32: note: insert '_Nullable' if the pointer may be null
int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3));
                               ^
                                 _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:224:32: note: insert '_Nonnull' if the pointer should never be null
int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3));
                               ^
                                 _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:227:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      putenv(char *) __DARWIN_ALIAS(putenv);
                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:227:18: note: insert '_Nullable' if the pointer may be null
int      putenv(char *) __DARWIN_ALIAS(putenv);
                     ^
                      _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:227:18: note: insert '_Nonnull' if the pointer should never be null
int      putenv(char *) __DARWIN_ALIAS(putenv);
                     ^
                      _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:229:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      rand_r(unsigned *) __swift_unavailable("Use arc4random instead.");
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:229:22: note: insert '_Nullable' if the pointer may be null
int      rand_r(unsigned *) __swift_unavailable("Use arc4random instead.");
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:229:22: note: insert '_Nonnull' if the pointer should never be null
int      rand_r(unsigned *) __swift_unavailable("Use arc4random instead.");
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:27: note: insert '_Nullable' if the pointer may be null
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
                             ^
                               _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:27: note: insert '_Nonnull' if the pointer should never be null
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
                             ^
                               _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
                                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:46: note: insert '_Nullable' if the pointer may be null
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
                                                ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:46: note: insert '_Nonnull' if the pointer should never be null
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
                                                ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:6: note: insert '_Nullable' if the pointer may be null
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:6: note: insert '_Nonnull' if the pointer should never be null
char    *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:24: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
        *seed48(unsigned short[3]);
                              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:24: note: insert '_Nullable' if the array parameter may be null
        *seed48(unsigned short[3]);
                              ^
                               _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:24: note: insert '_Nonnull' if the array parameter should never be null
        *seed48(unsigned short[3]);
                              ^
                               _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
        *seed48(unsigned short[3]);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:2: note: insert '_Nullable' if the pointer may be null
        *seed48(unsigned short[3]);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:2: note: insert '_Nonnull' if the pointer should never be null
        *seed48(unsigned short[3]);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:24: note: insert '_Nullable' if the pointer may be null
int      setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
                           ^
                             _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:24: note: insert '_Nonnull' if the pointer should never be null
int      setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
                           ^
                             _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
                                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:45: note: insert '_Nullable' if the pointer may be null
int      setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
                                                ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:45: note: insert '_Nonnull' if the pointer should never be null
int      setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
                                                ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:239:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     setkey(const char *) __DARWIN_ALIAS(setkey);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:239:25: note: insert '_Nullable' if the pointer may be null
void     setkey(const char *) __DARWIN_ALIAS(setkey);
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:239:25: note: insert '_Nonnull' if the pointer should never be null
void     setkey(const char *) __DARWIN_ALIAS(setkey);
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *setstate(const char *);
                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:27: note: insert '_Nullable' if the pointer may be null
char    *setstate(const char *);
                             ^
                              _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:27: note: insert '_Nonnull' if the pointer should never be null
char    *setstate(const char *);
                             ^
                              _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *setstate(const char *);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:6: note: insert '_Nullable' if the pointer may be null
char    *setstate(const char *);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:6: note: insert '_Nonnull' if the pointer should never be null
char    *setstate(const char *);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:252:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      unsetenv(const char *) __DARWIN_ALIAS(unsetenv);
                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:252:26: note: insert '_Nullable' if the pointer may be null
int      unsetenv(const char *) __DARWIN_ALIAS(unsetenv);
                             ^
                              _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:252:26: note: insert '_Nonnull' if the pointer should never be null
int      unsetenv(const char *) __DARWIN_ALIAS(unsetenv);
                             ^
                              _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:265:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/)
                                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:265:42: note: insert '_Nullable' if the pointer may be null
void     arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/)
                                            ^
                                              _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:265:42: note: insert '_Nonnull' if the pointer should never be null
void     arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/)
                                            ^
                                              _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:270:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);
                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:270:27: note: insert '_Nullable' if the pointer may be null
void     arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);
                             ^
                               _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:270:27: note: insert '_Nonnull' if the pointer should never be null
void     arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);
                             ^
                               _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
                              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:28: note: insert '_Nullable' if the pointer may be null
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
                              ^
                                _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:28: note: insert '_Nonnull' if the pointer should never be null
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
                              ^
                                _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:47: note: insert '_Nullable' if the pointer may be null
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
                                                 ^
                                                   _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:47: note: insert '_Nonnull' if the pointer should never be null
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
                                                 ^
                                                   _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
                                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:59: note: insert '_Nullable' if the pointer may be null
            size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
                                                                 ^
                                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:59: note: insert '_Nonnull' if the pointer should never be null
            size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
                                                                 ^
                                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
                                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:73: note: insert '_Nullable' if the pointer may be null
            size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
                                                                               ^
                                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:73: note: insert '_Nonnull' if the pointer should never be null
            size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
                                                                               ^
                                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:6: note: insert '_Nullable' if the pointer may be null
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:6: note: insert '_Nonnull' if the pointer should never be null
void    *bsearch_b(const void *__key, const void *__base, size_t __nel,
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *cgetcap(char *, const char *, int);
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:20: note: insert '_Nullable' if the pointer may be null
char    *cgetcap(char *, const char *, int);
                      ^
                       _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:20: note: insert '_Nonnull' if the pointer should never be null
char    *cgetcap(char *, const char *, int);
                      ^
                       _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *cgetcap(char *, const char *, int);
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:34: note: insert '_Nullable' if the pointer may be null
char    *cgetcap(char *, const char *, int);
                                    ^
                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:34: note: insert '_Nonnull' if the pointer should never be null
char    *cgetcap(char *, const char *, int);
                                    ^
                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *cgetcap(char *, const char *, int);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:6: note: insert '_Nullable' if the pointer may be null
char    *cgetcap(char *, const char *, int);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:6: note: insert '_Nonnull' if the pointer should never be null
char    *cgetcap(char *, const char *, int);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetent(char **, char **, const char *);
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:19: note: insert '_Nullable' if the pointer may be null
int      cgetent(char **, char **, const char *);
                      ^
                       _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:19: note: insert '_Nonnull' if the pointer should never be null
int      cgetent(char **, char **, const char *);
                      ^
                       _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetent(char **, char **, const char *);
                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:20: note: insert '_Nullable' if the pointer may be null
int      cgetent(char **, char **, const char *);
                       ^
                        _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:20: note: insert '_Nonnull' if the pointer should never be null
int      cgetent(char **, char **, const char *);
                       ^
                        _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetent(char **, char **, const char *);
                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:28: note: insert '_Nullable' if the pointer may be null
int      cgetent(char **, char **, const char *);
                               ^
                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:28: note: insert '_Nonnull' if the pointer should never be null
int      cgetent(char **, char **, const char *);
                               ^
                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetent(char **, char **, const char *);
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:29: note: insert '_Nullable' if the pointer may be null
int      cgetent(char **, char **, const char *);
                                ^
                                 _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:29: note: insert '_Nonnull' if the pointer should never be null
int      cgetent(char **, char **, const char *);
                                ^
                                 _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetent(char **, char **, const char *);
                                              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:43: note: insert '_Nullable' if the pointer may be null
int      cgetent(char **, char **, const char *);
                                              ^
                                               _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:43: note: insert '_Nonnull' if the pointer should never be null
int      cgetent(char **, char **, const char *);
                                              ^
                                               _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetfirst(char **, char **);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:21: note: insert '_Nullable' if the pointer may be null
int      cgetfirst(char **, char **);
                        ^
                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:21: note: insert '_Nonnull' if the pointer should never be null
int      cgetfirst(char **, char **);
                        ^
                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetfirst(char **, char **);
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:22: note: insert '_Nullable' if the pointer may be null
int      cgetfirst(char **, char **);
                         ^
                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:22: note: insert '_Nonnull' if the pointer should never be null
int      cgetfirst(char **, char **);
                         ^
                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetfirst(char **, char **);
                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:30: note: insert '_Nullable' if the pointer may be null
int      cgetfirst(char **, char **);
                                 ^
                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:30: note: insert '_Nonnull' if the pointer should never be null
int      cgetfirst(char **, char **);
                                 ^
                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetfirst(char **, char **);
                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:31: note: insert '_Nullable' if the pointer may be null
int      cgetfirst(char **, char **);
                                  ^
                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:31: note: insert '_Nonnull' if the pointer should never be null
int      cgetfirst(char **, char **);
                                  ^
                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetmatch(const char *, const char *);
                              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:27: note: insert '_Nullable' if the pointer may be null
int      cgetmatch(const char *, const char *);
                              ^
                               _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:27: note: insert '_Nonnull' if the pointer should never be null
int      cgetmatch(const char *, const char *);
                              ^
                               _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetmatch(const char *, const char *);
                                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:41: note: insert '_Nullable' if the pointer may be null
int      cgetmatch(const char *, const char *);
                                            ^
                                             _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:41: note: insert '_Nonnull' if the pointer should never be null
int      cgetmatch(const char *, const char *);
                                            ^
                                             _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnext(char **, char **);
                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:20: note: insert '_Nullable' if the pointer may be null
int      cgetnext(char **, char **);
                       ^
                        _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:20: note: insert '_Nonnull' if the pointer should never be null
int      cgetnext(char **, char **);
                       ^
                        _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnext(char **, char **);
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:21: note: insert '_Nullable' if the pointer may be null
int      cgetnext(char **, char **);
                        ^
                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:21: note: insert '_Nonnull' if the pointer should never be null
int      cgetnext(char **, char **);
                        ^
                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnext(char **, char **);
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:29: note: insert '_Nullable' if the pointer may be null
int      cgetnext(char **, char **);
                                ^
                                 _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:29: note: insert '_Nonnull' if the pointer should never be null
int      cgetnext(char **, char **);
                                ^
                                 _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnext(char **, char **);
                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:30: note: insert '_Nullable' if the pointer may be null
int      cgetnext(char **, char **);
                                 ^
                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:30: note: insert '_Nonnull' if the pointer should never be null
int      cgetnext(char **, char **);
                                 ^
                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnum(char *, const char *, long *);
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:19: note: insert '_Nullable' if the pointer may be null
int      cgetnum(char *, const char *, long *);
                      ^
                       _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:19: note: insert '_Nonnull' if the pointer should never be null
int      cgetnum(char *, const char *, long *);
                      ^
                       _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnum(char *, const char *, long *);
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:33: note: insert '_Nullable' if the pointer may be null
int      cgetnum(char *, const char *, long *);
                                    ^
                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:33: note: insert '_Nonnull' if the pointer should never be null
int      cgetnum(char *, const char *, long *);
                                    ^
                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetnum(char *, const char *, long *);
                                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:41: note: insert '_Nullable' if the pointer may be null
int      cgetnum(char *, const char *, long *);
                                            ^
                                             _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:41: note: insert '_Nonnull' if the pointer should never be null
int      cgetnum(char *, const char *, long *);
                                            ^
                                             _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:288:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetset(const char *);
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:288:25: note: insert '_Nullable' if the pointer may be null
int      cgetset(const char *);
                            ^
                             _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:288:25: note: insert '_Nonnull' if the pointer should never be null
int      cgetset(const char *);
                            ^
                             _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetstr(char *, const char *, char **);
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:19: note: insert '_Nullable' if the pointer may be null
int      cgetstr(char *, const char *, char **);
                      ^
                       _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:19: note: insert '_Nonnull' if the pointer should never be null
int      cgetstr(char *, const char *, char **);
                      ^
                       _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetstr(char *, const char *, char **);
                                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:33: note: insert '_Nullable' if the pointer may be null
int      cgetstr(char *, const char *, char **);
                                    ^
                                     _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:33: note: insert '_Nonnull' if the pointer should never be null
int      cgetstr(char *, const char *, char **);
                                    ^
                                     _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetstr(char *, const char *, char **);
                                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:41: note: insert '_Nullable' if the pointer may be null
int      cgetstr(char *, const char *, char **);
                                            ^
                                             _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:41: note: insert '_Nonnull' if the pointer should never be null
int      cgetstr(char *, const char *, char **);
                                            ^
                                             _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetstr(char *, const char *, char **);
                                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:42: note: insert '_Nullable' if the pointer may be null
int      cgetstr(char *, const char *, char **);
                                             ^
                                              _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:42: note: insert '_Nonnull' if the pointer should never be null
int      cgetstr(char *, const char *, char **);
                                             ^
                                              _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetustr(char *, const char *, char **);
                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:20: note: insert '_Nullable' if the pointer may be null
int      cgetustr(char *, const char *, char **);
                       ^
                        _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:20: note: insert '_Nonnull' if the pointer should never be null
int      cgetustr(char *, const char *, char **);
                       ^
                        _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetustr(char *, const char *, char **);
                                     ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:34: note: insert '_Nullable' if the pointer may be null
int      cgetustr(char *, const char *, char **);
                                     ^
                                      _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:34: note: insert '_Nonnull' if the pointer should never be null
int      cgetustr(char *, const char *, char **);
                                     ^
                                      _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetustr(char *, const char *, char **);
                                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:42: note: insert '_Nullable' if the pointer may be null
int      cgetustr(char *, const char *, char **);
                                             ^
                                              _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:42: note: insert '_Nonnull' if the pointer should never be null
int      cgetustr(char *, const char *, char **);
                                             ^
                                              _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      cgetustr(char *, const char *, char **);
                                              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:43: note: insert '_Nullable' if the pointer may be null
int      cgetustr(char *, const char *, char **);
                                              ^
                                               _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:43: note: insert '_Nonnull' if the pointer should never be null
int      cgetustr(char *, const char *, char **);
                                              ^
                                               _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:293:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *devname(dev_t, mode_t);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:293:6: note: insert '_Nullable' if the pointer may be null
char    *devname(dev_t, mode_t);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:293:6: note: insert '_Nonnull' if the pointer should never be null
char    *devname(dev_t, mode_t);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *devname_r(dev_t, mode_t, char *buf, int len);
                                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:37: note: insert '_Nullable' if the pointer may be null
char    *devname_r(dev_t, mode_t, char *buf, int len);
                                       ^
                                         _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:37: note: insert '_Nonnull' if the pointer should never be null
char    *devname_r(dev_t, mode_t, char *buf, int len);
                                       ^
                                         _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *devname_r(dev_t, mode_t, char *buf, int len);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:6: note: insert '_Nullable' if the pointer may be null
char    *devname_r(dev_t, mode_t, char *buf, int len);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:6: note: insert '_Nonnull' if the pointer should never be null
char    *devname_r(dev_t, mode_t, char *buf, int len);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *getbsize(int *, long *);
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:20: note: insert '_Nullable' if the pointer may be null
char    *getbsize(int *, long *);
                      ^
                       _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:20: note: insert '_Nonnull' if the pointer should never be null
char    *getbsize(int *, long *);
                      ^
                       _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *getbsize(int *, long *);
                              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:28: note: insert '_Nullable' if the pointer may be null
char    *getbsize(int *, long *);
                              ^
                               _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:28: note: insert '_Nonnull' if the pointer should never be null
char    *getbsize(int *, long *);
                              ^
                               _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
char    *getbsize(int *, long *);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:6: note: insert '_Nullable' if the pointer may be null
char    *getbsize(int *, long *);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:6: note: insert '_Nonnull' if the pointer should never be null
char    *getbsize(int *, long *);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:296:24: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
int      getloadavg(double [], int);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:296:24: note: insert '_Nullable' if the array parameter may be null
int      getloadavg(double [], int);
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:296:24: note: insert '_Nonnull' if the array parameter should never be null
int      getloadavg(double [], int);
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:298:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
        *getprogname(void);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:298:2: note: insert '_Nullable' if the pointer may be null
        *getprogname(void);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:298:2: note: insert '_Nonnull' if the pointer should never be null
        *getprogname(void);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:299:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     setprogname(const char *);
                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:299:30: note: insert '_Nullable' if the pointer may be null
void     setprogname(const char *);
                                ^
                                 _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:299:30: note: insert '_Nonnull' if the pointer should never be null
void     setprogname(const char *);
                                ^
                                 _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:309:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      heapsort(void *__base, size_t __nel, size_t __width,
                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:309:20: note: insert '_Nullable' if the pointer may be null
int      heapsort(void *__base, size_t __nel, size_t __width,
                       ^
                         _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:309:20: note: insert '_Nonnull' if the pointer should never be null
int      heapsort(void *__base, size_t __nel, size_t __width,
                       ^
                         _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:43: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:43: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:57: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:57: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:312:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      heapsort_b(void *__base, size_t __nel, size_t __width,
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:312:22: note: insert '_Nullable' if the pointer may be null
int      heapsort_b(void *__base, size_t __nel, size_t __width,
                         ^
                           _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:312:22: note: insert '_Nonnull' if the pointer should never be null
int      heapsort_b(void *__base, size_t __nel, size_t __width,
                         ^
                           _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:43: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:43: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:57: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:57: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:316:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      mergesort(void *__base, size_t __nel, size_t __width,
                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:316:21: note: insert '_Nullable' if the pointer may be null
int      mergesort(void *__base, size_t __nel, size_t __width,
                        ^
                          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:316:21: note: insert '_Nonnull' if the pointer should never be null
int      mergesort(void *__base, size_t __nel, size_t __width,
                        ^
                          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:43: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:43: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:57: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:57: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *));
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:319:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      mergesort_b(void *__base, size_t __nel, size_t __width,
                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:319:23: note: insert '_Nullable' if the pointer may be null
int      mergesort_b(void *__base, size_t __nel, size_t __width,
                          ^
                            _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:319:23: note: insert '_Nonnull' if the pointer should never be null
int      mergesort_b(void *__base, size_t __nel, size_t __width,
                          ^
                            _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:43: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:43: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:57: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:57: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:323:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     psort(void *__base, size_t __nel, size_t __width,
                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:323:18: note: insert '_Nullable' if the pointer may be null
void     psort(void *__base, size_t __nel, size_t __width,
                    ^
                      _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:323:18: note: insert '_Nonnull' if the pointer should never be null
void     psort(void *__base, size_t __nel, size_t __width,
                    ^
                      _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *))
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:43: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *))
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:43: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *))
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(const void *, const void *))
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:57: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(const void *, const void *))
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:57: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(const void *, const void *))
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:327:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     psort_b(void *__base, size_t __nel, size_t __width,
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:327:20: note: insert '_Nullable' if the pointer may be null
void     psort_b(void *__base, size_t __nel, size_t __width,
                      ^
                        _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:327:20: note: insert '_Nonnull' if the pointer should never be null
void     psort_b(void *__base, size_t __nel, size_t __width,
                      ^
                        _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:43: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:43: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:57: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:57: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     psort_r(void *__base, size_t __nel, size_t __width, void *,
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:20: note: insert '_Nullable' if the pointer may be null
void     psort_r(void *__base, size_t __nel, size_t __width, void *,
                      ^
                        _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:20: note: insert '_Nonnull' if the pointer should never be null
void     psort_r(void *__base, size_t __nel, size_t __width, void *,
                      ^
                        _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     psort_r(void *__base, size_t __nel, size_t __width, void *,
                                                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:64: note: insert '_Nullable' if the pointer may be null
void     psort_r(void *__base, size_t __nel, size_t __width, void *,
                                                                  ^
                                                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:64: note: insert '_Nonnull' if the pointer should never be null
void     psort_r(void *__base, size_t __nel, size_t __width, void *,
                                                                  ^
                                                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:37: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                           ^
                                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:37: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                           ^
                                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:51: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                                         ^
                                                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:51: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                                         ^
                                                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                                                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:65: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                                                       ^
                                                                        _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:65: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(void *, const void *, const void *))
                                                                       ^
                                                                        _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:335:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     qsort_b(void *__base, size_t __nel, size_t __width,
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:335:20: note: insert '_Nullable' if the pointer may be null
void     qsort_b(void *__base, size_t __nel, size_t __width,
                      ^
                        _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:335:20: note: insert '_Nonnull' if the pointer should never be null
void     qsort_b(void *__base, size_t __nel, size_t __width,
                      ^
                        _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:43: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:43: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                 ^
                                                  _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:57: note: insert '_Nullable' if the pointer may be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:57: note: insert '_Nonnull' if the pointer should never be null
            int (^ _Nonnull __compar)(const void *, const void *) __sort_noescape)
                                                               ^
                                                                _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     qsort_r(void *__base, size_t __nel, size_t __width, void *,
                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:20: note: insert '_Nullable' if the pointer may be null
void     qsort_r(void *__base, size_t __nel, size_t __width, void *,
                      ^
                        _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:20: note: insert '_Nonnull' if the pointer should never be null
void     qsort_r(void *__base, size_t __nel, size_t __width, void *,
                      ^
                        _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void     qsort_r(void *__base, size_t __nel, size_t __width, void *,
                                                                  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:64: note: insert '_Nullable' if the pointer may be null
void     qsort_r(void *__base, size_t __nel, size_t __width, void *,
                                                                  ^
                                                                   _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:64: note: insert '_Nonnull' if the pointer should never be null
void     qsort_r(void *__base, size_t __nel, size_t __width, void *,
                                                                  ^
                                                                   _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:37: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                           ^
                                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:37: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                           ^
                                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:51: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                                         ^
                                                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:51: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                                         ^
                                                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                                                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:65: note: insert '_Nullable' if the pointer may be null
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                                                       ^
                                                                        _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:65: note: insert '_Nonnull' if the pointer should never be null
            int (* _Nonnull __compar)(void *, const void *, const void *));
                                                                       ^
                                                                        _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:36: note: insert '_Nullable' if the pointer may be null
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                       ^
                                        _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:36: note: insert '_Nonnull' if the pointer should never be null
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                       ^
                                        _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:37: note: insert '_Nullable' if the pointer may be null
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                        ^
                                          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:37: note: insert '_Nonnull' if the pointer should never be null
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                        ^
                                          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:77: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                                                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:77: note: insert '_Nullable' if the pointer may be null
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                                                                ^
                                                                                  _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:77: note: insert '_Nonnull' if the pointer should never be null
int      radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                                                                ^
                                                                                  _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:343:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int     rpmatch(const char *)
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:343:24: note: insert '_Nullable' if the pointer may be null
int     rpmatch(const char *)
                           ^
                            _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:343:24: note: insert '_Nonnull' if the pointer should never be null
int     rpmatch(const char *)
                           ^
                            _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:37: note: insert '_Nullable' if the pointer may be null
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                        ^
                                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:37: note: insert '_Nonnull' if the pointer should never be null
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                        ^
                                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:38: note: insert '_Nullable' if the pointer may be null
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                         ^
                                           _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:38: note: insert '_Nonnull' if the pointer should never be null
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                         ^
                                           _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:78: note: insert '_Nullable' if the pointer may be null
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                                                                 ^
                                                                                   _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:78: note: insert '_Nonnull' if the pointer should never be null
int      sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
                                                                                 ^
                                                                                   _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *reallocf(void *__ptr, size_t __size) __alloc_size(2);
                       ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:21: note: insert '_Nullable' if the pointer may be null
void    *reallocf(void *__ptr, size_t __size) __alloc_size(2);
                       ^
                         _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:21: note: insert '_Nonnull' if the pointer should never be null
void    *reallocf(void *__ptr, size_t __size) __alloc_size(2);
                       ^
                         _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
void    *reallocf(void *__ptr, size_t __size) __alloc_size(2);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:6: note: insert '_Nullable' if the pointer may be null
void    *reallocf(void *__ptr, size_t __size) __alloc_size(2);
        ^
          _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:6: note: insert '_Nonnull' if the pointer should never be null
void    *reallocf(void *__ptr, size_t __size) __alloc_size(2);
        ^
          _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoq(const char *__str, char **__endptr, int __base);
                           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:21: note: insert '_Nullable' if the pointer may be null
         strtoq(const char *__str, char **__endptr, int __base);
                           ^
                             _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:21: note: insert '_Nonnull' if the pointer should never be null
         strtoq(const char *__str, char **__endptr, int __base);
                           ^
                             _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoq(const char *__str, char **__endptr, int __base);
                                        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:34: note: insert '_Nullable' if the pointer may be null
         strtoq(const char *__str, char **__endptr, int __base);
                                        ^
                                         _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:34: note: insert '_Nonnull' if the pointer should never be null
         strtoq(const char *__str, char **__endptr, int __base);
                                        ^
                                         _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtoq(const char *__str, char **__endptr, int __base);
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:35: note: insert '_Nullable' if the pointer may be null
         strtoq(const char *__str, char **__endptr, int __base);
                                         ^
                                           _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:35: note: insert '_Nonnull' if the pointer should never be null
         strtoq(const char *__str, char **__endptr, int __base);
                                         ^
                                           _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtouq(const char *__str, char **__endptr, int __base);
                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:22: note: insert '_Nullable' if the pointer may be null
         strtouq(const char *__str, char **__endptr, int __base);
                            ^
                              _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:22: note: insert '_Nonnull' if the pointer should never be null
         strtouq(const char *__str, char **__endptr, int __base);
                            ^
                              _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtouq(const char *__str, char **__endptr, int __base);
                                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:35: note: insert '_Nullable' if the pointer may be null
         strtouq(const char *__str, char **__endptr, int __base);
                                         ^
                                          _Nullable
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:35: note: insert '_Nonnull' if the pointer should never be null
         strtouq(const char *__str, char **__endptr, int __base);
                                         ^
                                          _Nonnull
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
         strtouq(const char *__str, char **__endptr, int __base);
                                          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:36: note: insert '_Nullable' if the pointer may be null
         strtouq(const char *__str, char **__endptr, int __base);
                                          ^
                                            _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:36: note: insert '_Nonnull' if the pointer should never be null
         strtouq(const char *__str, char **__endptr, int __base);
                                          ^
                                            _Nonnull 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:356:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
extern char *suboptarg;         /* getsubopt(3) external variable */
            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:356:13: note: insert '_Nullable' if the pointer may be null
extern char *suboptarg;         /* getsubopt(3) external variable */
            ^
              _Nullable 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:356:13: note: insert '_Nonnull' if the pointer should never be null
extern char *suboptarg;         /* getsubopt(3) external variable */
            ^
              _Nonnull 
177 warnings generated.
libtool: compile:  /Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -Wall -fexceptions -MT src/x86/ffiw64.lo -MD -MP -MF src/x86/.deps/ffiw64.Tpo -c ../src/x86/ffiw64.c -o src/x86/ffiw64.o >/dev/null 2>&1
libtool: compile:  /Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. -I../include -Iinclude -I../src -MT src/x86/win64.lo -MD -MP -MF src/x86/.deps/win64.Tpo -c ../src/x86/win64.S  -fno-common -DPIC -o src/x86/.libs/win64.o
libtool: compile:  /Library/Developer/CommandLineTools/usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. -I../include -Iinclude -I../src -MT src/x86/win64.lo -MD -MP -MF src/x86/.deps/win64.Tpo -c ../src/x86/win64.S -o src/x86/win64.o >/dev/null 2>&1
libtool: link: ar cru .libs/libffi_convenience.a src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi64.o src/x86/.libs/unix64.o src/x86/.libs/ffiw64.o src/x86/.libs/win64.o 
libtool: link: ranlib .libs/libffi_convenience.a
libtool: link: ( cd ".libs" && rm -f "libffi_convenience.la" && ln -s "../libffi_convenience.la" "libffi_convenience.la" )
libtool: link: /Library/Developer/CommandLineTools/usr/bin/cc -dynamiclib  -o .libs/libffi.7.dylib  src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi64.o src/x86/.libs/unix64.o src/x86/.libs/ffiw64.o src/x86/.libs/win64.o    -O3   -install_name  /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/libffi.7.dylib -compatibility_version 9 -current_version 9.0 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libffi.dylib" && ln -s "libffi.7.dylib" "libffi.dylib")
libtool: link: ar cru .libs/libffi.a  src/prep_cif.o src/types.o src/raw_api.o src/java_raw_api.o src/closures.o src/x86/ffi64.o src/x86/unix64.o src/x86/ffiw64.o src/x86/win64.o
libtool: link: ranlib .libs/libffi.a
libtool: link: ( cd ".libs" && rm -f "libffi.la" && ln -s "../libffi.la" "libffi.la" )
[ 11%] Performing install step for 'build_libFFI'
MAKE x86_64-apple-darwin19.4.0 :        0 * install
Making install in include
 ../../install-sh -c -d '/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/include'
 /usr/bin/install -c -m 644 ffi.h ffitarget.h '/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/include'
Making install in testsuite
Making install in man
 ../../install-sh -c -d '/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/share/man/man3'
 /usr/bin/install -c -m 644 '../../man/ffi.3' '/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/share/man/man3/x86_64-apple-darwin-ffi.3'
 /usr/bin/install -c -m 644 '../../man/ffi_call.3' '/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/share/man/man3/x86_64-apple-darwin-ffi_call.3'
 /usr/bin/install -c -m 644 '../../man/ffi_prep_cif.3' '/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/share/man/man3/x86_64-apple-darwin-ffi_prep_cif.3'
 /usr/bin/install -c -m 644 '../../man/ffi_prep_cif_var.3' '/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/share/man/man3/x86_64-apple-darwin-ffi_prep_cif_var.3'
 ../install-sh -c -d '/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib'
 /bin/sh ./libtool   --mode=install /usr/bin/install -c   libffi.la '/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib'
libtool: install: /usr/bin/install -c .libs/libffi.7.dylib /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/libffi.7.dylib
libtool: install: (cd /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib && { ln -s -f libffi.7.dylib libffi.dylib || { rm -f libffi.dylib && ln -s libffi.7.dylib libffi.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libffi.lai /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/libffi.la
libtool: install: /usr/bin/install -c .libs/libffi.a /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/libffi.a
libtool: install: chmod 644 /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/libffi.a
libtool: install: ranlib /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/libffi.a
 ../install-sh -c -d '/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/pkgconfig'
 /usr/bin/install -c -m 644 libffi.pc '/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/pkgconfig'
[ 12%] Completed 'build_libFFI'
[ 12%] Built target build_libFFI
Scanning dependencies of target libFFI
[ 13%] Changing RPath of Libffi
[ 13%] Built target libFFI
[ 13%] Downloading Pharo 90
--2020-09-25 14:27:24--  https://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|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3244 (3.2K)
Saving to: ‘STDOUT’

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

2020-09-25 14:27:24 (258 MB/s) - written to stdout [3244/3244]

Downloading the latest 90 Image:
    http://files.pharo.org/get-files/90/pharo64.zip

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:
Pharo.image
--2020-09-25 14:27:26--  https://get.pharo.org/64/vm90
Resolving get.pharo.org (get.pharo.org)... 164.132.235.17
Connecting to get.pharo.org (get.pharo.org)|164.132.235.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5320 (5.2K)
Saving to: ‘STDOUT’

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

2020-09-25 14:27:26 (461 MB/s) - written to stdout [5320/5320]

Downloading the latest pharoVM:
	http://files.pharo.org/get-files/90/pharo64-mac-stable.zip
pharo-vm/Pharo.app/Contents/MacOS/Pharo
Creating starter scripts pharo and pharo-ui
[ 14%] Generating VMMaker image
CogARMv8Compiler>>concretizeMoveCqR contains declaration for non-existent variable word

conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
2020-09-25 14:27:31.906 Pharo[16031:2183891] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to (null)

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:
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/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 -> BaselineOfUnicorn-CompatibleUserName.1600958092 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1600958092 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.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 -> BaselineOfLLVMDisassembler-CompatibleUserName.1600343133 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1600343133 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Project: Unicorn baseline
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1600958092 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1600343133 --- 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_v8.6.0-alpha/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc

pushNilSizeFunction localised to compileBlockBodies

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

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveGeneratorOrNil

numPushNilsFunction localised to scanBlock:

pushNilSizeFunction localised to compileBlockBodies

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

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveGeneratorOrNil

numPushNilsFunction localised to scanBlock:
25 September 2020 2:27:46.139022 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
25 September 2020 2:27:46.431514 pm
PharoVMMaker
Scanning dependencies of target PharoVMCore
[  7%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/functionDefinitionPrimitives.c.o
[  8%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/primitiveCalls.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/primitiveCalls.c: In function ‘primitiveReleaseParametersForCall’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/primitiveCalls.c:101:8: warning: variable ‘aReturnAddress’ set but not used [-Wunused-but-set-variable]
  sqInt aReturnAddress;
        ^
[  8%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/primitiveUtils.c.o
[  9%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/pThreadedFFI.c.o
[ 10%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/types.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/types.c: In function ‘fillBasicType’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/types.c:112:2: warning: ‘address’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  setHandler(aOop, address);
  ^
[ 10%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/typesPrimitives.c.o
[ 11%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/utils.c.o
[ 11%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/callbacks/callbackPrimitives.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/callbacks/callbackPrimitives.c: In function ‘primitiveRegisterCallback’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/callbacks/callbackPrimitives.c:101:11: warning: unused variable ‘handler’ [-Wunused-variable]
     void *handler;
           ^
[ 12%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/callbacks/callbacks.c.o
[ 12%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/sameThread/sameThread.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/sameThread/sameThread.c: In function ‘sameThreadCallbackEnter’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/sameThread/sameThread.c:53:8: warning: unused variable ‘flags’ [-Wunused-variable]
  sqInt flags;
        ^
[ 13%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/worker/worker.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/worker/worker.c: In function ‘worker_newSpawning’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/worker/worker.c:82:24: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
     worker->selfThread = NULL;
                        ^
[ 14%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/worker/workerPrimitives.c.o
[ 14%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/worker/workerTask.c.o
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/debug.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/debug.c: In function ‘logMessageFromErrno’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/debug.c:40:6: warning: unused variable ‘msgLength’ [-Wunused-variable]
  int msgLength;
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/debug.c: In function ‘getVersionInfo’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/debug.c:115:16: warning: unused variable ‘__cogitBuildInfo’ [-Wunused-variable]
   extern char *__cogitBuildInfo;
                ^
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:19:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/utils.c:1:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/utils.c: In function ‘isCFramePointerInUse’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/utils.c:405:2: note: in expansion of macro ‘assert’
  assert(CStackPointer < currentCSP);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/utils.c: At top level:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/utils.c:433:17: warning: ‘max’ defined but not used [-Wunused-function]
 static long int max(long int x, long int y) { return (x > y) ? x : y; }
                 ^
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/errorCode.c.o
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/nullDisplay.c:208:1: warning: ‘dropInit’ defined but not used [-Wunused-function]
 dropInit (void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/nullDisplay.c:215:1: warning: ‘dropShutdown’ defined but not used [-Wunused-function]
 dropShutdown (void)
 ^
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/externalPrimitives.c: In function ‘tryToLoadModuleInPath’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/externalPrimitives.c:62:9: warning: unused variable ‘i’ [-Wunused-variable]
     int i = 0;
         ^
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/client.c: In function ‘loadPharoImage’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/client.c:185:12: warning: variable ‘imageSize’ set but not used [-Wunused-but-set-variable]
     size_t imageSize = 0;
            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/client.c: In function ‘mainThread_schedule’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/client.c:235:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters.c.o
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/heartbeat.c:20:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/heartbeat.c: In function ‘ioInitHeartbeat’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/heartbeat.c:383:3: note: in expansion of macro ‘assert’
   assert(stateMachinePolicy != UNDEFINED);
   ^
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/generated/vm/src/cogit.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘cloneLiteralFrom’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2172:2: note: in expansion of macro ‘assert’
  assert((((existingLiteral->opcode)) == Literal)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘concretizeAt’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2193:2: note: in expansion of macro ‘assert’
  assert((((self_in_concretizeAt->maxSize)) == null)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘resolveJumpTarget’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2297:2: note: in expansion of macro ‘assert’
  assert(isJump(self_in_resolveJumpTarget));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2300:3: note: in expansion of macro ‘assert’
   assert(addressIsInInstructions((fixup->targetInstruction)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘concretizeArithCwR’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2406:2: note: in expansion of macro ‘assert’
  assert((((self_in_concretizeArithCwR->machineCode))[12]) > 144);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘sizePCDependentInstructionAt’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2565:2: note: in expansion of macro ‘assert’
  assert(isJump(self_in_sizePCDependentInstructionAt));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2602:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘gAndCqRR’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2664:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘addCogMethodsToHeapMap’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2726:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘addressIsInInstructions’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2741:29: warning: suggest parentheses around ‘-’ in operand of ‘&’ [-Wparentheses]
  return !((usqInt)(address) & BytesPerWord-1) \
                             ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘addressOfEndOfCaseinCPIC’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2757:2: note: in expansion of macro ‘assert’
  assert((n >= 1)
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘allMachineCodeObjectReferencesValid’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2805:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘allMethodsHaveCorrectHeader’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2823:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘assertSaneJumpTarget’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2861:2: note: in expansion of macro ‘assert’
  assert((closedPICSize == null)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘bytecodePCForstartBcpcin’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2938:2: note: in expansion of macro ‘assert’
  assert(((cogMethod->stackCheckOffset)) > 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2955:3: note: in expansion of macro ‘assert’
   assert(startbcpc == (startPCOfMethodHeader((homeMethod->methodHeader))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2958:3: note: in expansion of macro ‘assert’
   assert((annotation == IsAbsPCReference)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2980:3: note: in expansion of macro ‘assert’
   assert(bcpc == ((cogMethod->startpc)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2983:3: note: in expansion of macro ‘assert’
   assert(map != 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2985:3: note: in expansion of macro ‘assert’
   assert(((((usqInt) annotation) >> AnnotationShift) == HasBytecodePC)
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3075:55: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      && ((assert(((descriptor->spanFunction)) != null),
                                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3092:4: note: in expansion of macro ‘assert’
    assert(((((usqInt) mapByte) >> AnnotationShift) == IsDisplacementX2N)
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘callCogCodePopReceiver’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3176:7: warning: statement with no effect [-Wunused-value]
  error("what??");
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘ceCPICMissreceiver’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3216:2: note: in expansion of macro ‘assert’
  assert(!(((inlineCacheTagAt(backEnd, outerReturn)) == (picAbortDiscriminatorValue()))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3240:5: note: in expansion of macro ‘assert’
     assert(isOopCompiledMethod(methodOrSelectorIndex));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3262:2: note: in expansion of macro ‘assert’
  assert(outerReturn == (stackTop()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3270:3: note: in expansion of macro ‘assert’
   assert(!result);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3209:11: warning: variable ‘result’ set but not used [-Wunused-but-set-variable]
     sqInt result;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘ceSICMiss’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3329:2: note: in expansion of macro ‘assert’
  assert(((outerReturn >= methodZoneBase) && (outerReturn <= (freeStart()))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3331:2: note: in expansion of macro ‘assert’
  assert(((targetMethod->selector)) != (nilObject()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3332:2: note: in expansion of macro ‘assert’
  assert(((((sqInt)targetMethod)) + cmEntryOffset) == entryPoint);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3355:4: note: in expansion of macro ‘assert’
    assert(isOopCompiledMethod(methodOrSelectorIndex));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3373:2: note: in expansion of macro ‘assert’
  assert(outerReturn == (stackTop()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3381:3: note: in expansion of macro ‘assert’
   assert(!result);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2091:55: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(me,startAddress,endAddress) 0
                                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3399:3: note: in expansion of macro ‘flushICacheFromto’
   flushICacheFromto(processor, ((usqInt)pic), (((usqInt)pic)) + closedPICSize);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2091:55: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(me,startAddress,endAddress) 0
                                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3404:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(processor, (((usqInt)outerReturn)) - extent, ((usqInt)outerReturn));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3319:11: warning: variable ‘result’ set but not used [-Wunused-but-set-variable]
     sqInt result;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3313:11: warning: variable ‘extent’ set but not used [-Wunused-but-set-variable]
     sqInt extent;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3311:11: warning: variable ‘entryPoint’ set but not used [-Wunused-but-set-variable]
     sqInt entryPoint;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘checkAssertsEnabledInCogit’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3416:2: note: in expansion of macro ‘assert’
  assert(assertsAreEnabledInCogit);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3413:11: warning: variable ‘assertsAreEnabledInCogit’ set but not used [-Wunused-but-set-variable]
     sqInt assertsAreEnabledInCogit;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘checkIfValidOopRefAndTargetpccogMethod’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3520:7: note: in expansion of macro ‘assert’
       assert(annotation == IsSuperSend);
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3432:12: warning: variable ‘sendTable1’ set but not used [-Wunused-but-set-variable]
     sqInt *sendTable1;
            ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘checkIfValidOopRefpccogMethod’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3585:7: note: in expansion of macro ‘assert’
       assert(annotation == IsSuperSend);
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3550:12: warning: variable ‘sendTable’ set but not used [-Wunused-but-set-variable]
     sqInt *sendTable;
            ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘checkIntegrityOfObjectReferencesInCode’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3656:5: note: in expansion of macro ‘assert’
     assert(((cogMethod->objectHeader)) == (nullHeaderForMachineCodeMethod()));
     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3699:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘cleanUpFailingCogCodeConstituents’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3768:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘cogCodeConstituents’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3892:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3941:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘cogExtendPICCaseNMethodtagisMNUCase’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3979:2: note: in expansion of macro ‘assert’
  assert(!(inlineCacheTagIsYoung(caseNTag)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3980:2: note: in expansion of macro ‘assert’
  assert((caseNMethod != null)
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2091:55: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(me,startAddress,endAddress) 0
                                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4008:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(processor, ((usqInt)cPIC), (((usqInt)cPIC)) + closedPICSize);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘cogFullBlockMethodnumCopied’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4027:2: note: in expansion of macro ‘assert’
  assert(!((methodHasCogMethod(aMethodObj))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4028:2: note: in expansion of macro ‘assert’
  assert(isOopCompiledMethod(ultimateLiteralOf(aMethodObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘cogitPostGCAction’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4065:2: note: in expansion of macro ‘assert’
  assert(allMethodsHaveCorrectHeader());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4066:2: note: in expansion of macro ‘assert’
  assert(((gcMode & (GCModeFull + GCModeNewSpace)) == 0)
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘cogMethodDoesntLookKosher’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4109: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:754: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_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘cogMNUPICSelectorreceivermethodOperandnumArgs’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4154:2: note: in expansion of macro ‘assert’
  assert(endCPICCase0 != null);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4164:2: note: in expansion of macro ‘assert’
  assert(!(isYoung(selector)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4178:2: note: in expansion of macro ‘assert’
  assert(((pic->cmType)) == CMClosedPIC);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4179:2: note: in expansion of macro ‘assert’
  assert(((pic->selector)) == selector);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4180:2: note: in expansion of macro ‘assert’
  assert(((pic->cmNumArgs)) == numArgs);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4181:2: note: in expansion of macro ‘assert’
  assert(((pic->cPICNumCases)) == 1);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4182:2: note: in expansion of macro ‘assert’
  assert((callTargetFromReturnAddress(backEnd, (((sqInt)pic)) + missOffset)) == (picAbortTrampolineFor(numArgs)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4183:2: note: in expansion of macro ‘assert’
  assert(closedPICSize == (roundUpLength(closedPICSize)));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2091:55: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(me,startAddress,endAddress) 0
                                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4184:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(processor, ((usqInt)pic), (((usqInt)pic)) + closedPICSize);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘cogOpenPICSelectornumArgs’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4228:2: note: in expansion of macro ‘assert’
  assert((((entry->address)) - startAddress) == cmEntryOffset);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4229:2: note: in expansion of macro ‘assert’
  assert(((roundUpLength((sizeof(CogMethod)) + codeSize)) + (roundUpLength(mapSize))) <= openPICSize);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4248:2: note: in expansion of macro ‘assert’
  assert(((pic->cmType)) == CMOpenPIC);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4249:2: note: in expansion of macro ‘assert’
  assert(((pic->selector)) == selector);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4250:2: note: in expansion of macro ‘assert’
  assert(((pic->cmNumArgs)) == numArgs);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4251:2: note: in expansion of macro ‘assert’
  assert((callTargetFromReturnAddress(backEnd, (((sqInt)pic)) + missOffset)) == (picAbortTrampolineFor(numArgs)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4252:2: note: in expansion of macro ‘assert’
  assert(openPICSize == (roundUpLength(openPICSize)));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2091:55: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(me,startAddress,endAddress) 0
                                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4253:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(processor, ((usqInt)pic), (((usqInt)pic)) + openPICSize);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4202:11: warning: variable ‘mapSize’ set but not used [-Wunused-but-set-variable]
     sqInt mapSize;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4200:11: warning: variable ‘end’ set but not used [-Wunused-but-set-variable]
     sqInt end;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4199:11: warning: variable ‘codeSize’ set but not used [-Wunused-but-set-variable]
     sqInt codeSize;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘cogPICSelectornumArgsCase0MethodCase1MethodtagisMNUCase’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4286:2: note: in expansion of macro ‘assert’
  assert(!(isYoung(selector)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4300:2: note: in expansion of macro ‘assert’
  assert(((pic->cmType)) == CMClosedPIC);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4301:2: note: in expansion of macro ‘assert’
  assert(((pic->selector)) == selector);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4302:2: note: in expansion of macro ‘assert’
  assert(((pic->cmNumArgs)) == numArgs);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4303:2: note: in expansion of macro ‘assert’
  assert(((pic->cPICNumCases)) == 2);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4304:2: note: in expansion of macro ‘assert’
  assert((callTargetFromReturnAddress(backEnd, (((sqInt)pic)) + missOffset)) == (picAbortTrampolineFor(numArgs)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4305:2: note: in expansion of macro ‘assert’
  assert(closedPICSize == (roundUpLength(closedPICSize)));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2091:55: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(me,startAddress,endAddress) 0
                                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4306:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(processor, ((usqInt)pic), (((usqInt)pic)) + closedPICSize);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘cogselector’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4326:2: note: in expansion of macro ‘assert’
  assert(!((methodHasCogMethod(aMethodObj))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4327:2: note: in expansion of macro ‘assert’
  assert(!((isOopCompiledMethod(ultimateLiteralOf(aMethodObj)))));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘collectCogConstituentForAnnotationMcpcBcpcMethod’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4379: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/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_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4412:7: note: in expansion of macro ‘assert’
       assert(annotation == IsSuperSend);
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4420: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2478:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheTagAt(AbstractInstruction * self_in_inlineCacheTagAt, sqInt callSiteReturnAddress)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4370:12: warning: variable ‘sendTable1’ set but not used [-Wunused-but-set-variable]
     sqInt *sendTable1;
            ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘collectCogMethodConstituent’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4492:2: note: in expansion of macro ‘assert’
  assert(((cogBlockMethod->stackCheckOffset)) > 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4510:3: note: in expansion of macro ‘assert’
   assert(startbcpc == (startPCOfMethodHeader((homeMethod->methodHeader))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4513:3: note: in expansion of macro ‘assert’
   assert((annotation == IsAbsPCReference)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4535:3: note: in expansion of macro ‘assert’
   assert(bcpc == ((cogBlockMethod->startpc)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4538:3: note: in expansion of macro ‘assert’
   assert(map != 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4540:3: note: in expansion of macro ‘assert’
   assert(((((usqInt) annotation) >> AnnotationShift) == HasBytecodePC)
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4632:55: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      && ((assert(((descriptor->spanFunction)) != null),
                                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4650:4: note: in expansion of macro ‘assert’
    assert(((((usqInt) mapByte) >> AnnotationShift) == IsDisplacementX2N)
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘compactCogCompiledCode’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4674:2: note: in expansion of macro ‘assert’
  assert(noCogMethodsMaximallyMarked());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4682:2: note: in expansion of macro ‘assert’
  assert(allMethodsHaveCorrectHeader());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4683:2: note: in expansion of macro ‘assert’
  assert(kosherYoungReferrers());
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2091:55: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(me,startAddress,endAddress) 0
                                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4685:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(processor, ((usqInt)methodZoneBase), ((usqInt)(youngReferrers())));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘compactPICsWithFreedTargets’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4702:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4705:2: note: in expansion of macro ‘assert’
  assert(count == (numMethods()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘compileBlockDispatchFromto’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4749:2: note: in expansion of macro ‘assert’
  assert(((halfWay >= lowBlockStartIndex) && (halfWay <= highBlockStartIndex)));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4741:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4737:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘compileBlockEntry’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4815:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘compileCallFornumArgsargargargargresultRegregsToSave’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4884:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4900:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4916:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4932:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4947:2: note: in expansion of macro ‘assert’
  assert(numArgs <= 4);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4948:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4957:2: note: in expansion of macro ‘assert’
  assert(numArgs <= 4);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4851:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4850:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4847:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4846:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4845:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4844:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4843:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4842:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘compileEntireFullBlockMethod’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4991:2: note: in expansion of macro ‘assert’
  assert(blockCount == 0);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘computeEntryOffsets’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:49: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                                 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5159:25: note: in expansion of macro ‘roundUpLength’
  if (entryPointMask >= (roundUpLength(1))) {
                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5160:8: warning: statement with no effect [-Wunused-value]
   error("cannot differentiate checked and unchecked entry-points with current cog method alignment");
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5164:2: note: in expansion of macro ‘assert’
  assert(checkedEntryAlignment != uncheckedEntryAlignment);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘configureCPICCase0Case1MethodtagisMNUCasenumArgsdelta’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5251:2: note: in expansion of macro ‘assert’
  assert(case1Method != null);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5253:2: note: in expansion of macro ‘assert’
  assert(!(inlineCacheTagIsYoung(case1Tag)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5279:2: note: in expansion of macro ‘assert’
  assert((((byteAt(pc - 6)) == 141)
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5283:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5248:11: warning: variable ‘pc’ set but not used [-Wunused-but-set-variable]
     sqInt pc;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘configureMNUCPICmethodOperandnumArgsdelta’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5328:2: note: in expansion of macro ‘assert’
  assert((((byteAt(pc - 6)) == 141)
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5332:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5307:11: warning: variable ‘pc’ set but not used [-Wunused-but-set-variable]
     sqInt pc;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘cPICCompactAndIsNowEmpty’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5375:4: note: in expansion of macro ‘assert’
    assert((((targetMethod->cmType)) == CMMethod)
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘cPICHasFreedTargets’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5465:4: note: in expansion of macro ‘assert’
    assert((((targetMethod->cmType)) == CMMethod)
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘createCPICData’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5533:2: note: in expansion of macro ‘assert’
  assert((((cPIC->methodObject)) == 0)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5562:4: note: in expansion of macro ‘assert’
    assert(((targetMethod->cmType)) == CMMethod);
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘enterCogCodePopReceiver’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5682:7: warning: statement with no effect [-Wunused-value]
  error("what??");
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘fillInBlockHeadersAt’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5821:3: note: in expansion of macro ‘assert’
   assert(blockNoContextSwitchOffset == (((blockEntryLabel->address)) - ((blockEntryNoContextSwitch->address))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘fillInMethodHeadersizeselector’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5855:3: note: in expansion of macro ‘assert’
   assert(((originalMethod->blockSize)) == size);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5856:3: note: in expansion of macro ‘assert’
   assert(methodHeader == ((originalMethod->methodHeader)));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5876:9: warning: statement with no effect [-Wunused-value]
    error("too much code for stack check offset");
         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5882:2: note: in expansion of macro ‘assert’
  assert((callTargetFromReturnAddress(backEnd, (((sqInt)method)) + missOffset)) == (methodAbortTrampolineFor((method->cmNumArgs))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5883:2: note: in expansion of macro ‘assert’
  assert(size == (roundUpLength(size)));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2091:55: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(me,startAddress,endAddress) 0
                                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5884:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(processor, ((usqInt)method), (((usqInt)method)) + size);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5842:16: warning: variable ‘originalMethod’ set but not used [-Wunused-but-set-variable]
     CogMethod *originalMethod;
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘findMapLocationForMcpcinMethod’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5936:4: note: in expansion of macro ‘assert’
    assert(mcpc == targetMcpc);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5941:5: note: in expansion of macro ‘assert’
     assert(annotation > IsAnnotationExtension);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘findMethodForStartBcpcinHomeMethod’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5962:2: note: in expansion of macro ‘assert’
  assert(((cogMethod->cmType)) == CMMethod);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5966:2: note: in expansion of macro ‘assert’
  assert(((cogMethod->blockEntryOffset)) != 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘followForwardedLiteralsIn’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6028:2: note: in expansion of macro ‘assert’
  assert((((cogMethod->cmType)) != CMMethod)
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘followForwardedMethods’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6091:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘freeUnmarkedMachineCode’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6187:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genCheckForInterruptsTrampoline’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6219:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genEnilopmartForandandforCallcalled’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6282:2: note: in expansion of macro ‘assert’
  assert((methodZoneBase + size) == endAddress);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6263:11: warning: variable ‘size’ set but not used [-Wunused-but-set-variable]
     sqInt size;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6259:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘generateCaptureCStackPointers’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2091:55: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(me,startAddress,endAddress) 0
                                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6383:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(processor, ((usqInt)startAddress), ((usqInt)methodZoneBase));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6339:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6338:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6337:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6336:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘generateClosedPICPrototype’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6474:2: note: in expansion of macro ‘assert’
  assert((methodZoneBase + closedPICSize) == endAddress);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6479:18: note: in expansion of macro ‘roundUpLength’
  closedPICSize = roundUpLength(closedPICSize);
                  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6480:2: note: in expansion of macro ‘assert’
  assert(((picInterpretAbort->address)) == (((methodLabel->address)) + (picInterpretAbortOffset())));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6481:2: note: in expansion of macro ‘assert’
  assert((expectedClosedPICPrototype(cPIC)) == 0);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6489:16: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
  cPICPrototype = cPIC;
                ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6412:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6401:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6400:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6399:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6398:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘generateCogFullBlock’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6517:14: note: in expansion of macro ‘roundUpLength’
  totalSize = roundUpLength((headerSize + codeSize) + mapSize);
              ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6525:2: note: in expansion of macro ‘assert’
  assert((startAddress + cbEntryOffset) == ((fullBlockEntry->address)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6526:2: note: in expansion of macro ‘assert’
  assert((startAddress + cbNoSwitchEntryOffset) == ((fullBlockNoContextSwitchEntry->address)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6528:2: note: in expansion of macro ‘assert’
  assert(((startAddress + headerSize) + codeSize) == result);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6531:2: note: in expansion of macro ‘flag’
  flag("TOCHECK");
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘generateCogMethod’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6566:14: note: in expansion of macro ‘roundUpLength’
  totalSize = roundUpLength((headerSize + codeSize) + mapSize);
              ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6574:2: note: in expansion of macro ‘assert’
  assert((startAddress + cmEntryOffset) == ((entry->address)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6575:2: note: in expansion of macro ‘assert’
  assert((startAddress + cmNoCheckEntryOffset) == ((noCheckEntry->address)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6577:2: note: in expansion of macro ‘assert’
  assert(((startAddress + headerSize) + codeSize) == result);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘generateMapAtstart’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6625:5: note: in expansion of macro ‘assert’
     assert((((usqInt) maxDelta) >> AnnotationShift) <= DisplacementMask);
     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘generateOpenPICPrototype’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6702:17: note: in expansion of macro ‘roundUpLength’
  openPICSize = (roundUpLength((sizeof(CogMethod)) + codeSize)) + (roundUpLength(mapSize));
                 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6702:67: note: in expansion of macro ‘roundUpLength’
  openPICSize = (roundUpLength((sizeof(CogMethod)) + codeSize)) + (roundUpLength(mapSize));
                                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘generateStackPointerCapture’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:130:3: note: in expansion of macro ‘assert’
   assert((getfp() & STACK_ALIGN_MASK) == STACK_FP_ALIGNMENT);  \
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6751:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:131:2: note: in expansion of macro ‘assert’
  assert((getsp() & STACK_ALIGN_MASK) == 0); \
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6751:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:130:3: note: in expansion of macro ‘assert’
   assert((getfp() & STACK_ALIGN_MASK) == STACK_FP_ALIGNMENT);  \
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6761:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:131:2: note: in expansion of macro ‘assert’
  assert((getsp() & STACK_ALIGN_MASK) == 0); \
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6761:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘generateTrampolines’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2091:55: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(me,startAddress,endAddress) 0
                                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6799:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(processor, ((usqInt)methodZoneStart), ((usqInt)methodZoneBase));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘generateVMOwnerLockFunctions’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6808:11: warning: unused variable ‘startAddress’ [-Wunused-variable]
     sqInt startAddress;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6807:11: warning: unused variable ‘opcodeSize’ [-Wunused-variable]
     sqInt opcodeSize;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6806:11: warning: unused variable ‘fixupSize’ [-Wunused-variable]
     sqInt fixupSize;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genGetLeafCallStackPointer’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6851:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genInnerPICAbortTrampoline’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6902:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genLoadCStackPointersForPrimCall’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6923:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6922:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6921:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6920:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genLoadInlineCacheWithSelector’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6980:2: note: in expansion of macro ‘assert’
  assert((selectorIndex < 0
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6977:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genNonLocalReturnTrampoline’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6993:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘gen’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7164:2: note: in expansion of macro ‘assert’
  assert(opcodeIndex < numAbstractOpcodes);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genoperand’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7180:2: note: in expansion of macro ‘assert’
  assert(opcodeIndex < numAbstractOpcodes);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genoperandoperand’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7197:2: note: in expansion of macro ‘assert’
  assert(opcodeIndex < numAbstractOpcodes);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genoperandoperandoperand’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7215:2: note: in expansion of macro ‘assert’
  assert(opcodeIndex < numAbstractOpcodes);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘incrementUsageOfTargetIfLinkedSendmcpcignored’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7245:3: note: in expansion of macro ‘assert’
   assert(annotation != IsNSSendCall);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7266:7: note: in expansion of macro ‘assert’
       assert(annotation == IsSuperSend);
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7241:12: warning: variable ‘sendTable1’ set but not used [-Wunused-but-set-variable]
     sqInt *sendTable1;
            ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘indexForSelectorinat’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7295:2: note: in expansion of macro ‘assert’
  assert(((((usqInt)mcpc)) > (((usqInt)cogMethod)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7307:4: note: in expansion of macro ‘assert’
    assert(selector == (literalofMethod(i - 1, methodOop)));
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7311:7: warning: statement with no effect [-Wunused-value]
  error("could not find selector in method when unlinking send site");
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘initializeBackend’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7333:2: note: in expansion of macro ‘assert’
  assert(((registerMaskFor(VarBaseReg)) & CallerSavedRegisterMask) == 0);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘inverseBranchFor’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7462:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7464:7: warning: statement with no effect [-Wunused-value]
  error("invalid opcode for inverse");
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘lastOpcode’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7573:2: note: in expansion of macro ‘assert’
  assert(opcodeIndex > 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘linkSendAtintooffsetreceiver’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7585:2: note: in expansion of macro ‘assert’
  assert((theEntryOffset == cmEntryOffset)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7587:2: note: in expansion of macro ‘assert’
  assert(((callSiteReturnAddress >= methodZoneBase) && (callSiteReturnAddress <= (freeStart()))));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2091:55: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(me,startAddress,endAddress) 0
                                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7593:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(processor, (((usqInt)callSiteReturnAddress)) - extent, ((usqInt)callSiteReturnAddress));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7582:11: warning: variable ‘extent’ set but not used [-Wunused-but-set-variable]
     sqInt extent;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘mapEndFor’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7660:3: note: in expansion of macro ‘assert’
   assert(end > (firstMappedPCFor(cogMethod)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘mapObjectReferencesInMachineCodeForBecome’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7793:3: note: in expansion of macro ‘assert’
   assert(!hasYoungObj);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7795:4: note: in expansion of macro ‘assert’
    assert((cogMethodDoesntLookKosher(cogMethod)) == 0);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7809:6: note: in expansion of macro ‘assert’
      assert(((cogMethod->objectHeader)) == (nullHeaderForMachineCodeMethod()));
      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7813:13: warning: statement with no effect [-Wunused-value]
        error("attempt to become two cogged methods");
             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7816:13: warning: statement with no effect [-Wunused-value]
        error("attempt to become cogged method into different method");
             ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7825:8: note: in expansion of macro ‘assert’
        assert((noAssertMethodClassAssociationOf((cogMethod->methodObject))) == (nilObject()));
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7872:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2091:55: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(me,startAddress,endAddress) 0
                                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7881:3: note: in expansion of macro ‘flushICacheFromto’
   flushICacheFromto(processor, ((usqInt)codeBase), ((usqInt)(limitZony())));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7784:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘mapObjectReferencesInMachineCodeForFullGC’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7906:4: note: in expansion of macro ‘assert’
    assert((cogMethodDoesntLookKosher(cogMethod)) == 0);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7909:5: note: in expansion of macro ‘assert’
     assert(!((cogMethod->cmRefersToYoung)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7914:6: note: in expansion of macro ‘assert’
      assert(((cogMethod->objectHeader)) == (nullHeaderForMachineCodeMethod()));
      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7948:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2091:55: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(me,startAddress,endAddress) 0
                                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7954:3: note: in expansion of macro ‘flushICacheFromto’
   flushICacheFromto(processor, ((usqInt)codeBase), ((usqInt)(limitZony())));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘mapObjectReferencesInMachineCodeForYoungGC’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7988:3: note: in expansion of macro ‘assert’
   assert(!hasYoungObj);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7991:4: note: in expansion of macro ‘assert’
    assert(!((cogMethod->cmRefersToYoung)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7994:4: note: in expansion of macro ‘assert’
    assert((cogMethodDoesntLookKosher(cogMethod)) == 0);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7996:5: note: in expansion of macro ‘assert’
     assert((((cogMethod->cmType)) == CMMethod)
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8003:6: note: in expansion of macro ‘assert’
      assert(((cogMethod->objectHeader)) == (nullHeaderForMachineCodeMethod()));
      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2091:55: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(me,startAddress,endAddress) 0
                                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8052:3: note: in expansion of macro ‘flushICacheFromto’
   flushICacheFromto(processor, ((usqInt)methodZoneBase), ((usqInt)(limitZony())));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7980:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘mapObjectReferencesInMachineCode’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8075:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8078:8: warning: statement with no effect [-Wunused-value]
   error("youngReferrers list overflowed");
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘markAndTraceMachineCodeOfMarkedMethods’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8117:4: note: in expansion of macro ‘assert’
    assert(((((cogMethod->cmType)) == CMMethod)
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8158:4: note: in expansion of macro ‘assert’
    assert(((((cogMethod->cmType)) == CMMethod)
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8195:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2091:55: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(me,startAddress,endAddress) 0
                                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8203:3: note: in expansion of macro ‘flushICacheFromto’
   flushICacheFromto(processor, ((usqInt)methodZoneBase), ((usqInt)(limitZony())));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8103:11: warning: variable ‘val1’ set but not used [-Wunused-but-set-variable]
     sqInt val1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8102:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘markAndTraceOrFreeCogMethodfirstVisit’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8254:2: note: in expansion of macro ‘assert’
  assert((cogMethodDoesntLookKosher(cogMethod)) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8262:4: note: in expansion of macro ‘assert’
    assert(((cogMethod->cmType)) == CMMethod);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8263:4: note: in expansion of macro ‘assert’
    assert(isMarked((cogMethod->methodObject)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8312:2: note: in expansion of macro ‘assert’
  assert((((cogMethod->cmType)) == CMMethod)
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8248:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘markAndTraceOrFreePICTargetin’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8329:2: note: in expansion of macro ‘assert’
  assert((entryPoint > methodZoneBase)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8336:2: note: in expansion of macro ‘assert’
  assert((((targetMethod->cmType)) == CMMethod)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘markLiteralsAndUnlinkIfUnmarkedSendpcmethod’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8401:7: note: in expansion of macro ‘assert’
       assert(annotation == IsSuperSend);
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8415: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7396:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8359:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘markLiteralspcmethod’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8436:11: warning: variable ‘entryPoint1’ set but not used [-Wunused-but-set-variable]
     sqInt entryPoint1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8435:12: warning: variable ‘cacheTag1’ set but not used [-Wunused-but-set-variable]
     usqInt cacheTag1;
            ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘markMethodAndReferents’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8475:2: note: in expansion of macro ‘assert’
  assert((((aCogMethod->cmType)) == CMMethod)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘mcPCForBackwardBranchstartBcpcin’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8588:2: note: in expansion of macro ‘assert’
  assert(((cogMethod->stackCheckOffset)) > 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8608:3: note: in expansion of macro ‘assert’
   assert(startbcpc == (startPCOfMethodHeader((homeMethod->methodHeader))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8611:3: note: in expansion of macro ‘assert’
   assert((annotation == IsAbsPCReference)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8633:3: note: in expansion of macro ‘assert’
   assert(bcpc1 == ((cogMethod->startpc)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8636:3: note: in expansion of macro ‘assert’
   assert(map != 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8638:3: note: in expansion of macro ‘assert’
   assert(((((usqInt) annotation) >> AnnotationShift) == HasBytecodePC)
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8728:55: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      && ((assert(((descriptor->spanFunction)) != null),
                                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8745:4: note: in expansion of macro ‘assert’
    assert(((((usqInt) mapByte) >> AnnotationShift) == IsDisplacementX2N)
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘noCogMethodsMaximallyMarked’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8860:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘outputInstructionsAt’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8890:3: note: in expansion of macro ‘assert’
   assert(((abstractInstruction->address)) == absoluteAddress);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘outputInstructionsForGeneratedRuntimeAt’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8916:2: note: in expansion of macro ‘assert’
  assert((startAddress + size) == endAddress);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8910:11: warning: variable ‘size’ set but not used [-Wunused-but-set-variable]
     sqInt size;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘patchToOpenPICFornumArgsreceiver’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2091:55: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(me,startAddress,endAddress) 0
                                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8970:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(processor, (((usqInt)outerReturn)) - extent, ((usqInt)outerReturn));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2091:55: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(me,startAddress,endAddress) 0
                                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8971:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(processor, ((usqInt)oPIC), (((usqInt)oPIC)) + openPICSize);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8948:11: warning: variable ‘extent’ set but not used [-Wunused-but-set-variable]
     sqInt extent;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘recordRunTimeObjectReferences’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9079:4: note: in expansion of macro ‘assert’
    assert(runtimeObjectRefIndex < NumObjRefsInRuntime);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9080:4: note: in expansion of macro ‘assert’
    assert(!hasYoungReferent);
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9082:10: warning: statement with no effect [-Wunused-value]
     error("attempt to generate run-time routine containing young object reference.  Cannot initialize Cogit run-time.");
          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘relocateCallsAndSelfReferencesInMethod’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9118:2: note: in expansion of macro ‘assert’
  assert((((cogMethod->cmType)) == CMMethod)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9120:2: note: in expansion of macro ‘assert’
  assert((callTargetFromReturnAddress(backEnd, (((sqInt)cogMethod)) + missOffset)) == ((((cogMethod->cmType)) == CMMethod
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘relocateCallsInClosedPIC’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9169:2: note: in expansion of macro ‘assert’
  assert((callTargetFromReturnAddress(backEnd, (((sqInt)cPIC)) + missOffset)) == (picAbortTrampolineFor((cPIC->cmNumArgs))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9188:4: note: in expansion of macro ‘assert’
    assert(((targetMethod->cmType)) == CMMethod);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9197:2: note: in expansion of macro ‘assert’
  assert(((cPIC->cPICNumCases)) > 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9200:2: note: in expansion of macro ‘assert’
  assert((((byteAt(pc1 - 6)) == 141)
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9204:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9163:11: warning: variable ‘pc1’ set but not used [-Wunused-but-set-variable]
     sqInt pc1;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘relocateIfCallOrMethodReferencemcpcdelta’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9244:6: note: in expansion of macro ‘assert’
      assert(annotation == IsSuperSend);
      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9259: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7289:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 indexForSelectorinat(sqInt selector, CogMethod *cogMethod, sqInt mcpc)
 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9267:3: note: in expansion of macro ‘assert’
   assert((((byteAt((((sqInt)mcpc)) - 6)) == 141)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘remapIfObjectRefpchasYoung’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9351:8: note: in expansion of macro ‘assert’
        assert(annotation == IsSuperSend);
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9285:12: warning: variable ‘sendTable1’ set but not used [-Wunused-but-set-variable]
     sqInt *sendTable1;
            ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘setSelectorOfto’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9465:2: note: in expansion of macro ‘assert’
  assert(((cogMethod->cmType)) == CMMethod);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘spanForCleanBlockStartingAt’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9490:7: warning: statement with no effect [-Wunused-value]
  error("couldn't locate end of clean block");
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘trampolineArgConstant’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9540:2: note: in expansion of macro ‘assert’
  assert(booleanOrInteger >= 0);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘unlinkAllSends’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9653:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2091:55: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(me,startAddress,endAddress) 0
                                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9655:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(processor, ((usqInt)methodZoneBase), ((usqInt)(limitZony())));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘unlinkIfFreeOrLinkedSendpcof’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9689:7: note: in expansion of macro ‘assert’
       assert(annotation == IsSuperSend);
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9700: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7396:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘unlinkIfInvalidClassSendpcignored’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9739:7: note: in expansion of macro ‘assert’
       assert(annotation == IsSuperSend);
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9752: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7396:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘unlinkIfLinkedSendToFreepcignored’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9792:7: note: in expansion of macro ‘assert’
       assert(annotation == IsSuperSend);
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9802: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7396:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘unlinkIfLinkedSendpcignored’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9841:7: note: in expansion of macro ‘assert’
       assert(annotation == IsSuperSend);
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9850: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7396:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘unlinkIfLinkedSendpcto’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9888:7: note: in expansion of macro ‘assert’
       assert(annotation == IsSuperSend);
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9898: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7396:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘unlinkSendsLinkedForInvalidClasses’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9967:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2091:55: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(me,startAddress,endAddress) 0
                                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9976:4: note: in expansion of macro ‘flushICacheFromto’
    flushICacheFromto(processor, ((usqInt)methodZoneBase), ((usqInt)(limitZony())));
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘unlinkSendsOfisMNUSelector’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10010:6: note: in expansion of macro ‘assert’
      assert(((cogMethod->cmType)) == CMClosedPIC);
      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10023:32: note: in expansion of macro ‘roundUpLength’
    cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                                ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10035:32: note: in expansion of macro ‘roundUpLength’
    cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                                ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10075:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2091:55: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(me,startAddress,endAddress) 0
                                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10080:3: note: in expansion of macro ‘flushICacheFromto’
   flushICacheFromto(processor, ((usqInt)methodZoneBase), ((usqInt)(limitZony())));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘unlinkSendsToFree’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10137:5: note: in expansion of macro ‘assert’
     assert(noTargetsFreeInClosedPIC(cogMethod));
     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10140:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2091:55: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(me,startAddress,endAddress) 0
                                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10145:3: note: in expansion of macro ‘flushICacheFromto’
   flushICacheFromto(processor, ((usqInt)methodZoneBase), ((usqInt)(limitZony())));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘unlinkSendsToandFreeIf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10216:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2091:55: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(me,startAddress,endAddress) 0
                                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10228:4: note: in expansion of macro ‘flushICacheFromto’
    flushICacheFromto(processor, ((usqInt)methodZoneBase), ((usqInt)(limitZony())));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘addAllToYoungReferrers’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10282:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘addToOpenPICList’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10290:2: note: in expansion of macro ‘assert’
  assert(((anOpenPIC->cmType)) == CMOpenPIC);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10291:2: note: in expansion of macro ‘assert’
  assert((openPICList == null)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘addToYoungReferrers’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10301:2: note: in expansion of macro ‘assert’
  assert(youngReferrers <= limitAddress);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10302:2: note: in expansion of macro ‘assert’
  assert((occurrencesInYoungReferrers(cogMethod)) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10303:2: note: in expansion of macro ‘assert’
  assert((cogMethod->cmRefersToYoung));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10304:2: note: in expansion of macro ‘assert’
  assert((youngReferrers <= limitAddress)
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10307:8: warning: statement with no effect [-Wunused-value]
   error("no room on youngReferrers list");
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘clearCogCompiledCode’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10344:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘compactCompiledCode’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10365:3: note: in expansion of macro ‘assert’
   assert((cogMethodDoesntLookKosher(source)) == 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10374:28: note: in expansion of macro ‘roundUpLength’
   source = ((CogMethod *) (roundUpLength((((sqInt)source)) + ((source->blockSize)))));
                            ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10382:3: note: in expansion of macro ‘assert’
   assert((maybeFreeCogMethodDoesntLookKosher(source)) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10396:6: note: in expansion of macro ‘assert’
      assert((noAssertMethodClassAssociationOf((dest->methodObject))) == (nilObject()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘ensureInYoungReferrers’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10421:3: note: in expansion of macro ‘assert’
   assert((occurrencesInYoungReferrers(cogMethod)) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘freeMethod’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10444:2: note: in expansion of macro ‘assert’
  assert(((cogMethod->cmType)) != CMFree);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10445:2: note: in expansion of macro ‘assert’
  assert((cogMethodDoesntLookKosher(cogMethod)) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10454:4: note: in expansion of macro ‘assert’
    assert((noAssertMethodClassAssociationOf((cogMethod->methodObject))) == (nilObject()));
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘freeOlderMethodsForCompaction’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10497:32: note: in expansion of macro ‘roundUpLength’
    cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                                ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘methodFor’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10553:32: note: in expansion of macro ‘roundUpLength’
   nextMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                                ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘methodsCompiledToMachineCodeInto’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10581:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘numMethodsOfType’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10607:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘occurrencesInYoungReferrers’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10619:2: note: in expansion of macro ‘assert’
  assert(youngReferrers <= limitAddress);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘planCompaction’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10678:4: note: in expansion of macro ‘assert’
    assert((cogMethodDoesntLookKosher(cogMethod)) == 0);
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10682:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘printCogMethods’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10720:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘printCogMethodsOfType’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10751:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘printCogMethodsWithMethod’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10768:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘printCogMethodsWithPrimitive’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10785:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘printCogMethodsWithSelector’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10802:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘pruneYoungReferrers’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10856:2: note: in expansion of macro ‘assert’
  assert(youngReferrers <= limitAddress);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10867:2: note: in expansion of macro ‘assert’
  assert(dest >= youngReferrers);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10871:4: note: in expansion of macro ‘assert’
    assert(source < (dest - BytesPerWord));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10877:2: note: in expansion of macro ‘assert’
  assert(kosherYoungReferrers());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘relocateAndPruneYoungReferrers’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10890:2: note: in expansion of macro ‘assert’
  assert(youngReferrers <= limitAddress);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10905:2: note: in expansion of macro ‘assert’
  assert(dest >= youngReferrers);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10911:4: note: in expansion of macro ‘assert’
    assert(source < (dest - BytesPerWord));
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘relocateMethodsPreCompaction’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2088:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10949:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘removeFromOpenPICList’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10961:2: note: in expansion of macro ‘assert’
  assert(((anOpenPIC->cmType)) == CMOpenPIC);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10965:2: note: in expansion of macro ‘assert’
  assert((((openPICList->cmType)) == CMOpenPIC)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10977:3: note: in expansion of macro ‘assert’
   assert((prevPIC != null)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘voidYoungReferrersPostTenureAll’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11002:2: note: in expansion of macro ‘assert’
  assert(youngReferrers <= limitAddress);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genGetMethodHeaderOfintoscratch’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11074:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11072:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11071:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genLoadSlotsourceRegdestReg’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11094:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11093:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveAdd’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11113:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveBitAnd’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11173:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveBitOr’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11200:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveBitShift’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11269:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11258:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11257:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11256:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11255:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveBitXor’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11338:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveClass’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11370:3: note: in expansion of macro ‘assert’
   assert(0 < (numRegArgs()));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11361:11: warning: variable ‘reg1’ set but not used [-Wunused-but-set-variable]
     sqInt reg1;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveDiv’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11407:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11395:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11394:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11393:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11392:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveDivide’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11472:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11462:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveMod’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11655:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11645:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11644:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveMultiply’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11712:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveQuo’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11780:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11769:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11768:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveSubtract’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11931:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genSmallIntegerComparison’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11968:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:11959:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genSmallIntegerComparisonorDoubleComparisoninvert’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12012:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genAddSmallIntegerTagsTo’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12099:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genAlloc64BitPositiveIntegerValueintoscratchRegscratchReg’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12121:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12119:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12118:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12117:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12116:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12115:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12114:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12113:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genAlloc64BitSignedIntegerValueintoscratchRegscratchReg’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12199:2: note: in expansion of macro ‘assert’
  assert((headerForSlotsformatclassIndex(0, 0, 1)) == 1);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12171:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12170:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12167:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12166:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12165:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12164:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12163:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12162:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12161:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12160:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genAllocFloatValueintoscratchRegscratchReg’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12236:2: note: in expansion of macro ‘assert’
  assert(BytesPerWord == 8);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12231:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12226:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12225:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12224:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12223:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12222:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12221:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12220:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genClearAndSetSmallIntegerTagsIn’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12322:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12321:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genConvertBitsToSmallFloatInscratch’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12345:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12344:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12343:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genConvertCharacterToSmallIntegerInReg’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12376:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genConvertDataFormatnumSlotsintoBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12404:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12403:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12402:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12394:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12393:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12392:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12391:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12390:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12389:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genConvertIntegerToSmallIntegerInReg’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12470:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genConvertSmallFloatToSmallFloatHashAsIntegerInRegscratch’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12494:2: note: in expansion of macro ‘assert’
  assert(((((usqInt) (smallFloatTag())) >> 1) - (smallIntegerTag())) == (smallIntegerTag()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12490:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genConvertSmallIntegerToCharacterInReg’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12520:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genFloatArithmeticpreOpCheckboxed’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12555:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genFloatComparisoninvertboxed’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12620:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12610:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genGetHashFieldNonImmOfasSmallIntegerInto’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12697:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12696:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12695:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genGetHashFieldNonImmOfinto’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12726:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12725:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genGetInlineCacheClassTagFromintoforEntry’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12767:2: note: in expansion of macro ‘flag’
  flag("endianness");
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12753:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12752:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genGetNumBytesOfinto’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12796:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genGetOverflowSlotsOfinto’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12820:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12819:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genGetSmallFloatValueOfscratchinto’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12862:2: note: in expansion of macro ‘assert’
  assert(BytesPerWord == 8);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12842:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12841:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genIntegerTo64BitPositiveIntegerValueintoscratchRegscratchReg’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12871:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genIntegerTo64BitSignedIntegerValueintoscratchRegscratchReg’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12904:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12903:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genJumpIsSmallIntegerValuescratch’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12943:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12942:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12941:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genJumpNotCharacter’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12973:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genJumpNotSmallFloatValueBitsscratch’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13006:2: note: in expansion of macro ‘flag’
  flag("if we combine the exponent range test with the conversion to tagged representation we test for a zero exponent only once. further, if we extract tags once into a scratch on the input side we test for immediates, SmallInteger and SmallFloat using the same intermediate result.  so to do is to move fp arithmetic into the object representations");
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12995:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12994:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12993:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genJumpNotSmallFloat’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13053:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genJumpNotSmallIntegerValuescratch’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13075:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13074:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13073:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genJumpNotSmallInteger’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13105:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genJumpSmallInteger’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13126:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveAtPutSigned’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13243:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13245:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13220:11: warning: variable ‘literal6’ set but not used [-Wunused-but-set-variable]
     sqInt literal6;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13219:11: warning: variable ‘literal5’ set but not used [-Wunused-but-set-variable]
     sqInt literal5;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13218:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13217:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13216:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13215:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13214:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13185:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13184:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13183:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13182:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13181:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13180:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13179:26: warning: variable ‘anInstruction34’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction34;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13178:26: warning: variable ‘anInstruction33’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction33;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13177:26: warning: variable ‘anInstruction32’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction32;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13176:26: warning: variable ‘anInstruction31’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction31;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13175:26: warning: variable ‘anInstruction30’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction30;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13174:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13173:26: warning: variable ‘anInstruction29’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction29;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13172:26: warning: variable ‘anInstruction28’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction28;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13171:26: warning: variable ‘anInstruction27’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction27;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13170:26: warning: variable ‘anInstruction26’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction26;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13169:26: warning: variable ‘anInstruction25’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction25;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13168:26: warning: variable ‘anInstruction24’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction24;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13167:26: warning: variable ‘anInstruction23’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction23;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13166:26: warning: variable ‘anInstruction22’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction22;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13165:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13164:26: warning: variable ‘anInstruction20’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction20;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13163:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13162:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13161:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13160:26: warning: variable ‘anInstruction17’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction17;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13159:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13158:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13157:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13156:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13155:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13154:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13153:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13152:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13151:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveAtSigned’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13668:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13650:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13649:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13627:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13626:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13625:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13624:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13623:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13622:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13621:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13620:26: warning: variable ‘anInstruction20’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction20;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13619:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13618:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13617:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13616:26: warning: variable ‘anInstruction17’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction17;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13615:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13614:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13613:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13612:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13610:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13609:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13608:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13607:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveIdentityHash’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13947:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:13946:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveImmediateAsInteger’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14022:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt32FromBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14081:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14074:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14073:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14066:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14065:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14064:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14063:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14062:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt32FromExternalAddress’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14147:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14143:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14139:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14138:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14137:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt64FromBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14210:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14242:2: note: in expansion of macro ‘assert’
  assert(BytesPerWord == 8);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14203:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14202:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14194:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14193:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14192:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14191:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14190:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt64FromExternalAddress’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14276:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14295:2: note: in expansion of macro ‘assert’
  assert(BytesPerWord == 8);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14272:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14267:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14266:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14265:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt32FromBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14337:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14330:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14329:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14322:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14321:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14320:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14319:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14318:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt32FromExternalAddress’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14403:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14399:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14395:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14394:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14393:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt64FromBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14466:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14498:2: note: in expansion of macro ‘assert’
  assert(BytesPerWord == 8);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14459:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14458:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14450:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14449:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14448:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14447:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14446:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt64FromExternalAddress’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14532:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14551:2: note: in expansion of macro ‘assert’
  assert(BytesPerWord == 8);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14528:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14523:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14522:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14521:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveNew’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14610:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14609:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14598:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14597:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14596:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14595:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14594:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14593:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14592:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14591:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14590:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14588:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14587:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14586:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14585:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveNewWithArg’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14816:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14821:2: note: in expansion of macro ‘assert’
  assert(fillReg > 0);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14797:11: warning: variable ‘literal8’ set but not used [-Wunused-but-set-variable]
     sqInt literal8;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14796:11: warning: variable ‘literal7’ set but not used [-Wunused-but-set-variable]
     sqInt literal7;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14795:11: warning: variable ‘literal6’ set but not used [-Wunused-but-set-variable]
     sqInt literal6;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14794:11: warning: variable ‘literal5’ set but not used [-Wunused-but-set-variable]
     sqInt literal5;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14793:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14792:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14791:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14790:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14789:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14771:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14770:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14769:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14768:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14767:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14766:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14765:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14764:26: warning: variable ‘anInstruction22’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction22;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14762:26: warning: variable ‘anInstruction20’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction20;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14761:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14760:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14759:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14758:26: warning: variable ‘anInstruction17’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction17;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14757:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14756:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14755:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14754:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14753:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14752:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14751:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14750:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14749:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveShallowCopy’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15038:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15037:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15036:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15035:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15025:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15024:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15023:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15022:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15021:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15020:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15019:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15018:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15017:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15016:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15015:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15014:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15013:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15012:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15011:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15010:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15009:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt32IntoBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15175:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15177:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15167:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15166:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15157:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15156:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15155:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15154:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15153:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt32IntoExternalAddress’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15250:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15252:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15244:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15238:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15237:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15236:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt64IntoBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15317:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15319:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15356:2: note: in expansion of macro ‘assert’
  assert(BytesPerWord == 8);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15309:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15308:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15299:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15298:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15297:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15296:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15295:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt64IntoExternalAddress’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15392:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15394:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15416:2: note: in expansion of macro ‘assert’
  assert(BytesPerWord == 8);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15386:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15380:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15379:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15378:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt32IntoBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15461:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15463:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15453:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15452:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15442:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15441:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15440:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15439:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15438:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15437:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt32IntoExternalAddress’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15542:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15544:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15536:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15529:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15528:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15527:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15526:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt64IntoBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15615:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15617:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15658:2: note: in expansion of macro ‘assert’
  assert(BytesPerWord == 8);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15607:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15606:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15596:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15595:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15594:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15593:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15592:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15591:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt64IntoExternalAddress’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15696:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15698:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15724:2: note: in expansion of macro ‘assert’
  assert(BytesPerWord == 8);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15690:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15683:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15682:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15681:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15680:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStringAt’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15784:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15776:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15775:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15774:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15773:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15772:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15760:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15759:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15758:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15757:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15756:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15755:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15754:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15753:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15752:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15751:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15750:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStringAtPut’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15933:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15935:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15921:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15920:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15919:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15918:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15917:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15902:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15901:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15900:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15899:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15898:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15897:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15896:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15895:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15894:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15893:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15892:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15891:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15890:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:15889:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genRemoveSmallIntegerTagsInScratchReg’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16092:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘getLiteralCountOfplusOneinBytesintoscratch’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16130:2: note: in expansion of macro ‘assert’
  assert((1U << (numTagBits())) == BytesPerWord);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16123:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16122:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16121:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘maybeGenerateSelectorIndexDereferenceRoutine’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16200:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16195:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16194:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16193:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16192:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16191:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16190:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16189:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16188:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16187:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16186:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16185:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16184:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16183:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genAllocExternalAddressValueintoscratchRegscratchReg’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16370:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16368:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16367:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16366:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16365:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16364:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16363:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16362:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genCheckRememberedBitOfscratch’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16414:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16413:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genConvertIntegerToCharacterInReg’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16444:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16469:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16467:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genCreateFullClosurenumArgsnumCopiedignoreContextcontextNumArgslargeinBlock’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16533:2: note: in expansion of macro ‘assert’
  assert(ClassFullBlockClosureCompactIndex != 0);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16510:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16509:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16508:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16507:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16503:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16502:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16501:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16500:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16499:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16498:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16497:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16496:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16495:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16494:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16493:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16492:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genEnsureObjInRegNotForwardedscratchReg’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16599:2: note: in expansion of macro ‘assert’
  assert(reg != scratch);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16594:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16593:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genEnsureOopInRegNotForwardedscratchReg’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16625: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_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:904: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_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16644:2: note: in expansion of macro ‘assert’
  assert(reg != scratch);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16667:12: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   finished = nonFwdJumpTargetOrZero;
            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16638:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16637:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genEnsureOopInRegNotForwardedscratchRegupdatingSlotin’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16692:2: note: in expansion of macro ‘assert’
  assert((reg != scratch)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16714:2: note: in expansion of macro ‘assert’
  assert((reg == Arg0Reg)
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16687:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16685:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16684:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16683:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘generateObjectRepresentationTrampolines’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16752:3: note: in expansion of macro ‘assert’
   assert(((jumpSC->opcode)) == JumpNonZero);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genGetActiveContextLargeinBlock’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16876:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16882:2: note: in expansion of macro ‘flag’
  flag("endianness");
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16833:11: warning: variable ‘literal9’ set but not used [-Wunused-but-set-variable]
     sqInt literal9;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16832:11: warning: variable ‘literal8’ set but not used [-Wunused-but-set-variable]
     sqInt literal8;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16831:11: warning: variable ‘literal7’ set but not used [-Wunused-but-set-variable]
     sqInt literal7;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16830:11: warning: variable ‘literal6’ set but not used [-Wunused-but-set-variable]
     sqInt literal6;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16829:11: warning: variable ‘literal5’ set but not used [-Wunused-but-set-variable]
     sqInt literal5;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16828:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16827:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16826:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16825:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16824:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16817:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16816:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16815:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16814:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16813:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16812:26: warning: variable ‘anInstruction36’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction36;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16811:26: warning: variable ‘anInstruction35’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction35;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16809:26: warning: variable ‘anInstruction33’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction33;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16808:26: warning: variable ‘anInstruction32’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction32;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16807:26: warning: variable ‘anInstruction31’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction31;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16806:26: warning: variable ‘anInstruction30’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction30;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16805:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16804:26: warning: variable ‘anInstruction29’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction29;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16803:26: warning: variable ‘anInstruction28’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction28;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16802:26: warning: variable ‘anInstruction27’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction27;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16801:26: warning: variable ‘anInstruction26’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction26;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16800:26: warning: variable ‘anInstruction25’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction25;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16799:26: warning: variable ‘anInstruction24’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction24;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16798:26: warning: variable ‘anInstruction23’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction23;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16797:26: warning: variable ‘anInstruction22’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction22;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16796:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16795:26: warning: variable ‘anInstruction20’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction20;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16794:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16793:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16792:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16791:26: warning: variable ‘anInstruction17’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction17;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16790:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16789:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16788:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16787:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16786:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16785:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16784:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16783:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16782:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genGetActiveContextNumArgslargeinBlock’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17059:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17079:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17040:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genGetBitsofFormatByteOfinto’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17098:2: note: in expansion of macro ‘flag’
  flag("endianness");
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17096:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17095:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genGetClassIndexOfNonImminto’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17114:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17113:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genGetClassObjectOfClassIndexintoscratchReg’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17146:2: note: in expansion of macro ‘assert’
  assert(instReg != destReg);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17147:2: note: in expansion of macro ‘assert’
  assert(instReg != scratchReg);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17148:2: note: in expansion of macro ‘assert’
  assert(destReg != scratchReg);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17156:2: note: in expansion of macro ‘assert’
  assert(!(shouldAnnotateObjectReference(classTableRootObj())));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17140:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17139:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17138:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17137:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17136:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17135:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genGetClassObjectOfintoscratchReginstRegIsReceiver’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17219:2: note: in expansion of macro ‘flag’
  flag("endianness");
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17200:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17197:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17196:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17195:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17194:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17193:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genGetDoubleValueOfinto’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17282:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17281:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genGetFormatOfintoleastSignificantHalfOfBaseHeaderIntoScratch’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17318:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17313:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17312:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17311:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genGetNumSlotsOfinto’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17350:2: note: in expansion of macro ‘assert’
  assert(srcReg != destReg);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17346:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genGetRawSlotSizeOfNonImminto’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17372:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17371:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genJumpImmediate’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17385:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genJumpImmutablescratchReg’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17402:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17401:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genJumpMutablescratchReg’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17422:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17421:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genNewArrayOfSizeinitialized’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17465:2: note: in expansion of macro ‘assert’
  assert(size < (numSlotsMask()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17460:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17456:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17455:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17454:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17453:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17452:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17451:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17450:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17449:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genNoPopCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17542:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17541:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17540:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17539:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17538:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17535:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17534:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17533:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17532:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17531:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17530:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17529:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17528:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17527:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17526:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17525:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveAsCharacter’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17613:3: note: in expansion of macro ‘assert’
   assert(0 < (numRegArgs()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveIdenticalOrNotIf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17673:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17680: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16635: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17706: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16635: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17666:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17665:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadBoolean8FromBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17774:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17765:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17757:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17756:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17754:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17753:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17752:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadBoolean8FromExternalAddress’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17858:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17852:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17847:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17845:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17844:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17843:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadChar16FromBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17936:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17929:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17928:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17921:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17920:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17919:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17918:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17917:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadChar16FromExternalAddress’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18002:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17998:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17994:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17993:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17992:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadChar32FromBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18064:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18057:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18056:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18049:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18048:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18047:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18046:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18045:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadChar32FromExternalAddress’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18130:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18126:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18122:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18121:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18120:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadChar8FromBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18190:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18183:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18176:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18175:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18174:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18173:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadChar8FromExternalAddress’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18253:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18249:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18245:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18244:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18243:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadFloat32FromBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18316:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18309:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18308:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18300:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18299:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18298:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18297:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18296:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadFloat32FromExternalAddress’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18383:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18379:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18374:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18373:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18372:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadFloat64FromBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18446:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18439:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18438:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18430:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18429:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18428:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18427:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18426:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadFloat64FromExternalAddress’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18511:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18507:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18502:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18501:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18500:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt16FromBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18571:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18564:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18563:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18556:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18555:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18554:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18553:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18552:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt16FromExternalAddress’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18637:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18633:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18629:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18628:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18627:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt8FromBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18697:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18690:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18683:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18682:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18681:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18680:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt8FromExternalAddress’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18760:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18756:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18752:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18751:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18750:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadPointerFromBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18823:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18816:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18815:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18807:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18806:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18805:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18804:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18803:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadPointerFromExternalAddress’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18898:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18894:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18889:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18888:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18887:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt16FromBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18968:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18961:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18960:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18953:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18952:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18951:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18950:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:18949:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt16FromExternalAddress’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19034:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19030:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19026:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19025:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19024:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt8FromBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19094:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19087:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19080:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19079:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19078:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19077:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt8FromExternalAddress’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19157:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19153:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19149:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19148:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19147:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveObjectAt’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19211:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19207:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19202:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19201:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19200:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveSize’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19293:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19292:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19291:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19276:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19275:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19274:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19273:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19272:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19271:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19270:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19269:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19268:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19267:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19266:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreBoolean8IntoBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19435:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19437:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19427:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19417:26: warning: variable ‘anInstruction31’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction31;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19416:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19415:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19414:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19413:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19412:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19411:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreBoolean8IntoExternalAddress’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19531:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19533:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19525:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19518:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19517:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19516:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19515:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19514:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19513:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreChar16IntoBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19618:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19620:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19610:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19609:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19600:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19599:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19598:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19597:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19596:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreChar16IntoExternalAddress’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19695:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19697:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19689:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19683:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19682:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19681:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreChar32IntoBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19764:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19766:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19756:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19755:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19746:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19745:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19744:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19743:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19742:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreChar32IntoExternalAddress’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19841:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19843:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19835:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19829:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19828:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19827:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreChar8IntoBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19908:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19910:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19900:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19891:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19890:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19889:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19888:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreChar8IntoExternalAddress’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19982:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19984:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19976:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19970:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19969:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:19968:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreFloat32IntoBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20051:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20053:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20043:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20042:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20033:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20032:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20031:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20030:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20029:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreFloat32IntoExternalAddress’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20126:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20128:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20120:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20114:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20113:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20112:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreFloat64IntoBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20193:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20195:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20185:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20184:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20175:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20174:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20173:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20172:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20171:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreFloat64IntoExternalAddress’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20266:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20268:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20260:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20254:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20253:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20252:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt16IntoBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20331:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20333:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20323:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20322:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20313:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20312:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20311:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20310:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20309:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt16IntoExternalAddress’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20406:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20408:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20400:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20394:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20393:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20392:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt8IntoBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20471:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20473:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20463:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20454:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20453:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20452:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20451:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt8IntoExternalAddress’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20543:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20545:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20537:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20531:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20530:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20529:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStorePointerIntoBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20614:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20616:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20605:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20604:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20594:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20593:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20592:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20591:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20590:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20589:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20588:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStorePointerIntoExternalAddress’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20700:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20702:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20693:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20686:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20685:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20684:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20683:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20682:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt16IntoBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20776:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20778:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20768:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20767:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20757:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20756:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20755:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20754:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20753:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20752:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt16IntoExternalAddress’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20855:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20857:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20849:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20842:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20841:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20840:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20839:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt8IntoBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20924:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20926:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20916:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20906:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20905:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20904:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20903:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20902:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt8IntoExternalAddress’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21002:2: note: in expansion of macro ‘assert’
  assert(1 < (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21004:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20996:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20989:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20988:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20987:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:20986:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStringCompareWith’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21090:2: note: in expansion of macro ‘assert’
  assert(0 < (numRegArgs()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21071:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21070:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21060:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21059:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21058:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21057:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21056:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21055:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21054:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStringReplace’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21252:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21251:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21232:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21231:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21230:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21229:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21228:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21227:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21226:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21225:26: warning: variable ‘anInstruction24’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction24;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21224:26: warning: variable ‘anInstruction23’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction23;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21223:26: warning: variable ‘anInstruction22’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction22;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21222:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21221:26: warning: variable ‘anInstruction20’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction20;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21220:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21219:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21218:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21217:26: warning: variable ‘anInstruction17’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction17;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21216:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21215:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21214:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21213:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21212:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21211:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21210:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21209:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21208:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genSetSmallIntegerTagsIn’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21543:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genStoreCheckReceiverRegvalueRegscratchReginFrame’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21605:2: note: in expansion of macro ‘assert’
  assert(destReg == ReceiverResultReg);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21579:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genStoreSourceRegslotIndexdestRegscratchReginFrameneedsStoreCheck’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21631:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21630:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genStoreSourceRegslotIndexintoNewObjectInDestReg’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21661:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21660:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genStoreTrampolineCalledinstVarIndex’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21693:29: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    assert(instVarIndex >= 0),
                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21684:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genStoreWithImmutabilityAndStoreCheckSourceRegslotIndexdestRegscratchRegneedRestoreRcvr’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21768:2: note: in expansion of macro ‘assert’
  assert(IMMUTABILITY);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21732:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21726:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21725:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21724:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genStoreWithImmutabilityButNoStoreCheckSourceRegslotIndexdestRegscratchRegneedRestoreRcvr’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21823:2: note: in expansion of macro ‘assert’
  assert(IMMUTABILITY);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21816:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21814:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21813:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genStoreWithImmutabilityCheckSourceRegslotIndexdestRegscratchRegneedsStoreCheckneedRestoreRcvr’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21876:2: note: in expansion of macro ‘assert’
  assert(destReg == ReceiverResultReg);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21877:2: note: in expansion of macro ‘assert’
  assert(scratchReg == TempReg);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21878:2: note: in expansion of macro ‘assert’
  assert(sourceReg == ClassReg);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘jumpNotCharacterUnsignedValueInRegister’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21917:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘markAndTraceLiteralinatpc’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21939:2: note: in expansion of macro ‘assert’
  assert(addressCouldBeObj(literal));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘markAndTraceLiteralinat’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21962:2: note: in expansion of macro ‘assert’
  assert(addressCouldBeObj(literal));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘maybeCompileRetryOnPrimitiveFail’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22004:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22003:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22002:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22001:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘remapObject’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22072:2: note: in expansion of macro ‘assert’
  assert(addressCouldBeObj(objOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘ensureSpilledAtfrom’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22121:4: note: in expansion of macro ‘assert’
    assert(((((self_in_ensureSpilledAtfrom->offset)) == baseOffset)
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22127:2: note: in expansion of macro ‘assert’
  assert(((self_in_ensureSpilledAtfrom->type)) != SSSpill);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2106:25: warning: statement with no effect [-Wunused-value]
 #define traceSpill(ign) 0
                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22128:2: note: in expansion of macro ‘traceSpill’
  traceSpill(self_in_ensureSpilledAtfrom);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22150:4: note: in expansion of macro ‘assert’
    assert(((self_in_ensureSpilledAtfrom->type)) == SSRegister);
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22115:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22114:26: warning: variable ‘inst’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *inst;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22113:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘popToReg’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22223:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22184:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22183:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22182:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘storeToReg’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22309:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22274:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22273:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22272:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘computeMaximumSize’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22699:3: note: in expansion of macro ‘assert’
   assert(is32BitSignedImmediate(self_in_computeMaximumSize, ((self_in_computeMaximumSize->operands))[1]));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22742:3: note: in expansion of macro ‘assert’
   assert(is32BitSignedImmediate(self_in_computeMaximumSize, ((self_in_computeMaximumSize->operands))[0]));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22754:3: note: in expansion of macro ‘assert’
   assert(is32BitSignedImmediate(self_in_computeMaximumSize, ((self_in_computeMaximumSize->operands))[1]));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22765:3: note: in expansion of macro ‘assert’
   assert(is32BitSignedImmediate(self_in_computeMaximumSize, ((self_in_computeMaximumSize->operands))[0]));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22776:3: note: in expansion of macro ‘assert’
   assert(is32BitSignedImmediate(self_in_computeMaximumSize, ((self_in_computeMaximumSize->operands))[1]));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22816:3: note: in expansion of macro ‘assert’
   assert((((self_in_computeMaximumSize->operands))[0]) != RSP);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22822:3: note: in expansion of macro ‘assert’
   assert((((self_in_computeMaximumSize->operands))[1]) != RSP);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22832:3: note: in expansion of macro ‘assert’
   assert((((self_in_computeMaximumSize->operands))[0]) != RSP);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22839:3: note: in expansion of macro ‘assert’
   assert((((self_in_computeMaximumSize->operands))[1]) != RSP);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22846:3: note: in expansion of macro ‘assert’
   assert((((self_in_computeMaximumSize->operands))[0]) != RSP);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22857:3: note: in expansion of macro ‘assert’
   assert((((self_in_computeMaximumSize->operands))[1]) != RSP);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22897:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘dispatchConcretize’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23492:4: note: in expansion of macro ‘assert’
    assert((((dependentChain->opcode)) == MoveCwR)
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23525:3: note: in expansion of macro ‘assert’
   assert((((self_in_dispatchConcretize->operands))[0]) != 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23596:3: note: in expansion of macro ‘assert’
   assert(jumpTarget != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23597:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset1 = (((int) jumpTarget)) - (((int) (((self_in_dispatchConcretize->address)) + 5)));
               ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23616:3: note: in expansion of macro ‘assert’
   assert(jumpTarget12 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23618:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset23 = (((int) jumpTarget3)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23634:3: note: in expansion of macro ‘assert’
   assert(jumpTarget11 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23636:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset110 = (((int) jumpTarget2)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23657:3: note: in expansion of macro ‘assert’
   assert(jumpTarget13 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23659:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset24 = (((int) jumpTarget4)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23675:3: note: in expansion of macro ‘assert’
   assert(jumpTarget111 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23677:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset111 = (((int) jumpTarget21)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23696:3: note: in expansion of macro ‘assert’
   assert(jumpTarget1 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23697: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23706:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset2 = (((int) jumpTarget1)) - (((int) (((self_in_dispatchConcretize->address)) + 5)));
               ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23724:3: note: in expansion of macro ‘assert’
   assert(jumpTarget14 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23726:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset25 = (((int) jumpTarget5)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23742:3: note: in expansion of macro ‘assert’
   assert(jumpTarget112 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23744:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset112 = (((int) jumpTarget22)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23763:3: note: in expansion of macro ‘assert’
   assert(jumpTarget15 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23765:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset26 = (((int) jumpTarget6)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23781:3: note: in expansion of macro ‘assert’
   assert(jumpTarget113 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23783:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset113 = (((int) jumpTarget23)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23802:3: note: in expansion of macro ‘assert’
   assert(jumpTarget16 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23804:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset27 = (((int) jumpTarget7)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23820:3: note: in expansion of macro ‘assert’
   assert(jumpTarget114 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23822:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset114 = (((int) jumpTarget24)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23841:3: note: in expansion of macro ‘assert’
   assert(jumpTarget17 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23843:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset28 = (((int) jumpTarget8)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23859:3: note: in expansion of macro ‘assert’
   assert(jumpTarget115 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23861:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset115 = (((int) jumpTarget25)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23882:3: note: in expansion of macro ‘assert’
   assert(jumpTarget18 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23884:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset29 = (((int) jumpTarget9)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23900:3: note: in expansion of macro ‘assert’
   assert(jumpTarget116 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23902:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset116 = (((int) jumpTarget26)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23923:3: note: in expansion of macro ‘assert’
   assert(jumpTarget19 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23925:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset30 = (((int) jumpTarget10)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23941:3: note: in expansion of macro ‘assert’
   assert(jumpTarget117 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23943:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset117 = (((int) jumpTarget27)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23962:3: note: in expansion of macro ‘assert’
   assert(jumpTarget110 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23964:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset31 = (((int) jumpTarget20)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23980:3: note: in expansion of macro ‘assert’
   assert(jumpTarget118 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:23982:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset118 = (((int) jumpTarget28)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24001:3: note: in expansion of macro ‘assert’
   assert(jumpTarget120 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24003:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset32 = (((int) jumpTarget29)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24019:3: note: in expansion of macro ‘assert’
   assert(jumpTarget119 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24021:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset119 = (((int) jumpTarget210)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24040:3: note: in expansion of macro ‘assert’
   assert(jumpTarget121 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24042:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset33 = (((int) jumpTarget30)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24058:3: note: in expansion of macro ‘assert’
   assert(jumpTarget1110 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24060:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset120 = (((int) jumpTarget211)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24079:3: note: in expansion of macro ‘assert’
   assert(jumpTarget122 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24081:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset34 = (((int) jumpTarget31)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24097:3: note: in expansion of macro ‘assert’
   assert(jumpTarget1111 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24099:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset121 = (((int) jumpTarget212)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24119:3: note: in expansion of macro ‘assert’
   assert(jumpTarget123 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24121:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset35 = (((int) jumpTarget32)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24137:3: note: in expansion of macro ‘assert’
   assert(jumpTarget1112 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24139:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset122 = (((int) jumpTarget213)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24159:3: note: in expansion of macro ‘assert’
   assert(jumpTarget124 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24161:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset36 = (((int) jumpTarget33)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24177:3: note: in expansion of macro ‘assert’
   assert(jumpTarget1113 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24179:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset123 = (((int) jumpTarget214)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24198:3: note: in expansion of macro ‘assert’
   assert(jumpTarget125 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24200:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset37 = (((int) jumpTarget34)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24216:3: note: in expansion of macro ‘assert’
   assert(jumpTarget1114 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24218:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset124 = (((int) jumpTarget215)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24237:3: note: in expansion of macro ‘assert’
   assert(jumpTarget126 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24239:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset38 = (((int) jumpTarget35)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24255:3: note: in expansion of macro ‘assert’
   assert(jumpTarget1115 != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24257:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset125 = (((int) jumpTarget216)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24724:3: note: in expansion of macro ‘assert’
   assert(((distance >= 1) && (distance <= 0x3F)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24743:3: note: in expansion of macro ‘assert’
   assert(((distance1 >= 1) && (distance1 <= 0x3F)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24762:3: note: in expansion of macro ‘assert’
   assert(((distance2 >= 1) && (distance2 <= 0x3F)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24781:3: note: in expansion of macro ‘assert’
   assert(((distance3 >= 1) && (distance3 <= 0x3F)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:24800:3: note: in expansion of macro ‘assert’
   assert(((distance4 >= 1) && (distance4 <= 0x3F)));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:25054:4: warning: statement with no effect [-Wunused-value]
    (self_in_dispatchConcretize->machineCodeSize);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:25187:4: warning: statement with no effect [-Wunused-value]
    (self_in_dispatchConcretize->machineCodeSize);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:25321:4: warning: statement with no effect [-Wunused-value]
    (self_in_dispatchConcretize->machineCodeSize);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:25419:4: warning: statement with no effect [-Wunused-value]
    (self_in_dispatchConcretize->machineCodeSize);
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26342:3: note: in expansion of macro ‘assert’
   assert((((self_in_dispatchConcretize->machineCode))[11]) < 144);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26381:3: note: in expansion of macro ‘assert’
   assert((((self_in_dispatchConcretize->machineCode))[11]) < 144);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26562:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘dispatchConcretizeProcessorSpecific’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26685:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genDivRRQuoRem’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26711:2: note: in expansion of macro ‘assert’
  assert(abstractRegDividend != abstractRegDivisor);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26712:2: note: in expansion of macro ‘assert’
  assert(abstractRegQuotient != abstractRegRemainder);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26747:8: warning: statement with no effect [-Wunused-value]
   error("couldn't find unused register in genDivR:R:Quo:Rem:");
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘generateLowLevelTryLock’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26833:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26832:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26831:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26830:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘generateLowLevelUnlock’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26861:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26860:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genLoadCStackPointer’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26885:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genLoadCStackPointers’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26906:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26905:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genLoadStackPointers’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26930:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26929:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genMemCopytoconstantSize’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26954:27: warning: variable ‘inst’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction * inst;
                           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26951:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26950:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genMemCopytosize’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27012:27: warning: variable ‘inst’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction * inst;
                           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27009:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPushRegisterArgsForAbortMissNumArgs’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27136:3: note: in expansion of macro ‘assert’
   assert((numRegArgs()) <= 2);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27133:11: warning: variable ‘literal9’ set but not used [-Wunused-but-set-variable]
     sqInt literal9;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27132:11: warning: variable ‘literal8’ set but not used [-Wunused-but-set-variable]
     sqInt literal8;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27131:11: warning: variable ‘literal7’ set but not used [-Wunused-but-set-variable]
     sqInt literal7;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27130:11: warning: variable ‘literal6’ set but not used [-Wunused-but-set-variable]
     sqInt literal6;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27129:11: warning: variable ‘literal5’ set but not used [-Wunused-but-set-variable]
     sqInt literal5;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27128:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27127:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27126:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27125:11: warning: variable ‘literal10’ set but not used [-Wunused-but-set-variable]
     sqInt literal10;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27124:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27123:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27122:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27121:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27120:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27119:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27118:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27117:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27116:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27115:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27114:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27113:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27112:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27111:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPushRegisterArgsForNumArgsscratchReg’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27219:2: note: in expansion of macro ‘assert’
  assert((numRegArgs()) < (NumSendTrampolines - 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27223:3: note: in expansion of macro ‘assert’
   assert((numRegArgs()) <= 2);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27217:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27216:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genRestoreRegs’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27255:2: note: in expansion of macro ‘assert’
  assert(!((regMask & (registerMaskForand(RSP, RBP)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genSaveRegs’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27276:2: note: in expansion of macro ‘assert’
  assert(((R15 - RAX) + 1) == 16);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27277:2: note: in expansion of macro ‘assert’
  assert(!((regMask & (registerMaskForand(RSP, RBP)))));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genSaveStackPointers’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27299:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27298:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘instructionSizeAt’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27385:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘relocateMethodReferenceBeforeAddressby’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27685:2: note: in expansion of macro ‘assert’
  assert((((byteAt(pc - 6)) == 141)
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘rewriteCallAttarget’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27712:8: warning: statement with no effect [-Wunused-value]
   error("linking callsite to invalid address");
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27719:2: note: in expansion of macro ‘assert’
  assert((callTargetFromReturnAddress(self_in_rewriteCallAttarget, callSiteReturnAddress)) == callTargetAddress);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘rewriteCallFullAttarget’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27736:2: note: in expansion of macro ‘assert’
  assert((byteAt(callSiteReturnAddress - 12)) == 72);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27738:2: note: in expansion of macro ‘assert’
  assert((((usqInt) (callFullTargetFromReturnAddress(self_in_rewriteCallFullAttarget, callSiteReturnAddress)))) == callTargetAddress);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘rewriteCPICJumpAttarget’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27753:2: note: in expansion of macro ‘assert’
  assert((SQABS(callDistance)) < 128);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘rewriteInlineCacheAttagtarget’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27781:8: warning: statement with no effect [-Wunused-value]
   error("linking callsite to invalid address");
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27792:2: note: in expansion of macro ‘assert’
  assert((callTargetFromReturnAddress(self_in_rewriteInlineCacheAttagtarget, callSiteReturnAddress)) == callTargetAddress);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘sizeHasModrmat’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27919:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27893:11: warning: variable ‘ro’ set but not used [-Wunused-but-set-variable]
     sqInt ro;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘sizeImmediateGroup1at’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27951:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27936:11: warning: variable ‘rm’ set but not used [-Wunused-but-set-variable]
     sqInt rm;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27934:11: warning: variable ‘mod’ set but not used [-Wunused-but-set-variable]
     sqInt mod;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘stopsFromto’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27960: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/math.h:26,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:18,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/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_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘twoByteInstructionSizeAt’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28000:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘compileBlockDispatch’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28044:2: note: in expansion of macro ‘assert’
  assert(blockCount > 0);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘compileGetErrorCode’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28080:2: note: in expansion of macro ‘flag’
  flag("ask concrete code gen if move sets condition codes?");
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28073:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28072:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘compileInterpreterPrimitiveflags’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28232:3: note: in expansion of macro ‘assert’
   assert(flags & PrimCallNeedsPrimitiveFunction);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28234:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28244:3: note: in expansion of macro ‘assert’
   assert(0 <= 4);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28245:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28262:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28272:3: note: in expansion of macro ‘assert’
   assert(0 <= 4);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28273:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28279:3: note: in expansion of macro ‘assert’
   assert(0 <= 4);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28281:4: note: in expansion of macro ‘assert’
    assert(flags & PrimCallNeedsNewMethod);
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28307:3: note: in expansion of macro ‘flag’
   flag("ask concrete code gen if move sets condition codes?");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28326:4: note: in expansion of macro ‘assert’
    assert(flags & PrimCallNeedsNewMethod);
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28151:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28145:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28144:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28142:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28141:26: warning: variable ‘anInstruction40’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction40;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28140:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28139:26: warning: variable ‘anInstruction39’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction39;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28138:26: warning: variable ‘anInstruction38’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction38;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28137:26: warning: variable ‘anInstruction37’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction37;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28136:26: warning: variable ‘anInstruction36’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction36;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28135:26: warning: variable ‘anInstruction35’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction35;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28134:26: warning: variable ‘anInstruction34’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction34;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28133:26: warning: variable ‘anInstruction33’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction33;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28132:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28131:26: warning: variable ‘anInstruction29’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction29;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28130:26: warning: variable ‘anInstruction27’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction27;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28129:26: warning: variable ‘anInstruction26’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction26;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28128:26: warning: variable ‘anInstruction25’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction25;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28127:26: warning: variable ‘anInstruction24’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction24;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28126:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28125:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28124:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28122:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘compileMachineCodeInterpreterPrimitive’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28386:2: note: in expansion of macro ‘assert’
  assert(methodOrBlockNumArgs <= 3);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28407:8: warning: statement with no effect [-Wunused-value]
   error("shouldBeImplemented");
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28412:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28418:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28424:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28430:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28435:2: note: in expansion of macro ‘assert’
  assert(numArgs <= 4);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28436:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28442:2: note: in expansion of macro ‘assert’
  assert(n <= 4);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28378:11: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
     sqInt n;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28375:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28374:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘compileOpenPICMethodCacheProbeForwithShiftbaseRegOrNone’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28484:2: note: in expansion of macro ‘assert’
  assert(shift <= (shiftForWord()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28475:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28474:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28473:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28472:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28471:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘compileOpenPICnumArgs’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28546:2: note: in expansion of macro ‘flag’
  flag("lookupInMethodCacheSel:classTag:");
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28548:39: warning: passing argument 2 of ‘isWithinMwOffsetRange’ makes integer from pointer without a cast [-Wint-conversion]
  if (!(isWithinMwOffsetRange(backEnd, methodCacheAddress()))) {
                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27452:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
 isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28532:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28530:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘compilePerformMethodCacheProbeForwithShiftbaseRegOrNone’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28609:2: note: in expansion of macro ‘assert’
  assert(shift <= (shiftForWord()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28599:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28598:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28597:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28596:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28595:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘compilePrimitive’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28705:3: note: in expansion of macro ‘assert’
   assert(flags == PrimCallOnSmalltalkStack);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28706:49: warning: passing argument 1 of ‘compileMachineCodeInterpreterPrimitive’ makes pointer from integer without a cast [-Wint-conversion]
   return compileMachineCodeInterpreterPrimitive(mcprimFunctionForPrimitiveIndex(primitiveIndex));
                                                 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28372:1: note: expected ‘void (*)(void)’ but argument is of type ‘sqInt {aka long int}’
 compileMachineCodeInterpreterPrimitive(void (*primitiveRoutine)(void))
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28709:24: warning: comparison of distinct pointer types lacks a cast
   || (primitiveRoutine == primitiveFail)) {
                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genDoubleFailIfZeroArgRcvrarg’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28826:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genExtJumpIfFalse’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28869:2: note: in expansion of macro ‘assert’
  assert(distance == (v4LongForwardBranchDistance(generatorAt(byte0), bytecodePC, ((extA != 0
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genExtJumpIfTrue’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28893:2: note: in expansion of macro ‘assert’
  assert(distance == (v4LongForwardBranchDistance(generatorAt(byte0), bytecodePC, ((extA != 0
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genExtUnconditionalJump’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29166:2: note: in expansion of macro ‘assert’
  assert(distance == (v4LongBranchDistance(generatorAt(byte0), bytecodePC, ((extA != 0
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genFastPrimTraceUsingand’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29208:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29207:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29206:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29205:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29204:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29203:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genLongUnconditionalBackwardJump’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29300:2: note: in expansion of macro ‘assert’
  assert(distance < 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genLongUnconditionalForwardJump’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29312:2: note: in expansion of macro ‘assert’
  assert(distance >= 0);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genLookupForPerformNumArgs’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29340:2: note: in expansion of macro ‘flag’
  flag("lookupInMethodCacheSel:classTag:");
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29342:39: warning: passing argument 2 of ‘isWithinMwOffsetRange’ makes integer from pointer without a cast [-Wint-conversion]
  if (!(isWithinMwOffsetRange(backEnd, methodCacheAddress()))) {
                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27452:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
 isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29329:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29327:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genMustBeBooleanTrampolineForcalled’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29405:2: note: in expansion of macro ‘assert’
  assert(!(shouldAnnotateObjectReference(boolean)));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29402:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveHashMultiply’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29422:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29421:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimReturnEnterCogCodeEnilopmart’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29515:2: note: in expansion of macro ‘flag’
  flag("ask concrete code gen if move sets condition codes?");
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29484:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29479:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29478:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29477:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29476:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29475:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29474:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29473:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29472:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29471:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29470:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29469:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29468:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genQuickReturnConst’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29658:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genReturnFalse’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29704:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genReturnNil’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29723:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genReturnNilFromBlock’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29745:2: note: in expansion of macro ‘assert’
  assert(inBlock > 0);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29742:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genReturnTrue’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29762:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘mapPCDataForinto’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29960:3: note: in expansion of macro ‘assert’
   assert(introspectionDataIndex == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29978:2: note: in expansion of macro ‘assert’
  assert(((cogMethod1->stackCheckOffset)) > 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29996:3: note: in expansion of macro ‘assert’
   assert(startbcpc == (startPCOfMethodHeader((homeMethod->methodHeader))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29999:3: note: in expansion of macro ‘assert’
   assert((annotation == IsAbsPCReference)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:30021:3: note: in expansion of macro ‘assert’
   assert(bcpc == ((cogMethod1->startpc)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:30024:3: note: in expansion of macro ‘assert’
   assert(map != 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:30026:3: note: in expansion of macro ‘assert’
   assert(((((usqInt) annotation) >> AnnotationShift) == HasBytecodePC)
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:30118:55: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      && ((assert(((descriptor->spanFunction)) != null),
                                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:30136:4: note: in expansion of macro ‘assert’
    assert(((((usqInt) mapByte) >> AnnotationShift) == IsDisplacementX2N)
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:30147:3: note: in expansion of macro ‘assert’
   assert(errCode == PrimErrNoMemory);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:30153:4: note: in expansion of macro ‘assert’
    assert(errCode == PrimErrNoMemory);
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘maybeCompileAllocFillerCheck’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:30177:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:30176:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:30175:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:30174:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘pcDataForAnnotationMcpcBcpcMethod’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:30243:3: note: in expansion of macro ‘assert’
   assert(introspectionDataIndex == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘recordCallOffsetIn’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:30970:3: note: in expansion of macro ‘assert’
   assert((externalSetPrimOffsets[(cogMethod->cmNumArgs)]) == offset);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:30980:3: note: in expansion of macro ‘assert’
   assert((offsetTable[(cogMethod->cmNumArgs)]) == offset);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘rewritePrimInvocationInto’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:30993:2: note: in expansion of macro ‘assert’
  assert(((cogMethod->cmType)) == CMMethod);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2091:55: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(me,startAddress,endAddress) 0
                                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31007:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(processor, (((usqInt)cogMethod)) + cmNoCheckEntryOffset, (((usqInt)address)) + extent);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:30989:11: warning: variable ‘extent’ set but not used [-Wunused-but-set-variable]
     sqInt extent;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘v3BlockCodeSize’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31032:2: note: in expansion of macro ‘assert’
  assert(nExts <= 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘v3LongForwardBranchDistance’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31043:2: note: in expansion of macro ‘assert’
  assert(nExts == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘v3LongBranchDistance’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31054:2: note: in expansion of macro ‘assert’
  assert(nExts == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘v3ShortForwardBranchDistance’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31065:2: note: in expansion of macro ‘assert’
  assert(nExts == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘v4BlockCodeSize’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31090:2: note: in expansion of macro ‘assert’
  assert((nExts < 0)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31100:3: note: in expansion of macro ‘assert’
   assert((byte == 224)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘v4LongForwardBranchDistance’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31138:2: note: in expansion of macro ‘assert’
  assert(nExts >= 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31147:3: note: in expansion of macro ‘assert’
   assert((byte == 224)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘v4LongBranchDistance’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31179:2: note: in expansion of macro ‘assert’
  assert(nExts >= 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31188:3: note: in expansion of macro ‘assert’
   assert((byte == 224)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘adjustArgumentsForPerform’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31295:2: note: in expansion of macro ‘assert’
  assert((numRegArgs()) <= 2);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31296:2: note: in expansion of macro ‘assert’
  assert(numArgs >= 1);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31293:11: warning: variable ‘literal9’ set but not used [-Wunused-but-set-variable]
     sqInt literal9;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31292:11: warning: variable ‘literal5’ set but not used [-Wunused-but-set-variable]
     sqInt literal5;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31291:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31290:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31289:11: warning: variable ‘literal10’ set but not used [-Wunused-but-set-variable]
     sqInt literal10;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31287:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31286:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31285:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31284:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31283:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31282:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31281:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31280:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘allocateRegForStackEntryAtnotConflictingWith’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31351:3: note: in expansion of macro ‘flag’
   flag("TODO");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘compileAbstractInstructionsFromthrough’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2105:25: warning: statement with no effect [-Wunused-value]
 #define traceSimStack() 0
                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31439:2: note: in expansion of macro ‘traceSimStack’
  traceSimStack();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2066:30: warning: statement with no effect [-Wunused-value]
 #define maybeHaltIfDebugPC() 0
                              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31445:3: note: in expansion of macro ‘maybeHaltIfDebugPC’
   maybeHaltIfDebugPC();
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31455:5: note: in expansion of macro ‘assert’
     assert((extA == 0)
     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2102:30: warning: statement with no effect [-Wunused-value]
 #define traceDescriptor(ign) 0
                              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31460:3: note: in expansion of macro ‘traceDescriptor’
   traceDescriptor(descriptor);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2105:25: warning: statement with no effect [-Wunused-value]
 #define traceSimStack() 0
                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31461:3: note: in expansion of macro ‘traceSimStack’
   traceSimStack();
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31496: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31434:11: warning: variable ‘generateBranchAround’ set but not used [-Wunused-but-set-variable]
     sqInt generateBranchAround;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘compileBlockBodies’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31516:2: note: in expansion of macro ‘assert’
  assert(blockCount > 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31539:4: note: in expansion of macro ‘assert’
    assert((initialStackPtr > simStackPtr)
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31507:11: warning: variable ‘initialCounterIndex’ set but not used [-Wunused-but-set-variable]
     sqInt initialCounterIndex;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘compileBlockFrameBuild’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31589:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31588:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31587:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘compileCogFullBlockMethod’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31731:2: note: in expansion of macro ‘assert’
  assert((primitiveIndexOf(methodObj)) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31747:2: note: in expansion of macro ‘assert’
  assert((((sizeof(CogAbstractInstruction)) + (sizeof(CogBytecodeFixup))) * 49152) > MaxStackAllocSize);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31758:2: note: in expansion of macro ‘flag’
  flag("TODO");
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31762:2: note: in expansion of macro ‘assert’
  assert(numBlocks == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31764:2: note: in expansion of macro ‘assert’
  assert(numCleanBlocks == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘compileCogMethod’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31819:2: note: in expansion of macro ‘assert’
  assert((((sizeof(CogAbstractInstruction)) + (sizeof(CogBytecodeFixup))) * 49152) > MaxStackAllocSize);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘compileFrameBuild’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31930:2: note: in expansion of macro ‘assert’
  assert(!(useTwoPaths));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31910:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31909:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31908:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘compileFullBlockFramelessEntry’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31998:2: note: in expansion of macro ‘flag’
  flag("TODO");
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘compileFullBlockMethodFrameBuild’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32044:3: note: in expansion of macro ‘assert’
   assert(numCopied == 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32072:2: note: in expansion of macro ‘flag’
  flag("TODO");
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32029:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32028:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘compileTwoPathFrameBuild’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32153:2: note: in expansion of macro ‘assert’
  assert(useTwoPaths);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32154:2: note: in expansion of macro ‘assert’
  assert(blockCount == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32164:2: note: in expansion of macro ‘assert’
  assert(!needsFrame);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32144:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32143:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32142:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32141:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘compileTwoPathFramelessInit’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32251:2: note: in expansion of macro ‘assert’
  assert(!(IMMUTABILITY));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32252:2: note: in expansion of macro ‘assert’
  assert(!(needsFrame));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32253:2: note: in expansion of macro ‘assert’
  assert(useTwoPaths);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32247:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘doubleExtendedDoAnythingBytecode’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32377:2: note: in expansion of macro ‘assert’
  assert(needsFrame);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32378:2: note: in expansion of macro ‘assert’
  assert(!(prevInstIsPCAnnotated()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘ensureFixupAt’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2103:34: warning: statement with no effect [-Wunused-value]
 #define traceFixupmerge(igu,ana) 0
                                  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32409:2: note: in expansion of macro ‘traceFixupmerge’
  traceFixupmerge(fixup, 1);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32425:4: note: in expansion of macro ‘assert’
    assert(((fixup->simStackPtr)) == simStackPtr);
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘ensureNonMergeFixupAt’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2103:34: warning: statement with no effect [-Wunused-value]
 #define traceFixupmerge(igu,ana) 0
                                  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32445:2: note: in expansion of macro ‘traceFixupmerge’
  traceFixupmerge(fixup, 1);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘ensureReceiverResultRegContainsSelf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32468:3: note: in expansion of macro ‘assert’
   assert(((((simSelf())->type)) == SSRegister)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘evaluateat’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32479:2: note: in expansion of macro ‘assert’
  assert(descriptor == (generatorAt(bytecodeSetOffset + byte0)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘freeAnyRegNotConflictingWith’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32586:2: note: in expansion of macro ‘assert’
  assert(needsFrame);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32599:2: note: in expansion of macro ‘assert’
  assert(!((reg == NoReg)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genCallPICEnilopmartNumArgs’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32660:4: note: in expansion of macro ‘assert’
    assert((numRegArgs()) == 2);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32674:2: note: in expansion of macro ‘assert’
  assert((methodZoneBase + size) == endAddress);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32641:11: warning: variable ‘size’ set but not used [-Wunused-but-set-variable]
     sqInt size;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32636:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genCallPrimitiveBytecode’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32694:11: warning: variable ‘primSet’ set but not used [-Wunused-but-set-variable]
     sqInt primSet;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genExternalizePointersForPrimitiveCall’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32719:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32718:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32717:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genExtPushClosureBytecode’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32759:2: note: in expansion of macro ‘assert’
  assert(needsFrame);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32764:2: note: in expansion of macro ‘assert’
  assert(getActiveContextAllocatesInMachineCode());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genExtPushFullClosureBytecode’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32797:2: note: in expansion of macro ‘assert’
  assert(needsFrame);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘generateEnilopmarts’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32876:2: note: in expansion of macro ‘assert’
  assert((numRegArgs()) == 2);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘generateInstructionsAt’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2065:41: warning: statement with no effect [-Wunused-value]
 #define maybeBreakGeneratingAt(address) 0
                                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32907:3: note: in expansion of macro ‘maybeBreakGeneratingAt’
   maybeBreakGeneratingAt(absoluteAddress);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2065:41: warning: statement with no effect [-Wunused-value]
 #define maybeBreakGeneratingAt(address) 0
                                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32934:3: note: in expansion of macro ‘maybeBreakGeneratingAt’
   maybeBreakGeneratingAt((abstractInstruction->address));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘generateSendTrampolines’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32980:23: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   assert(numArgs >= 0),
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32987:23: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   assert(numArgs >= 0),
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32992:23: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   assert(numArgs >= 0),
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:32999:23: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   assert(numArgs >= 0),
                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genForwardersInlinedIdenticalOrNotIf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33092:2: note: in expansion of macro ‘assert’
  assert(unforwardArg
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33114:4: note: in expansion of macro ‘assert’
    assert(!(((rTop1 == NoReg)
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33132:3: note: in expansion of macro ‘assert’
   assert(unforwardRcvr);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33133:3: note: in expansion of macro ‘assert’
   assert(!((((ssTop())->spilled))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33137:2: note: in expansion of macro ‘assert’
  assert(!((unforwardArg
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33139:2: note: in expansion of macro ‘assert’
  assert(!((unforwardRcvr
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33148:2: note: in expansion of macro ‘assert’
  assert(tempsValidAndVolatileEntriesSpilled());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33151:4: note: in expansion of macro ‘assert’
    assert(needsFrame);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33159:2: note: in expansion of macro ‘assert’
  assert((argReg != NoReg)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33198:3: note: in expansion of macro ‘assert’
   assert(!(deadCode));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33200:2: note: in expansion of macro ‘assert’
  assert(unforwardArg
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33221: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_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16635: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_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33225: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_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16635: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_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33225: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_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16635: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33040:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33028:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33027:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33026:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genIdenticalNoBranchArgIsConstantrcvrIsConstantargRegrcvrRegorNotIf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33261:2: note: in expansion of macro ‘assert’
  assert((argReg != NoReg)
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33299: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_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16635: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_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33303: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_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16635: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_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33244:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33243:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33242:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33241:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genInlinedIdenticalOrNotIf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33364:3: note: in expansion of macro ‘assert’
   assert(!((primDescriptor->isMapped)));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33358:25: warning: variable ‘primDescriptor’ set but not used [-Wunused-but-set-variable]
     BytecodeDescriptor *primDescriptor;
                         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genJumpBackTo’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33390:2: note: in expansion of macro ‘assert’
  assert(tempsValidAndVolatileEntriesSpilled());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33393:4: note: in expansion of macro ‘assert’
    assert(needsFrame);
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33384:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genJumpIfto’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33440:2: note: in expansion of macro ‘assert’
  assert(tempsValidAndVolatileEntriesSpilled());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33443:4: note: in expansion of macro ‘assert’
    assert(needsFrame);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33479:2: note: in expansion of macro ‘assert’
  assert((objectAfter(falseObject())) == (trueObject()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33429:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33428:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genJumpTo’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33534:3: note: in expansion of macro ‘assert’
   assert(tempsValidAndVolatileEntriesSpilled());
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33537:5: note: in expansion of macro ‘assert’
     assert(needsFrame);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33547:3: note: in expansion of macro ‘assert’
   assert(tempsValidAndVolatileEntriesSpilled());
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33550:5: note: in expansion of macro ‘assert’
     assert(needsFrame);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genMarshalledSendnumArgssendTable’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33573:2: note: in expansion of macro ‘assert’
  assert(needsFrame);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33587:2: note: in expansion of macro ‘assert’
  assert(sendTable == superSendTrampolines);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33570:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33569:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genMethodAbortTrampolineFor’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33630:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPopStackBytecode’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33678:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33677:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveClosureValue’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33718:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33711:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33710:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33709:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33708:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveFullClosureValue’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33792:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33787:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33786:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33785:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitivePerform’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33843:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPushActiveContextBytecode’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33859:2: note: in expansion of macro ‘assert’
  assert(needsFrame);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPushClosureCopyCopiedValuesBytecode’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33885:2: note: in expansion of macro ‘assert’
  assert(needsFrame);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33889:2: note: in expansion of macro ‘assert’
  assert(getActiveContextAllocatesInMachineCode());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPushLiteralVariable’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33941:2: note: in expansion of macro ‘assert’
  assert(!(directedSendUsesBinding));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33925:11: warning: variable ‘eA’ set but not used [-Wunused-but-set-variable]
     sqInt eA;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33921:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPushMaybeContextReceiverVariable’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34023:2: note: in expansion of macro ‘assert’
  assert(needsFrame);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34015:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34014:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPushNewArrayBytecode’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34062:2: note: in expansion of macro ‘assert’
  assert(needsFrame);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34066:3: note: in expansion of macro ‘assert’
   assert(tempsValidAndVolatileEntriesSpilled());
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34069:5: note: in expansion of macro ‘assert’
     assert(needsFrame);
     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPushRemoteTempLongBytecode’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34138:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genPushTemporaryVariable’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34167:2: note: in expansion of macro ‘assert’
  assert((inBlock > 0)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genReturnTopFromBlock’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34194:2: note: in expansion of macro ‘assert’
  assert(inBlock > 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genSendDirectedSupernumArgs’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34215:2: note: in expansion of macro ‘assert’
  assert((((ssTop())->type)) == SSConstant);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genSpecialSelectorArithmetic’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34327:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34349:3: note: in expansion of macro ‘assert’
   assert(tempsValidAndVolatileEntriesSpilled());
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34352:5: note: in expansion of macro ‘assert’
     assert(needsFrame);
     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34457:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34290:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34289:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34288:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34287:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34279:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34278:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34277:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34276:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34275:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34274:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34273:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34272:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genSpecialSelectorComparison’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34553:2: note: in expansion of macro ‘assert’
  assert(tempsValidAndVolatileEntriesSpilled());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34556:4: note: in expansion of macro ‘assert’
    assert(needsFrame);
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34541:11: warning: variable ‘nextPC’ set but not used [-Wunused-but-set-variable]
     sqInt nextPC;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34530:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34529:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genStaticallyResolvedSpecialSelectorComparison’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34720:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genStorePopLiteralVariableneedsStoreCheckneedsImmutabilityCheck’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34743:2: note: in expansion of macro ‘assert’
  assert(needsFrame);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34766:3: note: in expansion of macro ‘assert’
   assert(tempsValidAndVolatileEntriesSpilled());
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34769:5: note: in expansion of macro ‘assert’
     assert(needsFrame);
     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34738:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genStorePopMaybeContextReceiverVariableneedsStoreCheckneedsImmutabilityCheck’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34804:2: note: in expansion of macro ‘assert’
  assert(needsFrame);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34808:2: note: in expansion of macro ‘assert’
  assert(needsFrame);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34814:3: note: in expansion of macro ‘assert’
   assert(IMMUTABILITY);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34844:2: note: in expansion of macro ‘assert’
  assert(tempsValidAndVolatileEntriesSpilled());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34847:4: note: in expansion of macro ‘assert’
    assert(needsFrame);
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34798:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34797:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genStorePopReceiverVariableneedsStoreCheckneedsImmutabilityCheck’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34889:3: note: in expansion of macro ‘assert’
   assert(tempsValidAndVolatileEntriesSpilled());
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34892:5: note: in expansion of macro ‘assert’
     assert(needsFrame);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genStorePopRemoteTempAtneedsStoreCheck’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34922:2: note: in expansion of macro ‘assert’
  assert(needsFrame);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34918:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genStorePopTemporaryVariable’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34944:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genUpArrowReturn’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34986:3: note: in expansion of macro ‘assert’
   assert(needsFrame);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34988:3: note: in expansion of macro ‘assert’
   assert(tempsValidAndVolatileEntriesSpilled());
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34991:5: note: in expansion of macro ‘assert’
     assert(needsFrame);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘initSimStackForFramelessBlock’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35088:2: note: in expansion of macro ‘assert’
  assert(methodOrBlockNumTemps >= methodOrBlockNumArgs);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘initSimStackForFramelessMethod’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35116:2: note: in expansion of macro ‘assert’
  assert(methodOrBlockNumTemps == methodOrBlockNumArgs);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35117:2: note: in expansion of macro ‘assert’
  assert((numRegArgs()) <= 2);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘mapDeadDescriptorIfNeeded’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35183:2: note: in expansion of macro ‘flag’
  flag("annotateInstruction");
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘marshallSendArguments’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35214:2: note: in expansion of macro ‘assert’
  assert(tempsValidAndVolatileEntriesSpilled());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35217:4: note: in expansion of macro ‘assert’
    assert(needsFrame);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35232:4: note: in expansion of macro ‘assert’
    assert(tempsValidAndVolatileEntriesSpilled());
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35235:6: note: in expansion of macro ‘assert’
      assert(needsFrame);
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35248:4: note: in expansion of macro ‘assert’
    assert(tempsValidAndVolatileEntriesSpilled());
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35251:6: note: in expansion of macro ‘assert’
      assert(needsFrame);
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘mergeWithFixupIfRequired’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35339:2: note: in expansion of macro ‘assert’
  assert((simSpillBase >= methodOrBlockNumTemps)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35344:3: note: in expansion of macro ‘assert’
   assert((((simStackAt(simSpillBase - 1))->spilled)) == 1);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35345:3: note: in expansion of macro ‘assert’
   assert((simSpillBase > simStackPtr)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35355:2: note: in expansion of macro ‘assert’
  assert(isMergeFixup(fixup));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2104:25: warning: statement with no effect [-Wunused-value]
 #define traceMerge(ign) 0
                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35356:2: note: in expansion of macro ‘traceMerge’
  traceMerge(fixup);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35362:3: note: in expansion of macro ‘assert’
   assert((((fixup->simStackPtr)) >= methodOrBlockNumTemps)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35370:3: note: in expansion of macro ‘assert’
   assert(tempsValidAndVolatileEntriesSpilled());
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35373:5: note: in expansion of macro ‘assert’
     assert(needsFrame);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35384:2: note: in expansion of macro ‘assert’
  assert(simStackPtr == ((fixup->simStackPtr)));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘reinitializeFixupsFromthrough’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35528: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35532:53: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    && ((assert(((descriptor->spanFunction)) != null),
                                                     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘scanBlock’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35618:5: note: in expansion of macro ‘assert’
     assert(((descriptor->numBytes)) == 1);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35638:3: note: in expansion of macro ‘assert’
   assert((framelessStackDelta >= 0)
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘scanMethod’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35734:53: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    if ((assert(((descriptor->spanFunction)) != null),
                                                     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘ssAllocateRequiredRegMaskupThroughupThroughNative’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35814:3: note: in expansion of macro ‘assert’
   assert(tempsValidAndVolatileEntriesSpilled());
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35817:5: note: in expansion of macro ‘assert’
     assert(needsFrame);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35822:3: note: in expansion of macro ‘assert’
   assert(!(((liveRegisters()) & requiredRegsMask)));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35795:11: warning: variable ‘lastRequiredNative’ set but not used [-Wunused-but-set-variable]
     sqInt lastRequiredNative;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘ssFlushUpThroughReceiverVariable’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35839:2: note: in expansion of macro ‘assert’
  assert(simSpillBase >= 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35845:4: note: in expansion of macro ‘assert’
    assert(tempsValidAndVolatileEntriesSpilled());
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35848:6: note: in expansion of macro ‘assert’
      assert(needsFrame);
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘ssFlushUpThroughTemporaryVariable’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35873:2: note: in expansion of macro ‘assert’
  assert(offset == (frameOffsetOfTemporary(tempIndex)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35875:2: note: in expansion of macro ‘assert’
  assert(simSpillBase >= 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35881:4: note: in expansion of macro ‘assert’
    assert(tempsValidAndVolatileEntriesSpilled());
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35884:6: note: in expansion of macro ‘assert’
      assert(needsFrame);
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘ssPop’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35901:2: note: in expansion of macro ‘assert’
  assert(((simStackPtr - n) >= methodOrBlockNumTemps)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35907:2: note: in expansion of macro ‘assert’
  assert(((simSpillBase > methodOrBlockNumTemps)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35924:3: note: in expansion of macro ‘assert’
   assert((((simStackAt(i))->spilled)) == 1);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35926:2: note: in expansion of macro ‘assert’
  assert((simSpillBase > simStackPtr)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘ssPushBaseoffset’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35965:2: note: in expansion of macro ‘assert’
  assert(((simSpillBase > methodOrBlockNumTemps)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35982:3: note: in expansion of macro ‘assert’
   assert((((simStackAt(i))->spilled)) == 1);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35984:2: note: in expansion of macro ‘assert’
  assert((simSpillBase > simStackPtr)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘ssPushConstant’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:36003:2: note: in expansion of macro ‘assert’
  assert(((simSpillBase > methodOrBlockNumTemps)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:36020:3: note: in expansion of macro ‘assert’
   assert((((simStackAt(i))->spilled)) == 1);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:36022:2: note: in expansion of macro ‘assert’
  assert((simSpillBase > simStackPtr)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘ssPushDesc’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:36040:2: note: in expansion of macro ‘assert’
  assert(((simSpillBase > methodOrBlockNumTemps)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:36057:3: note: in expansion of macro ‘assert’
   assert((((simStackAt(i))->spilled)) == 1);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:36059:2: note: in expansion of macro ‘assert’
  assert((simSpillBase > simStackPtr)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘ssPushRegister’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:36078:2: note: in expansion of macro ‘assert’
  assert(((simSpillBase > methodOrBlockNumTemps)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:36095:3: note: in expansion of macro ‘assert’
   assert((((simStackAt(i))->spilled)) == 1);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:36097:2: note: in expansion of macro ‘assert’
  assert((simSpillBase > simStackPtr)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘ssStorePoptoPreferredReg’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:36151:3: note: in expansion of macro ‘assert’
   assert(!(((ssTop())->spilled)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘tryCollapseTempVectorInitializationOfSize’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:36264:2: note: in expansion of macro ‘assert’
  assert(((pushArrayDesc->generator)) == genPushNewArrayBytecode);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘voidReceiverResultRegContainsSelf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:36332:3: note: in expansion of macro ‘assert’
   assert(tempsValidAndVolatileEntriesSpilled());
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:36335:5: note: in expansion of macro ‘assert’
     assert(needsFrame);
     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c: At top level:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2136:1: warning: ‘availableFloatRegisterOrNoneFor’ defined but not used [-Wunused-function]
 availableFloatRegisterOrNoneFor(AbstractInstruction * self_in_availableFloatRegisterOrNoneFor, sqInt liveRegsMask)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2170:1: warning: ‘cloneLiteralFrom’ defined but not used [-Wunused-function]
 cloneLiteralFrom(AbstractInstruction * self_in_cloneLiteralFrom, AbstractInstruction *existingLiteral)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2216:1: warning: ‘initializeSharableLiteral’ defined but not used [-Wunused-function]
 initializeSharableLiteral(AbstractInstruction * self_in_initializeSharableLiteral, sqInt literal)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2235:1: warning: ‘initializeUniqueLiteral’ defined but not used [-Wunused-function]
 initializeUniqueLiteral(AbstractInstruction * self_in_initializeUniqueLiteral, sqInt literal)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2258:1: warning: ‘isLiteral’ defined but not used [-Wunused-function]
 isLiteral(AbstractInstruction * self_in_isLiteral)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2314:1: warning: ‘rewriteConditionalJumpLongAttarget’ defined but not used [-Wunused-function]
 rewriteConditionalJumpLongAttarget(AbstractInstruction * self_in_rewriteConditionalJumpLongAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2328:1: warning: ‘wantsNearAddressFor’ defined but not used [-Wunused-function]
 wantsNearAddressFor(AbstractInstruction * self_in_wantsNearAddressFor, sqInt anObject)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2355:1: warning: ‘computeSizeOfArithCqR’ defined but not used [-Wunused-function]
 computeSizeOfArithCqR(AbstractInstruction * self_in_computeSizeOfArithCqR)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2370:1: warning: ‘computeSizeOfArithCwR’ defined but not used [-Wunused-function]
 computeSizeOfArithCwR(AbstractInstruction * self_in_computeSizeOfArithCwR)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2415:1: warning: ‘concretizeMoveCwR’ defined but not used [-Wunused-function]
 concretizeMoveCwR(AbstractInstruction * self_in_concretizeMoveCwR)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2535:1: warning: ‘loadLiteralByteSize’ defined but not used [-Wunused-function]
 loadLiteralByteSize(AbstractInstruction * self_in_loadLiteralByteSize)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2812:1: warning: ‘allMethodsHaveCorrectHeader’ defined but not used [-Wunused-function]
 allMethodsHaveCorrectHeader(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5711:1: warning: ‘expectedClosedPICPrototype’ defined but not used [-Wunused-function]
 expectedClosedPICPrototype(CogMethod *cPIC)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5989:1: warning: ‘firstMappedPCFor’ defined but not used [-Wunused-function]
 firstMappedPCFor(CogMethod *cogMethod)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8525:1: warning: ‘maybeFreeCogMethodDoesntLookKosher’ defined but not used [-Wunused-function]
 maybeFreeCogMethodDoesntLookKosher(CogMethod *cogMethod)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8838:1: warning: ‘noAssertMethodClassAssociationOf’ defined but not used [-Wunused-function]
 noAssertMethodClassAssociationOf(sqInt methodPointer)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8850:1: warning: ‘noCogMethodsMaximallyMarked’ defined but not used [-Wunused-function]
 noCogMethodsMaximallyMarked(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8982:1: warning: ‘picAbortDiscriminatorValue’ defined but not used [-Wunused-function]
 picAbortDiscriminatorValue(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9092:1: warning: ‘registerMaskFor’ defined but not used [-Wunused-function]
 registerMaskFor(sqInt reg)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9099:1: warning: ‘registerMaskForand’ defined but not used [-Wunused-function]
 registerMaskForand(sqInt reg1, sqInt reg2)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10265:1: warning: ‘counters’ defined but not used [-Wunused-function]
 counters(CogMethod * self_in_counters)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10510:1: warning: ‘kosherYoungReferrers’ defined but not used [-Wunused-function]
 kosherYoungReferrers(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10997:1: warning: ‘voidYoungReferrersPostTenureAll’ defined but not used [-Wunused-function]
 voidYoungReferrersPostTenureAll(void)
 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16307:1: warning: ‘checkValidDerivedObjectReference’ defined but not used [-Wunused-function]
 checkValidDerivedObjectReference(sqInt bodyAddress)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16322:1: warning: ‘couldBeDerivedObject’ defined but not used [-Wunused-function]
 couldBeDerivedObject(sqInt bodyAddress)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16465: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21897:1: warning: ‘getActiveContextAllocatesInMachineCode’ defined but not used [-Wunused-function]
 getActiveContextAllocatesInMachineCode(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21908:1: warning: ‘inlineCacheTagIsYoung’ defined but not used [-Wunused-function]
 inlineCacheTagIsYoung(sqInt cacheTag)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22316:1: warning: ‘isMergeFixup’ defined but not used [-Wunused-function]
 isMergeFixup(BytecodeFixup * self_in_isMergeFixup)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22376:1: warning: ‘callFullTargetFromReturnAddress’ defined but not used [-Wunused-function]
 callFullTargetFromReturnAddress(AbstractInstruction * self_in_callFullTargetFromReturnAddress, sqInt callSiteReturnAddress)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22383:1: warning: ‘callInstructionByteSize’ defined but not used [-Wunused-function]
 callInstructionByteSize(AbstractInstruction * self_in_callInstructionByteSize)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22405:1: warning: ‘cFloatResultToRd’ defined but not used [-Wunused-function]
 cFloatResultToRd(AbstractInstruction * self_in_cFloatResultToRd, sqInt reg)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22416:1: warning: ‘cFloatResultToRs’ defined but not used [-Wunused-function]
 cFloatResultToRs(AbstractInstruction * self_in_cFloatResultToRs, sqInt reg)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22427:1: warning: ‘cmpC32RTempByteSize’ defined but not used [-Wunused-function]
 cmpC32RTempByteSize(AbstractInstruction * self_in_cmpC32RTempByteSize)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22976:1: warning: ‘concretizeFill32’ defined but not used [-Wunused-function]
 concretizeFill32(AbstractInstruction * self_in_concretizeFill32)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26692:1: warning: ‘fullCallsAreRelative’ defined but not used [-Wunused-function]
 fullCallsAreRelative(AbstractInstruction * self_in_fullCallsAreRelative)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26828:1: warning: ‘generateLowLevelTryLock’ defined but not used [-Wunused-function]
 generateLowLevelTryLock(AbstractInstruction * self_in_generateLowLevelTryLock, sqInt vmOwnerLockAddress)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26858:1: warning: ‘generateLowLevelUnlock’ defined but not used [-Wunused-function]
 generateLowLevelUnlock(AbstractInstruction * self_in_generateLowLevelUnlock, sqInt vmOwnerLockAddress)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26948:1: warning: ‘genMemCopytoconstantSize’ defined but not used [-Wunused-function]
 genMemCopytoconstantSize(AbstractInstruction * self_in_genMemCopytoconstantSize, sqInt originalSourceReg, sqInt originalDestReg, sqInt size)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27007:1: warning: ‘genMemCopytosize’ defined but not used [-Wunused-function]
 genMemCopytosize(AbstractInstruction * self_in_genMemCopytosize, sqInt originalSourceReg, sqInt originalDestReg, sqInt originalSize)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27314:1: warning: ‘genSubstituteReturnAddress’ defined but not used [-Wunused-function]
 genSubstituteReturnAddress(AbstractInstruction * self_in_genSubstituteReturnAddress, sqInt retpc)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27325:1: warning: ‘genSwapRRScratch’ defined but not used [-Wunused-function]
 genSwapRRScratch(AbstractInstruction * self_in_genSwapRRScratch, sqInt regA, sqInt regB, sqInt regTmp)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27500:1: warning: ‘jumpLongByteSize’ defined but not used [-Wunused-function]
 jumpLongByteSize(AbstractInstruction * self_in_jumpLongByteSize)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27507:1: warning: ‘jumpLongConditionalByteSize’ defined but not used [-Wunused-function]
 jumpLongConditionalByteSize(AbstractInstruction * self_in_jumpLongConditionalByteSize)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27558:1: warning: ‘leafCallStackPointerDelta’ defined but not used [-Wunused-function]
 leafCallStackPointerDelta(AbstractInstruction * self_in_leafCallStackPointerDelta)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27570:1: warning: ‘literalBeforeInlineCacheTagAt’ defined but not used [-Wunused-function]
 literalBeforeInlineCacheTagAt(AbstractInstruction * self_in_literalBeforeInlineCacheTagAt, sqInt callSiteReturnAddress)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27582:1: warning: ‘loadPICLiteralByteSize’ defined but not used [-Wunused-function]
 loadPICLiteralByteSize(AbstractInstruction * self_in_loadPICLiteralByteSize)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27589:1: warning: ‘machineCodeAt’ defined but not used [-Wunused-function]
 machineCodeAt(AbstractInstruction * self_in_machineCodeAt, sqInt anOffset)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27603:1: warning: ‘machineCodeBytes’ defined but not used [-Wunused-function]
 machineCodeBytes(AbstractInstruction * self_in_machineCodeBytes)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27646:1: warning: ‘numLowLevelLockOpcodes’ defined but not used [-Wunused-function]
 numLowLevelLockOpcodes(AbstractInstruction * self_in_numLowLevelLockOpcodes)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27683:1: warning: ‘relocateMethodReferenceBeforeAddressby’ defined but not used [-Wunused-function]
 relocateMethodReferenceBeforeAddressby(AbstractInstruction * self_in_relocateMethodReferenceBeforeAddressby, sqInt pc, sqInt delta)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28013:1: warning: ‘zoneCallsAreRelative’ defined but not used [-Wunused-function]
 zoneCallsAreRelative(AbstractInstruction * self_in_zoneCallsAreRelative)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:30203:1: warning: ‘numSpecialSelectors’ defined but not used [-Wunused-function]
 numSpecialSelectors(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31129: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_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35501:1: warning: ‘receiverIsInReceiverResultReg’ defined but not used [-Wunused-function]
 receiverIsInReceiverResultReg(void)
 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:36204:1: warning: ‘tempsValidAndVolatileEntriesSpilled’ defined but not used [-Wunused-function]
 tempsValidAndVolatileEntriesSpilled(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:36305:1: warning: ‘violatesEnsureSpilledSpillAssert’ defined but not used [-Wunused-function]
 violatesEnsureSpilledSpillAssert(void)
 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:1333:14: warning: ‘breakBlock’ defined but not used [-Wunused-variable]
 static sqInt breakBlock;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:1347:14: warning: ‘ceByteSizeOfTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceByteSizeOfTrampoline;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:1357:22: warning: ‘ceCheckFeaturesFunction’ defined but not used [-Wunused-variable]
 static usqIntptr_t (*ceCheckFeaturesFunction)(void);
                      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:1359:14: warning: ‘ceCPICMissTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceCPICMissTrampoline;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:1363:14: warning: ‘ceFFICalloutTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceFFICalloutTrampoline;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:1364:14: warning: ‘ceFloatObjectOfTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceFloatObjectOfTrampoline;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:1365:14: warning: ‘ceFloatValueOfTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceFloatValueOfTrampoline;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:1366:15: warning: ‘ceFlushICache’ defined but not used [-Wunused-variable]
 static void (*ceFlushICache)(usqIntptr_t from, usqIntptr_t to);
               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:1370:14: warning: ‘ceInlineNewHashTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceInlineNewHashTrampoline;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:1371:14: warning: ‘ceInstantiateClassIndexableSizeTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceInstantiateClassIndexableSizeTrampoline;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:1372:14: warning: ‘ceInstantiateClassTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceInstantiateClassTrampoline;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:1377:14: warning: ‘ceMethodAbortTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceMethodAbortTrampoline;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:1380:14: warning: ‘cePICAbortTrampoline’ defined but not used [-Wunused-variable]
 static sqInt cePICAbortTrampoline;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:1381:14: warning: ‘cePositive64BitIntegerTrampoline’ defined but not used [-Wunused-variable]
 static sqInt cePositive64BitIntegerTrampoline;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:1382:14: warning: ‘cePositive64BitValueOfTrampoline’ defined but not used [-Wunused-variable]
 static sqInt cePositive64BitValueOfTrampoline;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:1390:14: warning: ‘ceSigned64BitIntegerTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceSigned64BitIntegerTrampoline;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:1391:14: warning: ‘ceSigned64BitValueOfTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceSigned64BitValueOfTrampoline;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:1416:14: warning: ‘compilationTrace’ defined but not used [-Wunused-variable]
 static sqInt compilationTrace;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:1421:14: warning: ‘currentCallCleanUpSize’ defined but not used [-Wunused-variable]
 static sqInt currentCallCleanUpSize;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:1423:14: warning: ‘debugBytecodePointers’ defined but not used [-Wunused-variable]
 static sqInt debugBytecodePointers;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:1424:14: warning: ‘debugFixupBreaks’ defined but not used [-Wunused-variable]
 static sqInt debugFixupBreaks;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:1425:14: warning: ‘debugOpcodeIndices’ defined but not used [-Wunused-variable]
 static sqInt debugOpcodeIndices;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:1427:14: warning: ‘debugStackPointers’ defined but not used [-Wunused-variable]
 static sqInt debugStackPointers;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:1431:14: warning: ‘disassemblingMethod’ defined but not used [-Wunused-variable]
 static sqInt disassemblingMethod;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:1437:14: warning: ‘expectedFPAlignment’ defined but not used [-Wunused-variable]
 static sqInt expectedFPAlignment;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:1438:14: warning: ‘expectedSPAlignment’ defined but not used [-Wunused-variable]
 static sqInt expectedSPAlignment;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:1963:14: warning: ‘guardPageSize’ defined but not used [-Wunused-variable]
 static sqInt guardPageSize;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:1964:14: warning: ‘hasNativeFrame’ defined but not used [-Wunused-variable]
 static sqInt hasNativeFrame;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2013:14: warning: ‘simNativeSpillBase’ defined but not used [-Wunused-variable]
 static sqInt simNativeSpillBase;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2014:14: warning: ‘simNativeStack’ defined but not used [-Wunused-variable]
 static sqInt simNativeStack;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2016:14: warning: ‘simNativeStackSize’ defined but not used [-Wunused-variable]
 static sqInt simNativeStackSize;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2029:15: warning: ‘unpairedMethodList’ defined but not used [-Wunused-variable]
 static usqInt unpairedMethodList;
               ^
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘generateClosedPICPrototype’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6477:31: warning: ‘endCPICCase1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  cPICCaseSize = ((endCPICCase1->address)) - ((endCPICCase0->address));
                               ^
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1600958092 --- 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.1600343133 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc --- cache
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genSpecialSelectorComparison’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34723:9: warning: ‘result’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  return ssPushAnnotatedConstant((result
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34694:9: note: ‘result’ was declared here
     int result;
         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c: In function ‘genSpecialSelectorArithmetic’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34460:6: warning: ‘jumpContinue’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (!(jumpContinue)) {
      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7201:39: warning: ‘rcvrInt’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  ((abstractInstruction->operands))[0] = operandOne;
                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34292:11: note: ‘rcvrInt’ was declared here
     sqInt rcvrInt;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34333: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_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7201:39: warning: ‘argInt’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  ((abstractInstruction->operands))[0] = operandOne;
                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34280:11: note: ‘argInt’ was declared here
     sqInt argInt;
           ^
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/generated/vm/src/gcc3x-cointerp.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:42:0: warning: ignoring #pragma auto_inline  [-Wunknown-pragmas]
 #pragma auto_inline(off)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59:0: warning: ignoring #pragma auto_inline  [-Wunknown-pragmas]
 #pragma auto_inline(on)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘interpret’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2929:8: warning: statement with no effect [-Wunused-value]
   error("bytecode jumpTable too small");
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2942:3: note: in expansion of macro ‘assert’
   assert((minimumUnusedHeadroom()) == stackPageBytes);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2950:2: note: in expansion of macro ‘assert’
  assert(GIV(instructionPointer) != (ceReturnToInterpreterPC()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:88:38: warning: statement with no effect [-Wunused-value]
 # define bytecodeDispatchDebugHook() 0
                                      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2959:3: note: in expansion of macro ‘bytecodeDispatchDebugHook’
   bytecodeDispatchDebugHook();
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3465:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3481:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3497:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3513:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3529:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3545:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3561:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3577:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3593:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3609:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3625:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3641:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3657:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3673:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3689:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3705:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3721:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3737:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3753:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3769:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3785:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3801:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3817:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3833:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3849:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3865:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3881:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3897:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3913:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3929:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3945:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3961:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:3978:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4000:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4022:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4044:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4066:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4088:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4110:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4132:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4154:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4176:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4198:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4220:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4242:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4264:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4286:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4308:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4329:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4350:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4371:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4392:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4413:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4434:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4455:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4476:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4497:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4518:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4539:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4560:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4581:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4602:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4623:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4644:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4680:5: note: in expansion of macro ‘assert’
     assert(!((isImmediate(rcvr))));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4697:5: note: in expansion of macro ‘assert’
     assert(!(isForwarded(rcvr)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:4698:38: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     if ((assert(isNonImmediate(rcvr)),
                                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5024:5: note: in expansion of macro ‘assert’
     assert(GIV(stackPage) == (mostRecentlyUsedPage()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5026:5: note: in expansion of macro ‘assert’
     assert(localSP < localFP);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5027:5: note: in expansion of macro ‘assert’
     assert((localSP < ((GIV(stackPage)->baseAddress)))
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5029:5: note: in expansion of macro ‘assert’
     assert((localFP < ((GIV(stackPage)->baseAddress)))
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5033:5: note: in expansion of macro ‘assert’
     assert(pageListIsWellFormed());
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5035:5: note: in expansion of macro ‘assert’
     assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5059:8: note: in expansion of macro ‘assert’
        assert(isContext(frameContext(localFP)));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5091:7: note: in expansion of macro ‘assert’
       assert(isContext(frameContext(localFP)));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5112:7: note: in expansion of macro ‘assert’
       assert(isContext(frameContext(localFP)));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5132:6: note: in expansion of macro ‘assert’
      assert(checkIsStillMarriedContextcurrentFP(home, localFP));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5135:6: note: in expansion of macro ‘assert’
      assert((((senderOop) & 7) == 1));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5139:7: note: in expansion of macro ‘assert’
       assert(isBaseFrame(theFP));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5141:146: warning: left-hand operand of comma expression has no effect [-Wunused-value]
       thePage1 = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                                  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5144:7: note: in expansion of macro ‘assert’
       assert(addressCouldBeObj(callerContextOrNil));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5145:7: note: in expansion of macro ‘assert’
       assert((callerContextOrNil == (nilObject()))
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5159:7: note: in expansion of macro ‘assert’
       assert(checkIsStillMarriedContextcurrentFP(contextToReturnTo, localFP));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5162:7: note: in expansion of macro ‘assert’
       assert((((senderOop1) & 7) == 1));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5176:8: note: in expansion of macro ‘assert’
        assert(isContext(frameContext(localFP)));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5193:5: note: in expansion of macro ‘assert’
     assert(pageListIsWellFormed());
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5195:163: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     newPage = stackPageAtpages((assert((((((char *) frameToReturnTo)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) frameToReturnTo)) <= (((char *) GIV(pages)))))),
                                                                                                                                                                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5200:6: note: in expansion of macro ‘assert’
      assert(isBaseFrame(theFP2));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5202:147: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      thePage3 = stackPageAtpages((assert((((((char *) theFP2)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP2)) <= (((char *) GIV(pages)))))),
                                                                                                                                                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5205:6: note: in expansion of macro ‘assert’
      assert(addressCouldBeObj(callerContextOrNil2));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5206:6: note: in expansion of macro ‘assert’
      assert((callerContextOrNil2 == (nilObject()))
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5211:7: note: in expansion of macro ‘assert’
       assert(isContext(currentCtx));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5216:146: warning: left-hand operand of comma expression has no effect [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                                  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5225:8: note: in expansion of macro ‘assert’
        assert(isBaseFrame(theFP1));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5227:149: warning: left-hand operand of comma expression has no effect [-Wunused-value]
        thePage2 = stackPageAtpages((assert((((((char *) theFP1)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP1)) <= (((char *) GIV(pages)))))),
                                                                                                                                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5230:8: note: in expansion of macro ‘assert’
        assert(addressCouldBeObj(callerContextOrNil1));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5231:8: note: in expansion of macro ‘assert’
        assert((callerContextOrNil1 == (nilObject()))
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5240:8: note: in expansion of macro ‘assert’
        assert(isContext(currentCtx));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5243:8: note: in expansion of macro ‘assert’
        assert(!(isOopForwarded(currentCtx)));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5247:8: note: in expansion of macro ‘assert’
        assert(!(isOopForwarded(currentCtx)));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5253:6: note: in expansion of macro ‘assert’
      assert(newPage != 0);
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5273:50: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      localSP = ((assert(!(isBaseFrame(callerFP))),
                                                  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:130:3: note: in expansion of macro ‘assert’
   assert((getfp() & STACK_ALIGN_MASK) == STACK_FP_ALIGNMENT);  \
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5282:7: note: in expansion of macro ‘assertCStackWellAligned’
       assertCStackWellAligned();
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:131:2: note: in expansion of macro ‘assert’
  assert((getsp() & STACK_ALIGN_MASK) == 0); \
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5282:7: note: in expansion of macro ‘assertCStackWellAligned’
       assertCStackWellAligned();
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5283:7: note: in expansion of macro ‘assert’
       assert((((usqInt)localIP)) < (startOfMemory()));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5284:7: note: in expansion of macro ‘assert’
       assert(isMachineCodeFrame(localFP));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5290:7: note: in expansion of macro ‘assert’
       assert((localSP < ((GIV(stackPage)->baseAddress)))
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5302:5: note: in expansion of macro ‘assert’
     assert((((usqInt)aMethodObj)) >= (startOfMemory()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5304:5: note: in expansion of macro ‘assert’
     assert(isOopCompiledMethod(GIV(method)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5393:6: note: in expansion of macro ‘assert’
      assert(localFP == ((GIV(stackPage)->baseFP)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5395:6: note: in expansion of macro ‘assert’
      assert(isBaseFrame(localFP));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5397:149: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      thePage1 = stackPageAtpages((assert((((((char *) localFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) localFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5400:6: note: in expansion of macro ‘assert’
      assert(addressCouldBeObj(callerContextOrNil));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5401:6: note: in expansion of macro ‘assert’
      assert((callerContextOrNil == (nilObject()))
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5412:7: note: in expansion of macro ‘assert’
       assert((((senderOop) & 7) == 1));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5415:145: warning: left-hand operand of comma expression has no effect [-Wunused-value]
       thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                                 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5438:13: warning: statement with no effect [-Wunused-value]
        error("did not find theFP in stack page");
             ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5450:8: note: in expansion of macro ‘assert’
        assert(newPage == GIV(stackPage));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5480:6: note: in expansion of macro ‘assert’
      assert(thePage != 0);
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5486:6: note: in expansion of macro ‘assert’
      assert((stackPageFor(theFP)) == GIV(stackPage));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:130:3: note: in expansion of macro ‘assert’
   assert((getfp() & STACK_ALIGN_MASK) == STACK_FP_ALIGNMENT);  \
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5495:8: note: in expansion of macro ‘assertCStackWellAligned’
        assertCStackWellAligned();
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:131:2: note: in expansion of macro ‘assert’
  assert((getsp() & STACK_ALIGN_MASK) == 0); \
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5495:8: note: in expansion of macro ‘assertCStackWellAligned’
        assertCStackWellAligned();
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5496:8: note: in expansion of macro ‘assert’
        assert((((usqInt)localIP)) < (startOfMemory()));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5497:8: note: in expansion of macro ‘assert’
        assert(isMachineCodeFrame(localFP));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5503:8: note: in expansion of macro ‘assert’
        assert((localSP < ((GIV(stackPage)->baseAddress)))
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5512:6: note: in expansion of macro ‘assert’
      assert(checkIsStillMarriedContextcurrentFP(contextToReturnTo, localFP));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5515:6: note: in expansion of macro ‘assert’
      assert((((usqInt)aMethodObj)) >= (startOfMemory()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5517:6: note: in expansion of macro ‘assert’
      assert(isOopCompiledMethod(GIV(method)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:130:3: note: in expansion of macro ‘assert’
   assert((getfp() & STACK_ALIGN_MASK) == STACK_FP_ALIGNMENT);  \
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5539:7: note: in expansion of macro ‘assertCStackWellAligned’
       assertCStackWellAligned();
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:131:2: note: in expansion of macro ‘assert’
  assert((getsp() & STACK_ALIGN_MASK) == 0); \
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5539:7: note: in expansion of macro ‘assertCStackWellAligned’
       assertCStackWellAligned();
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5540:7: note: in expansion of macro ‘assert’
       assert((((usqInt)localIP)) < (startOfMemory()));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5541:7: note: in expansion of macro ‘assert’
       assert(isMachineCodeFrame(localFP));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5547:7: note: in expansion of macro ‘assert’
       assert((localSP < ((GIV(stackPage)->baseAddress)))
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5558:5: note: in expansion of macro ‘assert’
     assert((((usqInt)aMethodObj1)) >= (startOfMemory()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5560:5: note: in expansion of macro ‘assert’
     assert(isOopCompiledMethod(GIV(method)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5595:11: warning: statement with no effect [-Wunused-value]
      error("Unknown bytecode");
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5603:6: note: in expansion of macro ‘assert’
      assert(isContext(frameContext(theFP)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5651:6: note: in expansion of macro ‘assert’
      assert(GIV(method) == (iframeMethod(localFP)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5659:6: note: in expansion of macro ‘assert’
      assert(GIV(method) == (iframeMethod(localFP)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5695:6: note: in expansion of macro ‘assert’
      assert(!((isImmediate(objOop))));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5712:6: note: in expansion of macro ‘assert’
      assert(!(isForwarded(objOop)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5713:41: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      if ((assert(isNonImmediate(objOop)),
                                         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5749:6: note: in expansion of macro ‘assert’
      assert(GIV(method) == (iframeMethod(localFP)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5758:6: note: in expansion of macro ‘assert’
      assert(!((isImmediate(litVar))));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5775:6: note: in expansion of macro ‘assert’
      assert(!(isForwarded(litVar)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5776:41: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      if ((assert(isNonImmediate(litVar)),
                                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5794:10: warning: statement with no effect [-Wunused-value]
     error("illegal store");
          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5822:6: note: in expansion of macro ‘assert’
      assert(!((isImmediate(objOop))));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5839:6: note: in expansion of macro ‘assert’
      assert(!(isForwarded(objOop)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5840:41: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      if ((assert(isNonImmediate(objOop)),
                                         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5876:6: note: in expansion of macro ‘assert’
      assert(GIV(method) == (iframeMethod(localFP)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5885:6: note: in expansion of macro ‘assert’
      assert(!((isImmediate(litVar))));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5902:6: note: in expansion of macro ‘assert’
      assert(!(isForwarded(litVar)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5903:41: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      if ((assert(isNonImmediate(litVar)),
                                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5921:10: warning: statement with no effect [-Wunused-value]
     error("illegal store");
          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5933:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5952:5: note: in expansion of macro ‘assert’
     assert(lkupClassTag != (nilObject()));
     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5993:6: note: in expansion of macro ‘sendBreakpointreceiver’
      sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(GIV(messageSelector)), lengthOfMaybeImmediate(GIV(messageSelector)), longAtPointer(localSP + (GIV(argumentCount) * BytesPerOop)));
      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5996:7: note: in expansion of macro ‘assert’
       assert((lkupClassTag >= 0)
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6061:67: warning: left-hand operand of comma expression has no effect [-Wunused-value]
         && ((((usqInt)methodHeader)) >= (minCogMethodAddress())))),
                                                                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6071:49: warning: left-hand operand of comma expression has no effect [-Wunused-value]
        if (((assert((((methodHeader) & 7) == 1)),
                                                 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6082:7: note: in expansion of macro ‘assert’
       assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6104:70: warning: left-hand operand of comma expression has no effect [-Wunused-value]
           && ((((usqInt)methodHeader1)) >= (minCogMethodAddress())))),
                                                                      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6114:52: warning: left-hand operand of comma expression has no effect [-Wunused-value]
          if (((assert((((methodHeader1) & 7) == 1)),
                                                    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6126:7: note: in expansion of macro ‘assert’
       assert((lkupClassTag >= 0)
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6141:7: note: in expansion of macro ‘assert’
       assert((GIV(lkupClass) != null)
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6145:7: note: in expansion of macro ‘assert’
       assert(GIV(instructionPointer) != (ceReturnToInterpreterPC()));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6156:8: note: in expansion of macro ‘assert’
        assert(isPrimitiveFunctionPointerAnIndex());
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6158:8: note: in expansion of macro ‘assert’
        assert((localPrimIndex > 0xFF)
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6188:7: note: in expansion of macro ‘assert’
       assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6198:7: note: in expansion of macro ‘assert’
       assert(!(isOopForwarded(stackValue(GIV(argumentCount)))));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6199:7: note: in expansion of macro ‘assert’
       assert((remapBufferCount()) == 0);
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6206:7: note: in expansion of macro ‘assert’
       assert(maybeLeakCheckExternalPrimCall(GIV(newMethod)));
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6225:9: note: in expansion of macro ‘flag’
         flag("Would be nice to make this a message send of e.g. unbalancedPrimitive to the current process or context");
         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6239:7: note: in expansion of macro ‘assert’
       assert(GIV(instructionPointer) != (ceReturnToInterpreterPC()));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6249:49: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      if ((assert(isNonImmediate(GIV(newMethod))),
                                                 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6252:7: note: in expansion of macro ‘assert’
       assert(!(isMachineCodeFrame(localFP)));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6256:7: note: in expansion of macro ‘assert’
       assert((localSP < ((GIV(stackPage)->baseAddress)))
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6262:7: note: in expansion of macro ‘assert’
       assert(GIV(instructionPointer) != (ceReturnToInterpreterPC()));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6270:7: note: in expansion of macro ‘assert’
       assert(!(isCogMethodReference(methodHeader2)));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6272:7: note: in expansion of macro ‘assert’
       assert(GIV(argumentCount) == (argumentCountOfMethodHeader(methodHeader2)));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6276:7: note: in expansion of macro ‘assert’
       assert(!(isOopForwarded(rcvr)));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6286:7: note: in expansion of macro ‘assert’
       assert(isOopCompiledMethod(GIV(method)));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6287:7: note: in expansion of macro ‘assert’
       assert((methodHeaderOf(GIV(method))) == methodHeader2);
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6309:105: warning: left-hand operand of comma expression has no effect [-Wunused-value]
       localIP = pointerForOop(((GIV(newMethod) + ((LiteralStart + ((assert((((methodHeader2) & 7) == 1)),
                                                                                                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:217:41: note: in definition of macro ‘pointerForOop’
 #  define pointerForOop(oop)  ((char *)(oop))
                                         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6321:7: note: in expansion of macro ‘assert’
       assert((frameNumArgs(localFP)) == GIV(argumentCount));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6322:7: note: in expansion of macro ‘assert’
       assert(!(frameIsBlockActivation(localFP)));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6323:7: note: in expansion of macro ‘assert’
       assert(!(frameHasContext(localFP)));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6326:8: note: in expansion of macro ‘assert’
        assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6333:8: note: in expansion of macro ‘assert’
        assert(GIV(instructionPointer) != (ceReturnToInterpreterPC()));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6379:6: note: in expansion of macro ‘assert’
      assert(GIV(method) == (iframeMethod(localFP)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6387:6: note: in expansion of macro ‘assert’
      assert(GIV(method) == (iframeMethod(localFP)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6402:7: note: in expansion of macro ‘assert’
       assert(byte3 < MethodIndex);
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6403:7: note: in expansion of macro ‘assert’
       assert(isContext(obj));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6405:7: note: in expansion of macro ‘assert’
       assert(GIV(stackPage) == (mostRecentlyUsedPage()));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6407:7: note: in expansion of macro ‘assert’
       assert(localSP < localFP);
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6408:7: note: in expansion of macro ‘assert’
       assert((localSP < ((GIV(stackPage)->baseAddress)))
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6410:7: note: in expansion of macro ‘assert’
       assert((localFP < ((GIV(stackPage)->baseAddress)))
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6414:7: note: in expansion of macro ‘assert’
       assert(pageListIsWellFormed());
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6421:9: note: in expansion of macro ‘assert’
         assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6427:9: note: in expansion of macro ‘assert’
         assert(GIV(instructionPointer) != (ceReturnToInterpreterPC()));
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6442:7: note: in expansion of macro ‘assert’
       assert((((senderOop) & 7) == 1));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6451:9: note: in expansion of macro ‘assert’
         assert(isBaseFrame(spouseFP));
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6453:153: warning: left-hand operand of comma expression has no effect [-Wunused-value]
         thePage = stackPageAtpages((assert((((((char *) spouseFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) spouseFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6456:9: note: in expansion of macro ‘assert’
         assert(addressCouldBeObj(callerContextOrNil));
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6457:9: note: in expansion of macro ‘assert’
         assert((callerContextOrNil == (nilObject()))
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6466:9: note: in expansion of macro ‘assert’
         assert(isContext(frameContext(callerFP)));
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6470:74: warning: left-hand operand of comma expression has no effect [-Wunused-value]
        object3 = marryFrameSP(callerFP, (assert(!(isBaseFrame(spouseFP))),
                                                                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6475:8: note: in expansion of macro ‘assert’
        assert((ReceiverIndex + (stackPointerIndexForFrame(spouseFP))) < (lengthOf(obj)));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6483:12: warning: statement with no effect [-Wunused-value]
       error("bad index");
            ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6499:6: note: in expansion of macro ‘assert’
      assert(GIV(method) == (iframeMethod(localFP)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6509:6: note: in expansion of macro ‘assert’
      assert(GIV(method) == (iframeMethod(localFP)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6528:6: note: in expansion of macro ‘assert’
      assert(GIV(method) == (iframeMethod(localFP)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6537:6: note: in expansion of macro ‘assert’
      assert(!((isImmediate(litVar1))));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6554:6: note: in expansion of macro ‘assert’
      assert(!(isForwarded(litVar1)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6555:42: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      if ((assert(isNonImmediate(litVar1)),
                                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6586:6: note: in expansion of macro ‘assert’
      assert(isMarriedOrWidowedContext(obj1));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6587:6: note: in expansion of macro ‘assert’
      assert(!((isObjImmutable(obj1))));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6589:6: note: in expansion of macro ‘assert’
      assert(GIV(stackPage) == (mostRecentlyUsedPage()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6591:6: note: in expansion of macro ‘assert’
      assert(localSP < localFP);
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6592:6: note: in expansion of macro ‘assert’
      assert((localSP < ((GIV(stackPage)->baseAddress)))
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6594:6: note: in expansion of macro ‘assert’
      assert((localFP < ((GIV(stackPage)->baseAddress)))
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6598:6: note: in expansion of macro ‘assert’
      assert(pageListIsWellFormed());
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6602:7: note: in expansion of macro ‘assert’
       assert(!(isForwarded(obj1)));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6603:40: warning: left-hand operand of comma expression has no effect [-Wunused-value]
       if ((assert(isNonImmediate(obj1)),
                                        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6623:6: note: in expansion of macro ‘assert’
      assert((((senderOop1) & 7) == 1));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6627:146: warning: left-hand operand of comma expression has no effect [-Wunused-value]
       thePage1 = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                                  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6629:7: note: in expansion of macro ‘assert’
       assert(GIV(stackPage) == (mostRecentlyUsedPage()));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6642:6: note: in expansion of macro ‘assert’
      assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6653:6: note: in expansion of macro ‘assert’
      assert(!(isForwarded(obj1)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6654:39: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      if ((assert(isNonImmediate(obj1)),
                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6671:6: note: in expansion of macro ‘assert’
      assert(GIV(instructionPointer) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6683:6: note: in expansion of macro ‘assert’
      assert(!((isImmediate(obj1))));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6700:6: note: in expansion of macro ‘assert’
      assert(!(isForwarded(obj1)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6701:39: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      if ((assert(isNonImmediate(obj1)),
                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6729:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6765:6: note: in expansion of macro ‘assert’
      assert((numSlotsOf(literal)) > ValueIndex);
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6790:5: note: in expansion of macro ‘assert’
     assert(addressCouldBeClassObj(superclass));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6804:6: note: in expansion of macro ‘assert’
      assert(isUnambiguouslyForwarder(objOop1));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6815:5: note: in expansion of macro ‘assert’
     assert(lkupClassTag != (nilObject()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6827:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6873:6: note: in expansion of macro ‘assert’
      assert(isContext(frameContext(theFP)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6905:5: note: in expansion of macro ‘assert’
     assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6910:5: note: in expansion of macro ‘assert’
     assert((size >= 0)
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6912:5: note: in expansion of macro ‘assert’
     assert((2 /* arrayFormat */) == (instSpecOfClass(knownClassAtIndex(ClassArrayCompactIndex))));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6914:5: note: in expansion of macro ‘assert’
     assert(size < (numSlotsMask()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6919:5: note: in expansion of macro ‘assert’
     assert((numBytes % (allocationUnit())) == 0);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6920:5: note: in expansion of macro ‘assert’
     assert((newObj % (allocationUnit())) == 0);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6928:12: warning: statement with no effect [-Wunused-value]
       error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
            ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6943:7: note: in expansion of macro ‘assert’
       assert(!(isOopForwarded(array)));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6953:7: note: in expansion of macro ‘assert’
       assert(!(isOopForwarded(array)));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6969:5: note: in expansion of macro ‘assert’
     assert(isCompiledMethod(GIV(method)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6975:6: note: in expansion of macro ‘assert’
      assert((((usqInt)header2)) < GIV(newSpaceStart));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6976:6: note: in expansion of macro ‘assert’
      assert((((((CogMethod *) header2))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6981:96: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      && ((((sqInt)localIP)) == ((GIV(method) + ((LiteralStart + ((assert((((header) & 7) == 1)),
                                                                                                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7040:5: note: in expansion of macro ‘assert’
     assert(!(isForwarded(tempVector)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7041:44: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     if ((assert(isNonImmediate(tempVector)),
                                            ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7077:5: note: in expansion of macro ‘assert’
     assert(!(isForwarded(tempVector)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7078:44: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     if ((assert(isNonImmediate(tempVector)),
                                            ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7129:6: note: in expansion of macro ‘assert’
      assert(isContext(frameContext(theFP)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7140:5: note: in expansion of macro ‘assert’
     assert((numSlots >= 0)
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7142:5: note: in expansion of macro ‘assert’
     assert(((objFormat < (firstByteFormat())
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7146:5: note: in expansion of macro ‘assert’
     assert(numSlots < (numSlotsMask()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7151:5: note: in expansion of macro ‘assert’
     assert((numBytes % (allocationUnit())) == 0);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7152:5: note: in expansion of macro ‘assert’
     assert((newObj % (allocationUnit())) == 0);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7160:12: warning: statement with no effect [-Wunused-value]
       error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
            ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7170:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(newClosure1)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7173:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(newClosure1)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7176:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(newClosure1)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7192:7: note: in expansion of macro ‘assert’
       assert(!(isOopForwarded(newClosure)));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7416:6: note: in expansion of macro ‘assert’
      assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7424:6: note: in expansion of macro ‘assert’
      assert(GIV(instructionPointer) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7438:7: note: in expansion of macro ‘assert’
       assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7450:7: note: in expansion of macro ‘assert’
       assert(minBackwardJumpCountForCompile <= 128);
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7583:6: note: in expansion of macro ‘assert’
      assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7591:8: note: in expansion of macro ‘assert’
        assert(isImmediateFloat(rcvr));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7629:8: note: in expansion of macro ‘assert’
        assert(isImmediateFloat(arg));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7669:6: note: in expansion of macro ‘assert’
      assert(GIV(instructionPointer) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7727:6: note: in expansion of macro ‘assert’
      assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7735:8: note: in expansion of macro ‘assert’
        assert(isImmediateFloat(rcvr));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7773:8: note: in expansion of macro ‘assert’
        assert(isImmediateFloat(arg));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7813:6: note: in expansion of macro ‘assert’
      assert(GIV(instructionPointer) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7875:7: note: in expansion of macro ‘assert’
       assert(isImmediateFloat(rcvr));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7913:7: note: in expansion of macro ‘assert’
       assert(isImmediateFloat(arg));
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:198:40: warning: value computed is not used [-Wunused-value]
 # define byteAtPointer(ptr)   ((sqInt)(*((unsigned char *)(ptr))))
                                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7990:7: note: in expansion of macro ‘byteAtPointer’
       byteAtPointer(++localIP);
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:8065:7: note: in expansion of macro ‘assert’
       assert(isImmediateFloat(rcvr));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:8103:7: note: in expansion of macro ‘assert’
       assert(isImmediateFloat(arg));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:8251:7: note: in expansion of macro ‘assert’
       assert(isImmediateFloat(rcvr));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:8289:7: note: in expansion of macro ‘assert’
       assert(isImmediateFloat(arg));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:8386:7: note: in expansion of macro ‘assert’
       assert(isImmediateFloat(rcvr));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:8424:7: note: in expansion of macro ‘assert’
       assert(isImmediateFloat(arg));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:8518:7: note: in expansion of macro ‘assert’
       assert(isImmediateFloat(rcvr));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:8556:7: note: in expansion of macro ‘assert’
       assert(isImmediateFloat(arg));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:8650:7: note: in expansion of macro ‘assert’
       assert(isImmediateFloat(rcvr));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:8688:7: note: in expansion of macro ‘assert’
       assert(isImmediateFloat(arg));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:8794:6: note: in expansion of macro ‘assert’
      assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:8802:8: note: in expansion of macro ‘assert’
        assert(isImmediateFloat(rcvr));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:8840:8: note: in expansion of macro ‘assert’
        assert(isImmediateFloat(arg));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:8880:6: note: in expansion of macro ‘assert’
      assert(GIV(instructionPointer) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:8945:6: note: in expansion of macro ‘assert’
      assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:8953:8: note: in expansion of macro ‘assert’
        assert(isImmediateFloat(rcvr));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:8991:8: note: in expansion of macro ‘assert’
        assert(isImmediateFloat(arg));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9039:6: note: in expansion of macro ‘assert’
      assert(GIV(instructionPointer) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9108:6: note: in expansion of macro ‘assert’
      assert((rawHashBitsOf(classObj)) != 0);
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9113:6: note: in expansion of macro ‘assert’
      assert((numSlots >= 0)
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9116:6: note: in expansion of macro ‘assert’
      assert(((objFormat < (firstByteFormat())
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9120:6: note: in expansion of macro ‘assert’
      assert(numSlots < (numSlotsMask()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9125:6: note: in expansion of macro ‘assert’
      assert((numBytes % (allocationUnit())) == 0);
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9126:6: note: in expansion of macro ‘assert’
      assert((newObj % (allocationUnit())) == 0);
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9134:13: warning: statement with no effect [-Wunused-value]
        error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
             ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9144:6: note: in expansion of macro ‘assert’
      assert(!(isOopForwarded(pt)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9147:6: note: in expansion of macro ‘assert’
      assert(!(isOopForwarded(pt)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9176:5: note: in expansion of macro ‘assert’
     assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9232:5: note: in expansion of macro ‘assert’
     assert(GIV(instructionPointer) != (ceReturnToInterpreterPC()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9295:5: note: in expansion of macro ‘assert’
     assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9301:5: note: in expansion of macro ‘assert’
     assert(GIV(instructionPointer) != (ceReturnToInterpreterPC()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9339:5: note: in expansion of macro ‘assert’
     assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9345:5: note: in expansion of macro ‘assert’
     assert(GIV(instructionPointer) != (ceReturnToInterpreterPC()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9423:5: note: in expansion of macro ‘assert’
     assert(!(isImmediate(rcvr)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9473:5: note: in expansion of macro ‘assert’
     assert(!(isImmediate(rcvr)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9396:11: warning: variable ‘classOop1’ set but not used [-Wunused-but-set-variable]
     sqInt classOop1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9395:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9660:5: note: in expansion of macro ‘assert’
     assert(!(isImmediate(rcvr)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9668:6: note: in expansion of macro ‘assert’
      assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9676:6: note: in expansion of macro ‘assert’
      assert(GIV(instructionPointer) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9645:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9713:5: note: in expansion of macro ‘assert’
     assert(!(isImmediate(rcvr)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9721:6: note: in expansion of macro ‘assert’
      assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9729:6: note: in expansion of macro ‘assert’
      assert(GIV(instructionPointer) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9698:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9807:6: note: in expansion of macro ‘assert’
      assert(isNonImmediate(rcvr));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9852:6: note: in expansion of macro ‘assert’
      assert(isNonImmediate(rcvr));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9917:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9926:5: note: in expansion of macro ‘assert’
     assert(lkupClassTag != (nilObject()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9968:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9977:5: note: in expansion of macro ‘assert’
     assert(lkupClassTag != (nilObject()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:10019:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:10028:5: note: in expansion of macro ‘assert’
     assert(lkupClassTag != (nilObject()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:10047:7: note: in expansion of macro ‘assert’
       assert(isContext(frameContext(localFP)));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:10169:6: note: in expansion of macro ‘assert’
      assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:10177:8: note: in expansion of macro ‘assert’
        assert(isImmediateFloat(rcvr));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:10215:8: note: in expansion of macro ‘assert’
        assert(isImmediateFloat(arg));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:10255:6: note: in expansion of macro ‘assert’
      assert(GIV(instructionPointer) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:10313:6: note: in expansion of macro ‘assert’
      assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:10321:8: note: in expansion of macro ‘assert’
        assert(isImmediateFloat(rcvr));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:10359:8: note: in expansion of macro ‘assert’
        assert(isImmediateFloat(arg));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:10399:6: note: in expansion of macro ‘assert’
      assert(GIV(instructionPointer) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:10461:7: note: in expansion of macro ‘assert’
       assert(isImmediateFloat(rcvr));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:10499:7: note: in expansion of macro ‘assert’
       assert(isImmediateFloat(arg));
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:198:40: warning: value computed is not used [-Wunused-value]
 # define byteAtPointer(ptr)   ((sqInt)(*((unsigned char *)(ptr))))
                                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:10575:7: note: in expansion of macro ‘byteAtPointer’
       byteAtPointer(++localIP);
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:10650:7: note: in expansion of macro ‘assert’
       assert(isImmediateFloat(rcvr));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:10688:7: note: in expansion of macro ‘assert’
       assert(isImmediateFloat(arg));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:10836:7: note: in expansion of macro ‘assert’
       assert(isImmediateFloat(rcvr));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:10874:7: note: in expansion of macro ‘assert’
       assert(isImmediateFloat(arg));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:10971:7: note: in expansion of macro ‘assert’
       assert(isImmediateFloat(rcvr));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11009:7: note: in expansion of macro ‘assert’
       assert(isImmediateFloat(arg));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11103:7: note: in expansion of macro ‘assert’
       assert(isImmediateFloat(rcvr));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11141:7: note: in expansion of macro ‘assert’
       assert(isImmediateFloat(arg));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11235:7: note: in expansion of macro ‘assert’
       assert(isImmediateFloat(rcvr));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11273:7: note: in expansion of macro ‘assert’
       assert(isImmediateFloat(arg));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11379:6: note: in expansion of macro ‘assert’
      assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11387:8: note: in expansion of macro ‘assert’
        assert(isImmediateFloat(rcvr));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11425:8: note: in expansion of macro ‘assert’
        assert(isImmediateFloat(arg));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11465:6: note: in expansion of macro ‘assert’
      assert(GIV(instructionPointer) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11530:6: note: in expansion of macro ‘assert’
      assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11538:8: note: in expansion of macro ‘assert’
        assert(isImmediateFloat(rcvr));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11576:8: note: in expansion of macro ‘assert’
        assert(isImmediateFloat(arg));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11624:6: note: in expansion of macro ‘assert’
      assert(GIV(instructionPointer) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11693:6: note: in expansion of macro ‘assert’
      assert((rawHashBitsOf(classObj)) != 0);
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11698:6: note: in expansion of macro ‘assert’
      assert((numSlots >= 0)
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11701:6: note: in expansion of macro ‘assert’
      assert(((objFormat < (firstByteFormat())
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11705:6: note: in expansion of macro ‘assert’
      assert(numSlots < (numSlotsMask()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11710:6: note: in expansion of macro ‘assert’
      assert((numBytes % (allocationUnit())) == 0);
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11711:6: note: in expansion of macro ‘assert’
      assert((newObj % (allocationUnit())) == 0);
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11719:13: warning: statement with no effect [-Wunused-value]
        error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
             ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11729:6: note: in expansion of macro ‘assert’
      assert(!(isOopForwarded(pt)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11732:6: note: in expansion of macro ‘assert’
      assert(!(isOopForwarded(pt)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11761:5: note: in expansion of macro ‘assert’
     assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11817:5: note: in expansion of macro ‘assert’
     assert(GIV(instructionPointer) != (ceReturnToInterpreterPC()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11880:5: note: in expansion of macro ‘assert’
     assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11886:5: note: in expansion of macro ‘assert’
     assert(GIV(instructionPointer) != (ceReturnToInterpreterPC()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11924:5: note: in expansion of macro ‘assert’
     assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11930:5: note: in expansion of macro ‘assert’
     assert(GIV(instructionPointer) != (ceReturnToInterpreterPC()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11980:5: note: in expansion of macro ‘assert’
     assert(!(isImmediate(rcvr)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12030:5: note: in expansion of macro ‘assert’
     assert(!(isImmediate(rcvr)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11953:11: warning: variable ‘classOop1’ set but not used [-Wunused-but-set-variable]
     sqInt classOop1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11952:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12152:5: note: in expansion of macro ‘assert’
     assert(!(isImmediate(rcvr)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12160:6: note: in expansion of macro ‘assert’
      assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12168:6: note: in expansion of macro ‘assert’
      assert(GIV(instructionPointer) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12137:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12205:5: note: in expansion of macro ‘assert’
     assert(!(isImmediate(rcvr)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12213:6: note: in expansion of macro ‘assert’
      assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12221:6: note: in expansion of macro ‘assert’
      assert(GIV(instructionPointer) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12190:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12257:6: note: in expansion of macro ‘assert’
      assert(isNonImmediate(rcvr));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12302:6: note: in expansion of macro ‘assert’
      assert(isNonImmediate(rcvr));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12442:5: note: in expansion of macro ‘assert’
     assert(!((isImmediate(rcvr))));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12459:5: note: in expansion of macro ‘assert’
     assert(!(isForwarded(rcvr)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12460:38: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     if ((assert(isNonImmediate(rcvr)),
                                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12537:6: note: in expansion of macro ‘assert’
      assert(index < MethodIndex);
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12538:6: note: in expansion of macro ‘assert’
      assert(isContext(obj));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12540:6: note: in expansion of macro ‘assert’
      assert(GIV(stackPage) == (mostRecentlyUsedPage()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12542:6: note: in expansion of macro ‘assert’
      assert(localSP < localFP);
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12543:6: note: in expansion of macro ‘assert’
      assert((localSP < ((GIV(stackPage)->baseAddress)))
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12545:6: note: in expansion of macro ‘assert’
      assert((localFP < ((GIV(stackPage)->baseAddress)))
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12549:6: note: in expansion of macro ‘assert’
      assert(pageListIsWellFormed());
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12556:8: note: in expansion of macro ‘assert’
        assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12562:8: note: in expansion of macro ‘assert’
        assert(GIV(instructionPointer) != (ceReturnToInterpreterPC()));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12577:6: note: in expansion of macro ‘assert’
      assert((((senderOop) & 7) == 1));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12586:8: note: in expansion of macro ‘assert’
        assert(isBaseFrame(spouseFP));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12588:152: warning: left-hand operand of comma expression has no effect [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) spouseFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) spouseFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12591:8: note: in expansion of macro ‘assert’
        assert(addressCouldBeObj(callerContextOrNil));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12592:8: note: in expansion of macro ‘assert’
        assert((callerContextOrNil == (nilObject()))
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12601:8: note: in expansion of macro ‘assert’
        assert(isContext(frameContext(callerFP)));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12605:72: warning: left-hand operand of comma expression has no effect [-Wunused-value]
       object = marryFrameSP(callerFP, (assert(!(isBaseFrame(spouseFP))),
                                                                        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12610:7: note: in expansion of macro ‘assert’
       assert((ReceiverIndex + (stackPointerIndexForFrame(spouseFP))) < (lengthOf(obj)));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12618:11: warning: statement with no effect [-Wunused-value]
      error("bad index");
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12643:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12666:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12710:5: note: in expansion of macro ‘assert’
     assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12715:5: note: in expansion of macro ‘assert’
     assert((size >= 0)
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12717:5: note: in expansion of macro ‘assert’
     assert((2 /* arrayFormat */) == (instSpecOfClass(knownClassAtIndex(ClassArrayCompactIndex))));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12719:5: note: in expansion of macro ‘assert’
     assert(size < (numSlotsMask()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12724:5: note: in expansion of macro ‘assert’
     assert((numBytes % (allocationUnit())) == 0);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12725:5: note: in expansion of macro ‘assert’
     assert((newObj % (allocationUnit())) == 0);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12733:12: warning: statement with no effect [-Wunused-value]
       error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
            ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12748:7: note: in expansion of macro ‘assert’
       assert(!(isOopForwarded(array)));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12758:7: note: in expansion of macro ‘assert’
       assert(!(isOopForwarded(array)));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12806:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12827:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12866:6: note: in expansion of macro ‘assert’
      assert(isUnambiguouslyForwarder(class));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12888:5: note: in expansion of macro ‘assert’
     assert(addressCouldBeClassObj(superclass));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12902:6: note: in expansion of macro ‘assert’
      assert(isUnambiguouslyForwarder(objOop1));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12913:5: note: in expansion of macro ‘assert’
     assert(lkupClassTag != (nilObject()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12949:6: note: in expansion of macro ‘assert’
      assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12957:6: note: in expansion of macro ‘assert’
      assert(GIV(instructionPointer) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12971:7: note: in expansion of macro ‘assert’
       assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12983:7: note: in expansion of macro ‘assert’
       assert(minBackwardJumpCountForCompile <= 128);
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13102:6: note: in expansion of macro ‘assert’
      assert(isMarriedOrWidowedContext(obj));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13103:6: note: in expansion of macro ‘assert’
      assert(!((isObjImmutable(obj))));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13105:6: note: in expansion of macro ‘assert’
      assert(GIV(stackPage) == (mostRecentlyUsedPage()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13107:6: note: in expansion of macro ‘assert’
      assert(localSP < localFP);
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13108:6: note: in expansion of macro ‘assert’
      assert((localSP < ((GIV(stackPage)->baseAddress)))
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13110:6: note: in expansion of macro ‘assert’
      assert((localFP < ((GIV(stackPage)->baseAddress)))
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13114:6: note: in expansion of macro ‘assert’
      assert(pageListIsWellFormed());
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13118:7: note: in expansion of macro ‘assert’
       assert(!(isForwarded(obj)));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13119:39: warning: left-hand operand of comma expression has no effect [-Wunused-value]
       if ((assert(isNonImmediate(obj)),
                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13139:6: note: in expansion of macro ‘assert’
      assert((((senderOop) & 7) == 1));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13143:145: warning: left-hand operand of comma expression has no effect [-Wunused-value]
       thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                                 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13145:7: note: in expansion of macro ‘assert’
       assert(GIV(stackPage) == (mostRecentlyUsedPage()));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13158:6: note: in expansion of macro ‘assert’
      assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13169:6: note: in expansion of macro ‘assert’
      assert(!(isForwarded(obj)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13170:38: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      if ((assert(isNonImmediate(obj)),
                                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13187:6: note: in expansion of macro ‘assert’
      assert(GIV(instructionPointer) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13199:6: note: in expansion of macro ‘assert’
      assert(!((isImmediate(obj))));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13216:6: note: in expansion of macro ‘assert’
      assert(!(isForwarded(obj)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13217:38: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      if ((assert(isNonImmediate(obj)),
                                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13255:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13264:5: note: in expansion of macro ‘assert’
     assert(!((isImmediate(litVar))));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13281:5: note: in expansion of macro ‘assert’
     assert(!(isForwarded(litVar)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13282:40: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     if ((assert(isNonImmediate(litVar)),
                                        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13349:6: note: in expansion of macro ‘assert’
      assert(isMarriedOrWidowedContext(obj));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13350:6: note: in expansion of macro ‘assert’
      assert(!((isObjImmutable(obj))));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13352:6: note: in expansion of macro ‘assert’
      assert(GIV(stackPage) == (mostRecentlyUsedPage()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13354:6: note: in expansion of macro ‘assert’
      assert(localSP < localFP);
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13355:6: note: in expansion of macro ‘assert’
      assert((localSP < ((GIV(stackPage)->baseAddress)))
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13357:6: note: in expansion of macro ‘assert’
      assert((localFP < ((GIV(stackPage)->baseAddress)))
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13361:6: note: in expansion of macro ‘assert’
      assert(pageListIsWellFormed());
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13365:7: note: in expansion of macro ‘assert’
       assert(!(isForwarded(obj)));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13366:39: warning: left-hand operand of comma expression has no effect [-Wunused-value]
       if ((assert(isNonImmediate(obj)),
                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13386:6: note: in expansion of macro ‘assert’
      assert((((senderOop) & 7) == 1));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13390:145: warning: left-hand operand of comma expression has no effect [-Wunused-value]
       thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                                 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13392:7: note: in expansion of macro ‘assert’
       assert(GIV(stackPage) == (mostRecentlyUsedPage()));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13405:6: note: in expansion of macro ‘assert’
      assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13416:6: note: in expansion of macro ‘assert’
      assert(!(isForwarded(obj)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13417:38: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      if ((assert(isNonImmediate(obj)),
                                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13434:6: note: in expansion of macro ‘assert’
      assert(GIV(instructionPointer) != (ceReturnToInterpreterPC()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13446:6: note: in expansion of macro ‘assert’
      assert(!((isImmediate(obj))));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13463:6: note: in expansion of macro ‘assert’
      assert(!(isForwarded(obj)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13464:38: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      if ((assert(isNonImmediate(obj)),
                                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13500:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13509:5: note: in expansion of macro ‘assert’
     assert(!((isImmediate(litVar))));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13526:5: note: in expansion of macro ‘assert’
     assert(!(isForwarded(litVar)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13527:40: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     if ((assert(isNonImmediate(litVar)),
                                        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13572:5: note: in expansion of macro ‘assert’
     assert(isCompiledMethod(GIV(method)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13578:6: note: in expansion of macro ‘assert’
      assert((((usqInt)header2)) < GIV(newSpaceStart));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13579:6: note: in expansion of macro ‘assert’
      assert((((((CogMethod *) header2))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13584:96: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      && ((((sqInt)localIP)) == ((GIV(method) + ((LiteralStart + ((assert((((header) & 7) == 1)),
                                                                                                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13626:5: note: in expansion of macro ‘assert’
     assert(GIV(method) == (iframeMethod(localFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13629:5: note: in expansion of macro ‘assert’
     assert(isOopCompiledMethod(compiledBlock));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13631:5: note: in expansion of macro ‘assert’
     assert(isCompiledMethod(compiledBlock));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13637:6: note: in expansion of macro ‘assert’
      assert((((usqInt)header1)) < GIV(newSpaceStart));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13638:6: note: in expansion of macro ‘assert’
      assert((((((CogMethod *) header1))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13657:7: note: in expansion of macro ‘assert’
       assert(isContext(frameContext(theFP)));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13668:5: note: in expansion of macro ‘assert’
     assert((numSlots >= 0)
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13670:5: note: in expansion of macro ‘assert’
     assert(((objFormat < (firstByteFormat())
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13674:5: note: in expansion of macro ‘assert’
     assert(numSlots < (numSlotsMask()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13679:5: note: in expansion of macro ‘assert’
     assert((numBytes % (allocationUnit())) == 0);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13680:5: note: in expansion of macro ‘assert’
     assert((newObj % (allocationUnit())) == 0);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13688:12: warning: statement with no effect [-Wunused-value]
       error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
            ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13698:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(newClosure1)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13701:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(newClosure1)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13704:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(newClosure1)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13721:6: note: in expansion of macro ‘assert’
      assert(!(isOopForwarded(newClosure)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13731:7: note: in expansion of macro ‘assert’
       assert(!(isOopForwarded(newClosure)));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13775:6: note: in expansion of macro ‘assert’
      assert(isContext(frameContext(theFP)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13786:5: note: in expansion of macro ‘assert’
     assert((numSlots >= 0)
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13788:5: note: in expansion of macro ‘assert’
     assert(((objFormat < (firstByteFormat())
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13792:5: note: in expansion of macro ‘assert’
     assert(numSlots < (numSlotsMask()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13797:5: note: in expansion of macro ‘assert’
     assert((numBytes % (allocationUnit())) == 0);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13798:5: note: in expansion of macro ‘assert’
     assert((newObj % (allocationUnit())) == 0);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13806:12: warning: statement with no effect [-Wunused-value]
       error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
            ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13816:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(newClosure1)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13819:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(newClosure1)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13822:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(newClosure1)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13838:7: note: in expansion of macro ‘assert’
       assert(!(isOopForwarded(newClosure)));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13857:2: note: in expansion of macro ‘assert’
  assert((((usqInt)localIP)) != (ceReturnToInterpreterPC()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12845:3: warning: label ‘directedSuperclassSend’ defined but not used [-Wunused-label]
   directedSuperclassSend:
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘freeStackPage’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13934:2: note: in expansion of macro ‘assert’
  assert(pageListIsWellFormed());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘markStackPageMostRecentlyUsed’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13955:3: note: in expansion of macro ‘assert’
   assert(pageListIsWellFormed());
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13965:2: note: in expansion of macro ‘assert’
  assert(pageListIsWellFormed());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘markStackPageNextMostRecentlyUsed’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13985:2: note: in expansion of macro ‘assert’
  assert(page != GIV(mostRecentlyUsedPage));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13995:2: note: in expansion of macro ‘assert’
  assert(pageListIsWellFormed());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘stackPageFor’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14091:141: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  return stackPageAtpages((assert((((((char *) pointer)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) pointer)) <= (((char *) GIV(pages)))))),
                                                                                                                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘activateCoggedNewMethod’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14141:2: note: in expansion of macro ‘assert’
  assert(isCogMethodReference(methodHeader));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14166:8: warning: statement with no effect [-Wunused-value]
   error("should not be reached");
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14193:3: note: in expansion of macro ‘assert’
   assert(((cogMethod->stackCheckOffset)) > (noCheckEntryOffset()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14202:8: warning: statement with no effect [-Wunused-value]
   error("should not be reached");
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘activateNewMethod’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14232:2: note: in expansion of macro ‘assert’
  assert(isCompiledMethod(GIV(newMethod)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14238:3: note: in expansion of macro ‘assert’
   assert((((usqInt)header)) < GIV(newSpaceStart));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14239:3: note: in expansion of macro ‘assert’
   assert((((((CogMethod *) header))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14247:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(rcvr)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14265:2: note: in expansion of macro ‘assert’
  assert(isOopCompiledMethod(GIV(method)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14266:2: note: in expansion of macro ‘assert’
  assert((methodHeaderOf(GIV(method))) == methodHeader);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14293:101: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  GIV(instructionPointer) = ((GIV(newMethod) + ((LiteralStart + ((assert((((methodHeader) & 7) == 1)),
                                                                                                     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘addNewMethodToCache’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14351:2: note: in expansion of macro ‘assert’
  assert(addressCouldBeClassObj(classObj));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14363:3: note: in expansion of macro ‘assert’
   assert(isCompiledMethod(GIV(newMethod)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14369:4: note: in expansion of macro ‘assert’
    assert((((usqInt)header)) < GIV(newSpaceStart));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14370:4: note: in expansion of macro ‘assert’
    assert((((((CogMethod *) header))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14386:3: note: in expansion of macro ‘assert’
   assert(!((isNonImmediate(GIV(newMethod)))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14396:91: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    GIV(methodCache)[probe + MethodCacheClass] = ((assert(addressCouldBeClassObj(classObj)),
                                                                                           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14416:89: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  GIV(methodCache)[probe + MethodCacheClass] = ((assert(addressCouldBeClassObj(classObj)),
                                                                                         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘assertValidExecutionPointersimbarline’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:32:29: warning: statement with no effect [-Wunused-value]
 # define assertl(expr,line) 0
                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14466:2: note: in expansion of macro ‘assertl’
  assertl(GIV(stackPage) == (mostRecentlyUsedPage()), ln);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:32:29: warning: statement with no effect [-Wunused-value]
 # define assertl(expr,line) 0
                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14467:2: note: in expansion of macro ‘assertl’
  assertl(addressIsInPage(GIV(stackPage), lifp), ln);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14468:2: note: in expansion of macro ‘assert’
  assert(deferStackLimitSmashAroundwith(assertValidStackLimits, ln));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:32:29: warning: statement with no effect [-Wunused-value]
 # define assertl(expr,line) 0
                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14469:2: note: in expansion of macro ‘assertl’
  assertl(lisp < lifp, ln);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:32:29: warning: statement with no effect [-Wunused-value]
 # define assertl(expr,line) 0
                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14470:2: note: in expansion of macro ‘assertl’
  assertl(lifp > lisp, ln);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:32:29: warning: statement with no effect [-Wunused-value]
 # define assertl(expr,line) 0
                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14471:2: note: in expansion of macro ‘assertl’
  assertl(lisp >= (((GIV(stackPage)->realStackLimit)) - (stackLimitOffset())), ln);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:32:29: warning: statement with no effect [-Wunused-value]
 # define assertl(expr,line) 0
                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14472:2: note: in expansion of macro ‘assertl’
  assertl(((lifp - lisp) / BytesPerOop) < LargeContextSlots, ln);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:32:29: warning: statement with no effect [-Wunused-value]
 # define assertl(expr,line) 0
                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14475:3: note: in expansion of macro ‘assertl’
   assertl(!(isMachineCodeFrame(lifp)), ln);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:32:29: warning: statement with no effect [-Wunused-value]
 # define assertl(expr,line) 0
                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14476:3: note: in expansion of macro ‘assertl’
   assertl(GIV(method) == methodField, ln);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:32:29: warning: statement with no effect [-Wunused-value]
 # define assertl(expr,line) 0
                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14479:3: note: in expansion of macro ‘assertl’
   assertl((methodUsesAlternateBytecodeSet(GIV(method))) == (GIV(bytecodeSetSelector) == 256), ln);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:32:29: warning: statement with no effect [-Wunused-value]
 # define assertl(expr,line) 0
                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14488:4: note: in expansion of macro ‘assertl’
    assertl((theIP >= (methodField + (lastPointerOf(methodField))))
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:32:29: warning: statement with no effect [-Wunused-value]
 # define assertl(expr,line) 0
                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14491:3: note: in expansion of macro ‘assertl’
   assertl((iframeIsBlockActivation(lifp))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:32:29: warning: statement with no effect [-Wunused-value]
 # define assertl(expr,line) 0
                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14495:3: note: in expansion of macro ‘assertl’
   assertl(isMachineCodeFrame(lifp), ln);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:32:29: warning: statement with no effect [-Wunused-value]
 # define assertl(expr,line) 0
                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14508:4: note: in expansion of macro ‘assertl’
    assertl((lip > (methodField + ((mframeIsBlockActivation(lifp)
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:32:29: warning: statement with no effect [-Wunused-value]
 # define assertl(expr,line) 0
                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14513:3: note: in expansion of macro ‘assertl’
   assertl((mframeIsBlockActivation(lifp))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:32:29: warning: statement with no effect [-Wunused-value]
 # define assertl(expr,line) 0
                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14517:3: note: in expansion of macro ‘assertl’
   assertl(frameHasContext(lifp), ln);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:32:29: warning: statement with no effect [-Wunused-value]
 # define assertl(expr,line) 0
                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14518:3: note: in expansion of macro ‘assertl’
   assertl((frameContext(lifp)) == (longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord)), ln);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14464:12: warning: variable ‘theIP’ set but not used [-Wunused-but-set-variable]
     usqInt theIP;
            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14461:16: warning: variable ‘cogMethod’ set but not used [-Wunused-but-set-variable]
     CogMethod *cogMethod;
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘assertValidMachineCodeFrame’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14529:2: note: in expansion of macro ‘assert’
  assert(isMachineCodeFrame(GIV(framePointer)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14538:2: note: in expansion of macro ‘assert’
  assert((methodFor(cogMethod)) == homeMethod);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14539:2: note: in expansion of macro ‘assert’
  assert((instrPtr > (((sqInt)cogMethod)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14527:16: warning: variable ‘homeMethod’ set but not used [-Wunused-but-set-variable]
     CogMethod *homeMethod;
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘assertValidStackedInstructionPointersInline’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:32:29: warning: statement with no effect [-Wunused-value]
 # define assertl(expr,line) 0
                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14576:4: note: in expansion of macro ‘assertl’
    assertl(GIV(framePointer) == theFP, ln);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:32:29: warning: statement with no effect [-Wunused-value]
 # define assertl(expr,line) 0
                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14591:4: note: in expansion of macro ‘assertl’
    assertl((theIP == (ceCannotResumePC()))
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:32:29: warning: statement with no effect [-Wunused-value]
 # define assertl(expr,line) 0
                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14601:5: note: in expansion of macro ‘assertl’
     assertl(theIP == (ceReturnToInterpreterPC()), ln);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:32:29: warning: statement with no effect [-Wunused-value]
 # define assertl(expr,line) 0
                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14606:4: note: in expansion of macro ‘assertl’
    assertl((theIP >= (methodObj + (lastPointerOf(methodObj))))
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:32:29: warning: statement with no effect [-Wunused-value]
 # define assertl(expr,line) 0
                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14614:2: note: in expansion of macro ‘assertl’
  assertl(theIP == (ceBaseFrameReturnPC()), ln);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14557:16: warning: variable ‘theMethod’ set but not used [-Wunused-but-set-variable]
     CogMethod *theMethod;
                ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14553:12: warning: variable ‘methodObj’ set but not used [-Wunused-but-set-variable]
     usqInt methodObj;
            ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘assertValidStackedInstructionPointers’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:32:29: warning: statement with no effect [-Wunused-value]
 # define assertl(expr,line) 0
                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14634:4: note: in expansion of macro ‘assertl’
    assertl(assertValidStackedInstructionPointersInline(thePage, ln), ln);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘attemptToSwitchToMachineCode’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14665:44: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if (!((assert(isNonImmediate(GIV(method))),
                                            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14681:42: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(GIV(method))),
                                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14685:3: note: in expansion of macro ‘assert’
   assert((isNonImmediate(methodHeader))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14689:3: note: in expansion of macro ‘assert’
   assert(!(isMachineCodeFrame(GIV(framePointer))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14697:5: note: in expansion of macro ‘assert’
     assert(!(isMachineCodeFrame(theFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14709:70: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     startBcpc = (((assert((((((cogMethod->methodHeader))) & 7) == 1)),
                                                                      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14716:69: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    startBcpc = (((assert((((((cogMethod->methodHeader))) & 7) == 1)),
                                                                     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14722:3: note: in expansion of macro ‘assert’
   assert(pc1 > ((((usqInt)cogMethod2)) + (noCheckEntryOffset())));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14723:3: note: in expansion of macro ‘assert’
   assert(bcpc == (bytecodePCForstartBcpcin(pc1, startBcpc, cogMethod2)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14733:3: note: in expansion of macro ‘assert’
   assert(isMachineCodeFrame(GIV(framePointer)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14742:3: note: in expansion of macro ‘assert’
   assert((methodFor(cogMethod1)) == homeMethod);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14743:3: note: in expansion of macro ‘assert’
   assert((pc > (((sqInt)cogMethod1)))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14654:16: warning: variable ‘homeMethod’ set but not used [-Wunused-but-set-variable]
     CogMethod *homeMethod;
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘callbackEnter’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14773:2: note: in expansion of macro ‘assert’
  assert(GIV(primFailCode) == 0);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14784:2: note: in expansion of macro ‘flag’
  flag("need to debug this properly.  Conceptually it is the right thing to do but it crashes in practice");
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:130:3: note: in expansion of macro ‘assert’
   assert((getfp() & STACK_ALIGN_MASK) == STACK_FP_ALIGNMENT);  \
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14790:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:131:2: note: in expansion of macro ‘assert’
  assert((getsp() & STACK_ALIGN_MASK) == 0); \
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14790:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14796:3: note: in expansion of macro ‘assert’
   assert(0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14807:2: note: in expansion of macro ‘assert’
  assert(isCompiledMethod(GIV(newMethod)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14813:3: note: in expansion of macro ‘assert’
   assert((((usqInt)header1)) < GIV(newSpaceStart));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14814:3: note: in expansion of macro ‘assert’
   assert((((((CogMethod *) header1))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14818:2: note: in expansion of macro ‘assert’
  assert(wasInMachineCode == (isMachineCodeFrame(GIV(framePointer))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14822:4: note: in expansion of macro ‘assert’
    assert(!(isMachineCodeFrame(GIV(framePointer))));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14832:3: note: in expansion of macro ‘assert’
   assert(!(isMachineCodeFrame(GIV(framePointer))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14833:3: note: in expansion of macro ‘assert’
   assert(GIV(instructionPointer) > (startOfMemory()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14835:2: note: in expansion of macro ‘assert’
  assert(GIV(primFailCode) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14768:20: warning: variable ‘wasInMachineCode’ set but not used [-Wunused-but-set-variable]
     volatile sqInt wasInMachineCode;
                    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘callRegisterArgCogMethodatreceiver’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14870:2: note: in expansion of macro ‘assert’
  assert(((cogMethod->cmNumArgs)) <= (numRegArgs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14895:2: note: in expansion of macro ‘assert’
  assert(((cogMethod->cmNumArgs)) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘ceActivateFailingPrimitiveMethod’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14920:2: note: in expansion of macro ‘assert’
  assert(GIV(primFailCode) != 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14921:2: note: in expansion of macro ‘assert’
  assert(GIV(newMethod) == aPrimitiveMethod);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14935:62: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    && ((((usqInt)methodHeader)) >= (minCogMethodAddress())))),
                                                              ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘ceBaseFrameReturn’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14977:2: note: in expansion of macro ‘assert’
  assert((stackPageFor(GIV(stackPointer))) == GIV(stackPage));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14978:2: note: in expansion of macro ‘assert’
  assert((mostRecentlyUsedPage()) == GIV(stackPage));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:130:3: note: in expansion of macro ‘assert’
   assert((getfp() & STACK_ALIGN_MASK) == STACK_FP_ALIGNMENT);  \
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14979:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:131:2: note: in expansion of macro ‘assert’
  assert((getsp() & STACK_ALIGN_MASK) == 0); \
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14979:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14980:2: note: in expansion of macro ‘assert’
  assert(GIV(framePointer) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14981:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPointer) <= (((GIV(stackPage)->baseAddress)) - BytesPerWord));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14982:2: note: in expansion of macro ‘assert’
  assert((((GIV(stackPage)->baseFP)) + (2 * BytesPerWord)) < ((GIV(stackPage)->baseAddress)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14983:2: note: in expansion of macro ‘assert’
  assert((addressCouldBeObj(longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14986:2: note: in expansion of macro ‘assert’
  assert(addressCouldBeObj(contextToReturnTo));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14995:3: note: in expansion of macro ‘assert’
   assert((((senderOop) & 7) == 1));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14998:165: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   thePage = stackPageAtpages((assert((((((char *) GIV(framePointer))) >= (GIV(stackBasePlus1) - 1)) && ((((char *) GIV(framePointer))) <= (((char *) GIV(pages)))))),
                                                                                                                                                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15021:9: warning: statement with no effect [-Wunused-value]
    error("did not find theFP in stack page");
         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15033:4: note: in expansion of macro ‘assert’
    assert(newPage == GIV(stackPage));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15064:2: note: in expansion of macro ‘assert’
  assert(thePage != 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15070:2: note: in expansion of macro ‘assert’
  assert((stackPageFor(GIV(framePointer))) == GIV(stackPage));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15083:2: note: in expansion of macro ‘assert’
  assert((((usqInt)aMethodObj)) >= (startOfMemory()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15085:2: note: in expansion of macro ‘assert’
  assert(isOopCompiledMethod(GIV(method)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15093:2: note: in expansion of macro ‘assert’
  assert(checkIsStillMarriedContextcurrentFP(contextToReturnTo, GIV(framePointer)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘ceCannotResume’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15149:2: note: in expansion of macro ‘assert’
  assert(isMachineCodeFrame(GIV(framePointer)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15150:2: note: in expansion of macro ‘assert’
  assert(frameHasContext(GIV(framePointer)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘ceContextinstVarvalue’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15264:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(maybeMarriedContext)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15265:51: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(maybeMarriedContext)),
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘ceInterpretMethodFromPICreceiver’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15294:2: note: in expansion of macro ‘assert’
  assert((((pic->cmType)) == CMOpenPIC)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15297:3: note: in expansion of macro ‘assert’
   assert(!(methodHasCogMethod(aMethodObj)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15302:41: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(aMethodObj)),
                                         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15309:2: note: in expansion of macro ‘assert’
  assert(isCompiledMethod(aMethodObj));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15315:3: note: in expansion of macro ‘assert’
   assert((((usqInt)header)) < GIV(newSpaceStart));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15316:3: note: in expansion of macro ‘assert’
   assert((((((CogMethod *) header))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘ceMNUFromPICMNUMethodreceiver’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15352:2: note: in expansion of macro ‘assert’
  assert(addressCouldBeOop(rcvr));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15353:2: note: in expansion of macro ‘assert’
  assert((aMethodObj == 0)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15357:2: note: in expansion of macro ‘assert’
  assert((((cPIC->cmType)) == CMClosedPIC)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15377:4: note: in expansion of macro ‘assert’
    assert(0);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15381:3: note: in expansion of macro ‘assert’
   assert(isCompiledMethod(aMethodObj));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15387:4: note: in expansion of macro ‘assert’
    assert((((usqInt)header)) < GIV(newSpaceStart));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15388:4: note: in expansion of macro ‘assert’
    assert((((((CogMethod *) header))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15408:2: note: in expansion of macro ‘assert’
  assert(0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘ceNewHashOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15420:2: note: in expansion of macro ‘assert’
  assert((isNonImmediate(anObject))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘ceNonLocalReturn’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15480:2: note: in expansion of macro ‘assert’
  assert(isMachineCodeFrame(GIV(framePointer)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15481:2: note: in expansion of macro ‘assert’
  assert(frameIsBlockActivation(GIV(framePointer)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15483:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15484:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPage) == (mostRecentlyUsedPage()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15485:2: note: in expansion of macro ‘assert’
  assert(!((isFree(GIV(stackPage)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15487:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPointer) < GIV(framePointer));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15488:2: note: in expansion of macro ‘assert’
  assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15490:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15494:2: note: in expansion of macro ‘assert’
  assert(pageListIsWellFormed());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15518:5: note: in expansion of macro ‘assert’
     assert(isContext(frameContext(theFP1)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15553:4: note: in expansion of macro ‘assert’
    assert(isContext(frameContext(theFP2)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15577:4: note: in expansion of macro ‘assert’
    assert(isContext(frameContext(theFP6)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15599:3: note: in expansion of macro ‘assert’
   assert(checkIsStillMarriedContextcurrentFP(home, GIV(framePointer)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15602:3: note: in expansion of macro ‘assert’
   assert((((senderOop) & 7) == 1));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15606:4: note: in expansion of macro ‘assert’
    assert(isBaseFrame(theFP));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15608:143: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    thePage1 = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15611:4: note: in expansion of macro ‘assert’
    assert(addressCouldBeObj(callerContextOrNil));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15612:4: note: in expansion of macro ‘assert’
    assert((callerContextOrNil == (nilObject()))
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15625:4: note: in expansion of macro ‘assert’
    assert(checkIsStillMarriedContextcurrentFP(contextToReturnTo, GIV(framePointer)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15628:4: note: in expansion of macro ‘assert’
    assert((((senderOop1) & 7) == 1));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15644:5: note: in expansion of macro ‘assert’
     assert(isContext(frameContext(theFP3)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15662:2: note: in expansion of macro ‘assert’
  assert(pageListIsWellFormed());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15664:160: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  newPage = stackPageAtpages((assert((((((char *) frameToReturnTo)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) frameToReturnTo)) <= (((char *) GIV(pages)))))),
                                                                                                                                                                ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15669:3: note: in expansion of macro ‘assert’
   assert(isBaseFrame(theFP5));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15671:144: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   thePage3 = stackPageAtpages((assert((((((char *) theFP5)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP5)) <= (((char *) GIV(pages)))))),
                                                                                                                                                ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15674:3: note: in expansion of macro ‘assert’
   assert(addressCouldBeObj(callerContextOrNil2));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15675:3: note: in expansion of macro ‘assert’
   assert((callerContextOrNil2 == (nilObject()))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15678:3: note: in expansion of macro ‘assert’
   assert(isContext(currentCtx));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15681:4: note: in expansion of macro ‘assert’
    assert(isContext(currentCtx));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15686:143: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15690:5: note: in expansion of macro ‘assert’
     assert(isBaseFrame(theFP4));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15692:146: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     thePage2 = stackPageAtpages((assert((((((char *) theFP4)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP4)) <= (((char *) GIV(pages)))))),
                                                                                                                                                  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15695:5: note: in expansion of macro ‘assert’
     assert(addressCouldBeObj(callerContextOrNil1));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15696:5: note: in expansion of macro ‘assert’
     assert((callerContextOrNil1 == (nilObject()))
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15704:5: note: in expansion of macro ‘assert’
     assert(isContext(currentCtx));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15707:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(currentCtx)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15711:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(currentCtx)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15717:3: note: in expansion of macro ‘assert’
   assert(newPage != 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15739:3: note: in expansion of macro ‘assert’
   assert(!(isBaseFrame(callerFP)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘ceReapAndResetErrorCodeFor’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15749:2: note: in expansion of macro ‘assert’
  assert(GIV(primFailCode) != 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘ceReturnToInterpreter’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15768:2: note: in expansion of macro ‘assert’
  assert(addressCouldBeOop(anOop));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15769:2: note: in expansion of macro ‘flag’
  flag("are you really sure setStackPageAndLimit: is needed?");
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15772:2: note: in expansion of macro ‘assert’
  assert(thePage != 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15778:2: note: in expansion of macro ‘assert’
  assert(!(isMachineCodeFrame(GIV(framePointer))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15781:2: note: in expansion of macro ‘assert’
  assert((((usqInt)aMethodObj)) >= (startOfMemory()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15783:2: note: in expansion of macro ‘assert’
  assert(isOopCompiledMethod(GIV(method)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘ceSendAborttonumArgs’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:130:3: note: in expansion of macro ‘assert’
   assert((getfp() & STACK_ALIGN_MASK) == STACK_FP_ALIGNMENT);  \
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15826:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:131:2: note: in expansion of macro ‘assert’
  assert((getsp() & STACK_ALIGN_MASK) == 0); \
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15826:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15827:2: note: in expansion of macro ‘assert’
  assert(addressCouldBeOop(rcvr));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15829:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), rcvr);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15847:63: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     && ((((usqInt)methodHeader)) >= (minCogMethodAddress())))),
                                                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15857:45: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    if (((assert((((methodHeader) & 7) == 1)),
                                             ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15869:3: note: in expansion of macro ‘assert’
   assert((classTag >= 0)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15886:4: note: in expansion of macro ‘assert’
    assert(0);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15897:3: note: in expansion of macro ‘assert’
   assert(0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘ceSendFromInLineCacheMiss’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15936:2: note: in expansion of macro ‘assert’
  assert(addressCouldBeOop(rcvr));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15955:63: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     && ((((usqInt)methodHeader)) >= (minCogMethodAddress())))),
                                                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15965:45: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    if (((assert((((methodHeader) & 7) == 1)),
                                             ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15986:3: note: in expansion of macro ‘assert’
   assert((classTag >= 0)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16003:4: note: in expansion of macro ‘assert’
    assert(0);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16014:3: note: in expansion of macro ‘assert’
   assert(0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘ceSendMustBeBooleanTointerpretingAtDelta’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16048:2: note: in expansion of macro ‘assert’
  assert(addressCouldBeOop(aNonBooleanObject));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16098:2: note: in expansion of macro ‘assert’
  assert(isOopCompiledMethod(GIV(method)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16099:2: note: in expansion of macro ‘assert’
  assert((methodHeaderOf(GIV(method))) == methodHeader);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16042:11: warning: variable ‘oop’ set but not used [-Wunused-but-set-variable]
     sqInt oop;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘ceSendabovetonumArgs’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:130:3: note: in expansion of macro ‘assert’
   assert((getfp() & STACK_ALIGN_MASK) == STACK_FP_ALIGNMENT);  \
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16193:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:131:2: note: in expansion of macro ‘assert’
  assert((getsp() & STACK_ALIGN_MASK) == 0); \
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16193:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16194:2: note: in expansion of macro ‘assert’
  assert(addressCouldBeOop(rcvr));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16196:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), rcvr);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16209:2: note: in expansion of macro ‘assert’
  assert(addressCouldBeClassObj(classObj1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16228:64: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     && ((((usqInt)methodHeader1)) >= (minCogMethodAddress())))),
                                                                ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16238:46: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    if (((assert((((methodHeader1) & 7) == 1)),
                                              ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16248:3: note: in expansion of macro ‘assert’
   assert(!((isForwardedClassTag(classTag))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16255:3: note: in expansion of macro ‘assert’
   assert((classTag >= 0)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16276:4: note: in expansion of macro ‘assert’
    assert(0);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16284:3: note: in expansion of macro ‘assert’
   assert((isNonImmediate(methodHeader))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16309:3: note: in expansion of macro ‘assert’
   assert(0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘ceSendsupertonumArgs’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:130:3: note: in expansion of macro ‘assert’
   assert((getfp() & STACK_ALIGN_MASK) == STACK_FP_ALIGNMENT);  \
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16366:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:131:2: note: in expansion of macro ‘assert’
  assert((getsp() & STACK_ALIGN_MASK) == 0); \
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16366:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16367:2: note: in expansion of macro ‘assert’
  assert(addressCouldBeOop(rcvr));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16369:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), rcvr);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16400:4: note: in expansion of macro ‘assert’
    assert((numSlotsOf(literal)) > ValueIndex);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16420:3: note: in expansion of macro ‘assert’
   assert(addressCouldBeClassObj(classObj1));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16440:64: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     && ((((usqInt)methodHeader1)) >= (minCogMethodAddress())))),
                                                                ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16450:46: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    if (((assert((((methodHeader1) & 7) == 1)),
                                              ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16465:4: note: in expansion of macro ‘assert’
    assert(superNormalBar == 0);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16470:3: note: in expansion of macro ‘assert’
   assert((classTag >= 0)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16493:4: note: in expansion of macro ‘assert’
    assert(0);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16501:3: note: in expansion of macro ‘assert’
   assert((isNonImmediate(methodHeader))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16537:3: note: in expansion of macro ‘assert’
   assert(0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘ceStackOverflow’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16570:2: note: in expansion of macro ‘assert’
  assert((cesoRetAddr - (abortOffset())) == (((sqInt)(asCogHomeMethod(cogMethod)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16576:7: warning: statement with no effect [-Wunused-value]
  error("should not be reached");
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16559:11: warning: variable ‘cesoRetAddr’ set but not used [-Wunused-but-set-variable]
     sqInt cesoRetAddr;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘ceTraceLinkedSend’:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16635:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector1), lengthOfMaybeImmediate(selector1), theReceiver);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16611:11: warning: variable ‘selector1’ set but not used [-Wunused-but-set-variable]
     sqInt selector1;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘ceTraceStoreOfinto’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16645:2: note: in expansion of macro ‘assert’
  assert((isImmediate(aValue))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16647:2: note: in expansion of macro ‘assert’
  assert(addressCouldBeObj(anObject));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘checkAssertsEnabledInCoInterpreter’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16657:2: note: in expansion of macro ‘assert’
  assert(assertsAreEnabledInCoInterpreter);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16654:11: warning: variable ‘assertsAreEnabledInCoInterpreter’ set but not used [-Wunused-but-set-variable]
     sqInt assertsAreEnabledInCoInterpreter;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘cogMethodOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16951:2: note: in expansion of macro ‘assert’
  assert((isNonImmediate(methodHeader))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘commenceCogCompiledCodeCompaction’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16987:3: note: in expansion of macro ‘assert’
   assert((((usqInt)(stackTop()))) != GIV(instructionPointer));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16992:3: note: in expansion of macro ‘assert’
   assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17006:3: note: in expansion of macro ‘assert’
   assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘contextInstructionPointerframe’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17060:2: note: in expansion of macro ‘assert’
  assert(validInstructionPointerinFrame(theIP, theFP));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘divorceAMachineCodeFrameWithCogMethodin’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17139:5: note: in expansion of macro ‘assert’
     assert(isContext(frameContext(theFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17153:3: note: in expansion of macro ‘assert’
   assert(!(isBaseFrame(calleeFP)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘ensureContextHasBytecodePC’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17228:2: note: in expansion of macro ‘assert’
  assert(!(isMarriedOrWidowedContext(aContext)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17233:3: note: in expansion of macro ‘assert’
   assert(validBCPCinMethod((pc >> 3), fetchPointerofObject(MethodIndex, aContext)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17234:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(aContext)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘enterSmalltalkExecutiveImplementation’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:130:3: note: in expansion of macro ‘assert’
   assert((getfp() & STACK_ALIGN_MASK) == STACK_FP_ALIGNMENT);  \
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17288:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:131:2: note: in expansion of macro ‘assert’
  assert((getsp() & STACK_ALIGN_MASK) == 0); \
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17288:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17296:2: note: in expansion of macro ‘assert’
  assert((((usqInt)aMethodObj)) >= (startOfMemory()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17298:2: note: in expansion of macro ‘assert’
  assert(isOopCompiledMethod(GIV(method)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘executeCogMethodfromLinkedSendWithReceiver’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:130:3: note: in expansion of macro ‘assert’
   assert((getfp() & STACK_ALIGN_MASK) == STACK_FP_ALIGNMENT);  \
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17331:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:131:2: note: in expansion of macro ‘assert’
  assert((getsp() & STACK_ALIGN_MASK) == 0); \
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17331:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17332:2: note: in expansion of macro ‘assert’
  assert(isMachineCodeFrame(GIV(framePointer)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘executeCogMethodfromUnlinkedSendWithReceiver’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:130:3: note: in expansion of macro ‘assert’
   assert((getfp() & STACK_ALIGN_MASK) == STACK_FP_ALIGNMENT);  \
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17367:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:131:2: note: in expansion of macro ‘assert’
  assert((getsp() & STACK_ALIGN_MASK) == 0); \
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17367:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17368:2: note: in expansion of macro ‘assert’
  assert(isMachineCodeFrame(GIV(framePointer)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘executeCogPICfromLinkedSendWithReceiverandCacheTag’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:130:3: note: in expansion of macro ‘assert’
   assert((getfp() & STACK_ALIGN_MASK) == STACK_FP_ALIGNMENT);  \
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17405:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:131:2: note: in expansion of macro ‘assert’
  assert((getsp() & STACK_ALIGN_MASK) == 0); \
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17405:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17406:2: note: in expansion of macro ‘assert’
  assert(isMachineCodeFrame(GIV(framePointer)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17432:8: warning: statement with no effect [-Wunused-value]
   error("not reached");
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘executeNewMethod’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17472:63: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     && ((((usqInt)methodHeader)) >= (minCogMethodAddress())))),
                                                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17474:44: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if (((assert((((methodHeader) & 7) == 1)),
                                            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17486:62: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    && ((((usqInt)methodHeader)) >= (minCogMethodAddress())))),
                                                              ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17490:4: note: in expansion of macro ‘assert’
    assert(!(isMachineCodeFrame(GIV(framePointer))));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘externalInstVarofContext’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17517:2: note: in expansion of macro ‘assert’
  assert(isContext(aContext));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17518:2: note: in expansion of macro ‘assert’
  assert(offset <= (ReceiverIndex + (checkStackPointerForMaybeMarriedContext(aContext))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17523:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17524:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPage) == (mostRecentlyUsedPage()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17525:2: note: in expansion of macro ‘assert’
  assert(!((isFree(GIV(stackPage)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17527:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPointer) < GIV(framePointer));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17528:2: note: in expansion of macro ‘assert’
  assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17530:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17534:2: note: in expansion of macro ‘assert’
  assert(pageListIsWellFormed());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘findNewMethodInClassTag’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17581:63: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     && ((((usqInt)methodHeader)) >= (minCogMethodAddress())))),
                                                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17591:45: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    if (((assert((((methodHeader) & 7) == 1)),
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17623:66: warning: left-hand operand of comma expression has no effect [-Wunused-value]
       && ((((usqInt)methodHeader1)) >= (minCogMethodAddress())))),
                                                                  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17633:48: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      if (((assert((((methodHeader1) & 7) == 1)),
                                                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17645:3: note: in expansion of macro ‘assert’
   assert((classTag >= 0)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘flushExternalPrimitiveOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17686:2: note: in expansion of macro ‘assert’
  assert(isCompiledMethod(methodObj));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17692:3: note: in expansion of macro ‘assert’
   assert((((usqInt)header1)) < GIV(newSpaceStart));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17693:3: note: in expansion of macro ‘assert’
   assert((((((CogMethod *) header1))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17704:38: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   && (((assert((((header) & 7) == 1)),
                                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17715:4: note: in expansion of macro ‘assert’
    assert(!(isOopForwarded(lit)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17717:4: note: in expansion of macro ‘assert’
    assert(!(isOopForwarded(lit)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17723:41: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   && ((assert(isNonImmediate(methodObj)),
                                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17725:112: warning: right-hand operand of comma expression has no effect [-Wunused-value]
  (methodHeader = longAt((methodObj + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))))),
                                                                                                                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘followForwardingPointersInStackZone’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17798:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17799:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPage) == (mostRecentlyUsedPage()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17800:2: note: in expansion of macro ‘assert’
  assert(!((isFree(GIV(stackPage)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17802:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPointer) < GIV(framePointer));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17803:2: note: in expansion of macro ‘assert’
  assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17805:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17809:2: note: in expansion of macro ‘assert’
  assert(pageListIsWellFormed());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17814:4: note: in expansion of macro ‘assert’
    assert(isUnambiguouslyForwarder(GIV(method)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17828:4: note: in expansion of macro ‘assert’
    assert(isUnambiguouslyForwarder(GIV(newMethod)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17839:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPage) != 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17844:4: note: in expansion of macro ‘assert’
    assert(ifCurrentStackPageHasValidHeadPointers(thePage));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17852:5: note: in expansion of macro ‘assert’
     assert(addressIsInPage(thePage, theFP));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17853:5: note: in expansion of macro ‘assert’
     assert((theIPPtr == 0)
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17861:6: note: in expansion of macro ‘assert’
      assert(!(isForwarded(((mframeHomeMethod(theFP))->methodObject))));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17872:7: note: in expansion of macro ‘assert’
       assert(isUnambiguouslyForwarder(oop));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘forceInterruptCheckFromHeartbeat’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17942:4: note: in expansion of macro ‘assert’
    assert(GIV(longRunningPrimitiveStopUsecs) > GIV(longRunningPrimitiveStartUsecs));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘frameCallerContext’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17976:2: note: in expansion of macro ‘assert’
  assert(isBaseFrame(theFP));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17978:140: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17981:2: note: in expansion of macro ‘assert’
  assert(addressCouldBeObj(callerContextOrNil));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17982:2: note: in expansion of macro ‘assert’
  assert((callerContextOrNil == (nilObject()))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘handleForwardedSendFaultForReceiverstackDelta’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18158:2: note: in expansion of macro ‘assert’
  assert(isOopForwarded(forwardedReceiver));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18160:2: note: in expansion of macro ‘assert’
  assert((stackValue(rcvrStackIndex)) == forwardedReceiver);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18162:2: note: in expansion of macro ‘assert’
  assert(isUnambiguouslyForwarder(forwardedReceiver));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘handleMNUInMachineCodeToclassForMessage’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18205:2: note: in expansion of macro ‘assert’
  assert(addressCouldBeOop(rcvr));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18213:106: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if (lookupInMethodCacheSelclassTag(GIV(messageSelector), (assert(addressCouldBeClassObj(GIV(lkupClass))),
                                                                                                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18230:63: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     && ((((usqInt)methodHeader)) >= (minCogMethodAddress())))),
                                                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18240:45: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    if (((assert((((methodHeader) & 7) == 1)),
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18253:10: warning: statement with no effect [-Wunused-value]
     error("Recursive not understood error encountered");
          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18268:3: note: in expansion of macro ‘assert’
   assert(0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘instructionPointerForFramecurrentFPcurrentIP’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18358:147: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   thePage = stackPageAtpages((assert((((((char *) spouseFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) spouseFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18373:8: warning: statement with no effect [-Wunused-value]
   error("did not find theFP in stack page");
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘interpretMethodFromMachineCode’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:130:3: note: in expansion of macro ‘assert’
   assert((getfp() & STACK_ALIGN_MASK) == STACK_FP_ALIGNMENT);  \
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18440:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:131:2: note: in expansion of macro ‘assert’
  assert((getsp() & STACK_ALIGN_MASK) == 0); \
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18440:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18441:2: note: in expansion of macro ‘assert’
  assert(validInstructionPointerinFrame(GIV(instructionPointer), GIV(framePointer)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18444:4: note: in expansion of macro ‘assert’
    assert(!(isOopCompiledMethod(GIV(newMethod))));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18447:4: note: in expansion of macro ‘assert’
    assert((isOopCompiledMethod(GIV(newMethod)))
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18450:3: note: in expansion of macro ‘assert’
   assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18464:4: note: in expansion of macro ‘assert’
    assert(!(isOopForwarded(stackValue(GIV(argumentCount)))));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18465:4: note: in expansion of macro ‘assert’
    assert((remapBufferCount()) == 0);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18472:4: note: in expansion of macro ‘assert’
    assert(maybeLeakCheckExternalPrimCall(GIV(newMethod)));
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18491:6: note: in expansion of macro ‘flag’
      flag("Would be nice to make this a message send of e.g. unbalancedPrimitive to the current process or context");
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18499:4: warning: statement with no effect [-Wunused-value]
    !GIV(primFailCode);
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18506:3: note: in expansion of macro ‘assert’
   assert((isOopCompiledMethod(GIV(newMethod)))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘isCogMethodReference’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18520:2: note: in expansion of macro ‘assert’
  assert(((((methodHeader) & 7) == 1))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘lookupMNUreceiver’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18564:4: note: in expansion of macro ‘assert’
    assert(erridx <= (maxLookupNoMNUErrorCode()));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘lookupOrdinaryreceiver’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18599:4: note: in expansion of macro ‘assert’
    assert(erridx <= (maxLookupNoMNUErrorCode()));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘makeBaseFrameFor’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18640:2: note: in expansion of macro ‘assert’
  assert(isContext(aContext));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18641:2: note: in expansion of macro ‘assert’
  assert(isSingleContext(aContext));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18642:2: note: in expansion of macro ‘assert’
  assert(goodContextSize(aContext));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18644:2: note: in expansion of macro ‘assert’
  assert(HasBeenReturnedFromMCPC < 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18650:2: note: in expansion of macro ‘assert’
  assert(isNonImmediate(objOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18680:3: note: in expansion of macro ‘assert’
   assert((((oop) & 7) == 1));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18686:3: note: in expansion of macro ‘assert’
   assert(isCompiledMethod(theMethod));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18692:4: note: in expansion of macro ‘assert’
    assert((((usqInt)header1)) < GIV(newSpaceStart));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18693:4: note: in expansion of macro ‘assert’
    assert((((((CogMethod *) header1))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18701:55: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    && (theIP == (1 + ((((assert((((header) & 7) == 1)),
                                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18718:60: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     && ((((usqInt)rawHeader)) >= (minCogMethodAddress())))),
                                                            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18739:9: warning: statement with no effect [-Wunused-value]
    error("could not compile method that should have been compiled");
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18752:12: warning: statement with no effect [-Wunused-value]
       error("cannot find machine code block matching closure's startpc");
            ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18757:6: note: in expansion of macro ‘assert’
      assert((((signed)theIP >> 16)) < -1);
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18763:5: note: in expansion of macro ‘assert’
     assert((((signed)theIP >> 16)) >= -1);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18771:4: note: in expansion of macro ‘assert’
    assert((((signed)theIP >> 16)) >= -1);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18790:3: note: in expansion of macro ‘assert’
   assert(((theIP >= (((LiteralStart + (literalCountOf(theMethod))) * BytesPerOop) + 1)) && (theIP <= (lengthOf(theMethod)))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18794:2: note: in expansion of macro ‘assert’
  assert(frameHasContext((page->baseFP)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18795:2: note: in expansion of macro ‘assert’
  assert((frameNumArgs((page->baseFP))) == numArgs);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18799:2: note: in expansion of macro ‘assert’
  assert((((oop1) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18801:2: note: in expansion of macro ‘assert’
  assert((ReceiverIndex + stackPtrIndex) < (lengthOf(aContext)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18805:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(aContext)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18810:2: note: in expansion of macro ‘assert’
  assert(contexthasValidInversePCMappingOfin(aContext, theIP, (page->baseFP)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18812:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(aContext)));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18813:166: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  longAtput((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(SenderIndex) << (shiftForWord())))), (assert(((oopForPointer((page->baseFP))) & (BytesPerWord - 1)) == 0),
                                                                                                                                                                      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:205:62: note: in definition of macro ‘longAtPointerput’
 # define longAtPointerput(ptr,val) (*(sqInt *)(ptr)= (sqInt)(val))
                                                              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18813:2: note: in expansion of macro ‘longAtput’
  longAtput((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(SenderIndex) << (shiftForWord())))), (assert(((oopForPointer((page->baseFP))) & (BytesPerWord - 1)) == 0),
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18816:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(aContext)));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18817:165: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  longAtput((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))), (assert(((oopForPointer(0)) & (BytesPerWord - 1)) == 0),
                                                                                                                                                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:205:62: note: in definition of macro ‘longAtPointerput’
 # define longAtPointerput(ptr,val) (*(sqInt *)(ptr)= (sqInt)(val))
                                                              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18817:2: note: in expansion of macro ‘longAtput’
  longAtput((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))), (assert(((oopForPointer(0)) & (BytesPerWord - 1)) == 0),
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18819:2: note: in expansion of macro ‘assert’
  assert(((((fetchPointerofObject(SenderIndex, aContext))) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18820:2: note: in expansion of macro ‘assert’
  assert((frameOfMarriedContext(aContext)) == ((page->baseFP)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18821:2: note: in expansion of macro ‘assert’
  assert(validStackPageBaseFrame(page));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘mapStackPages’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18884:4: note: in expansion of macro ‘assert’
    assert(ifCurrentStackPageHasValidHeadPointers(thePage));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18901:5: note: in expansion of macro ‘assert’
     assert(addressIsInPage(thePage, theFP));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18902:5: note: in expansion of macro ‘assert’
     assert(addressIsInPage(thePage, theSP));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18903:5: note: in expansion of macro ‘assert’
     assert((theIPPtr == 0)
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18923:7: note: in expansion of macro ‘assert’
       assert((isMarriedOrWidowedContext(frameContext(theFP)))
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18932:9: note: in expansion of macro ‘assert’
         assert((iframeSavedIP(theFP)) > (iframeMethod(theFP)));
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18937:9: note: in expansion of macro ‘assert’
         assert(theIP > (iframeMethod(theFP)));
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘markAndTraceStackPage’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19072:2: note: in expansion of macro ‘assert’
  assert(!(isFree(thePage)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19073:2: note: in expansion of macro ‘assert’
  assert(ifCurrentStackPageHasValidHeadPointers(thePage));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19074:2: note: in expansion of macro ‘assert’
  assert(((thePage->trace)) != StackPageTraced);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19092:5: note: in expansion of macro ‘assert’
     assert(isUnambiguouslyForwarder(oop));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19111:4: note: in expansion of macro ‘assert’
    assert(isContext(frameContext(theFP)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19140:4: note: in expansion of macro ‘assert’
    assert(isUnambiguouslyForwarder(oop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘markCogMethodsAndReferentsOnPage’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19201:2: note: in expansion of macro ‘assert’
  assert(!(isFree(thePage)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19202:2: note: in expansion of macro ‘assert’
  assert(ifCurrentStackPageHasValidHeadPointers(thePage));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘maybeFlagMethodAsInterpreted’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19249:60: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     && ((((usqInt)rawHeader)) >= (minCogMethodAddress())))),
                                                            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19256:60: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     && ((((usqInt)rawHeader)) >= (minCogMethodAddress())))),
                                                            ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19261:4: note: in expansion of macro ‘assert’
    assert(!(isOopForwarded(aMethod)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘mcprimFunctionForPrimitiveIndex’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19272:10: warning: return makes integer from pointer without a cast [-Wint-conversion]
   return mcprimHashMultiply;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19274:7: warning: statement with no effect [-Wunused-value]
  error("unknown mcprim");
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘methodHasCogMethod’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19291:2: note: in expansion of macro ‘assert’
  assert(isNonImmediate(aMethodOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19294:2: note: in expansion of macro ‘assert’
  assert(((((methodHeader) & 7) == 1))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘methodNeedsLargeContext’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19308:2: note: in expansion of macro ‘assert’
  assert(isCompiledMethod(methodObj));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19314:3: note: in expansion of macro ‘assert’
   assert((((usqInt)header)) < GIV(newSpaceStart));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19315:3: note: in expansion of macro ‘assert’
   assert((((((CogMethod *) header))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘methodWithHeaderShouldBeCogged’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19358:46: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  return ((assert((((methodHeader) & 7) == 1)),
                                              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘mMethodClass’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19487:48: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   ? (assert((numSlotsOf(literal)) > ValueIndex),
                                                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘mnuMethodOrNilFor’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19533:2: note: in expansion of macro ‘assert’
  assert(!((isOopForwarded(rcvr))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19549:3: note: in expansion of macro ‘assert’
   assert((classIndexOf(dictionary)) > (isForwardedObjectClassIndexPun()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19577:5: note: in expansion of macro ‘assert’
     assert(isNonImmediate(objOop));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19608:64: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      && ((((usqInt)methodHeader)) >= (minCogMethodAddress())))),
                                                                ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19610:46: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     && (((assert((((methodHeader) & 7) == 1)),
                                              ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘moveFramesInthroughtoPage’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19650:2: note: in expansion of macro ‘assert’
  assert(!(isBaseFrame(theFP)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19651:2: note: in expansion of macro ‘assert’
  assert(validStackPageBaseFrames());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19653:2: note: in expansion of macro ‘assert’
  assert(frameHasContext(callerFP));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19654:2: note: in expansion of macro ‘assert’
  assert(isContext(frameContext(callerFP)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19662:3: note: in expansion of macro ‘assert’
   assert(isContext(frameContext(theFP)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19683:2: note: in expansion of macro ‘assert’
  assert(newSP < theFP1);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19684:2: note: in expansion of macro ‘assert’
  assert((newSP < ((newPage->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19686:2: note: in expansion of macro ‘assert’
  assert((theFP1 < ((newPage->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19694:3: note: in expansion of macro ‘assert’
   assert(!(isMachineCodeFrame(callerFP)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19699:2: note: in expansion of macro ‘assert’
  assert((callerFP < ((oldPage->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19717:4: note: in expansion of macro ‘assert’
    assert(!(isOopForwarded(theContext)));
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19718:167: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)(SenderIndex) << (shiftForWord())))), (assert(((oopForPointer(fpInNewPage)) & (BytesPerWord - 1)) == 0),
                                                                                                                                                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:205:62: note: in definition of macro ‘longAtPointerput’
 # define longAtPointerput(ptr,val) (*(sqInt *)(ptr)= (sqInt)(val))
                                                              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19718:4: note: in expansion of macro ‘longAtput’
    longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)(SenderIndex) << (shiftForWord())))), (assert(((oopForPointer(fpInNewPage)) & (BytesPerWord - 1)) == 0),
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19721:4: note: in expansion of macro ‘assert’
    assert(!(isOopForwarded(theContext)));
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19722:182: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))), (assert(((oopForPointer(offsetCallerFP)) & (BytesPerWord - 1)) == 0),
                                                                                                                                                                                      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:205:62: note: in definition of macro ‘longAtPointerput’
 # define longAtPointerput(ptr,val) (*(sqInt *)(ptr)= (sqInt)(val))
                                                              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19722:4: note: in expansion of macro ‘longAtput’
    longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))), (assert(((oopForPointer(offsetCallerFP)) & (BytesPerWord - 1)) == 0),
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19727:2: note: in expansion of macro ‘assert’
  assert(validStackPageBaseFrames());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘mustMapMachineCodePCcontext’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19758:3: note: in expansion of macro ‘assert’
   assert((((signed)theIP >> 16)) < -1);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19762:3: note: in expansion of macro ‘assert’
   assert((((signed)theIP >> 16)) == -1);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19769:59: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    && ((((usqInt)rawHeader)) >= (minCogMethodAddress())))),
                                                           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19790:8: warning: statement with no effect [-Wunused-value]
   error("could not compile method that should have been compiled");
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19795:2: note: in expansion of macro ‘assert’
  assert(theIP < 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19798:3: note: in expansion of macro ‘assert’
   assert(((cogMethodForIP->cmType)) == CMBlock);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19799:3: note: in expansion of macro ‘assert’
   assert((cmHomeMethod(cogMethodForIP)) == cogMethod);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19804:3: note: in expansion of macro ‘assert’
   assert(((cogMethodForIP->cmType)) == CMMethod);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19813:2: note: in expansion of macro ‘assert’
  assert(((mcpc >= (((sqInt)cogMethod))) && (mcpc <= ((((sqInt)cogMethod)) + ((cogMethod->blockSize))))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19816:2: note: in expansion of macro ‘assert’
  assert(bcpc >= (startPCOfMethod(methodObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘noAssertHeaderOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19878:62: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    && ((((usqInt)methodHeader)) >= (minCogMethodAddress())))),
                                                              ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘positive64BitIntegerFor’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19950:2: note: in expansion of macro ‘assert’
  assert((numSlots >= 0)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19952:2: note: in expansion of macro ‘assert’
  assert(((objFormat < (firstByteFormat())
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19956:2: note: in expansion of macro ‘assert’
  assert(numSlots < (numSlotsMask()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19961:2: note: in expansion of macro ‘assert’
  assert((numBytes % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19962:2: note: in expansion of macro ‘assert’
  assert((newObj % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19970:9: warning: statement with no effect [-Wunused-value]
    error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘positive64BitValueOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:20017:2: note: in expansion of macro ‘assert’
  assert(!(isImmediate(oop)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:20032:2: note: in expansion of macro ‘assert’
  assert(fmt >= (firstByteFormat()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘postGCAction’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:20064:2: note: in expansion of macro ‘assert’
  assert(gcModeArg == GIV(gcMode));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘preGCAction’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:20090:3: note: in expansion of macro ‘assert’
   assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:20091:3: note: in expansion of macro ‘assert’
   assert(GIV(stackPage) == (mostRecentlyUsedPage()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:20092:3: note: in expansion of macro ‘assert’
   assert(!((isFree(GIV(stackPage)))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:20094:3: note: in expansion of macro ‘assert’
   assert(GIV(stackPointer) < GIV(framePointer));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:20095:3: note: in expansion of macro ‘assert’
   assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:20097:3: note: in expansion of macro ‘assert’
   assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:20101:3: note: in expansion of macro ‘assert’
   assert(pageListIsWellFormed());
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘printFrameWithSP’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:20488:3: note: in expansion of macro ‘assert’
   assert(isCompiledMethod(theMethod));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:20494:4: note: in expansion of macro ‘assert’
    assert((((usqInt)header1)) < GIV(newSpaceStart));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:20495:4: note: in expansion of macro ‘assert’
    assert((((((CogMethod *) header1))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘printPrimLogEntryAt’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:20783:5: note: in expansion of macro ‘assert’
     assert(isUnambiguouslyForwarder(intOrSelector));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘quickPrimitiveConstantFor’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:20831:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘rawHeaderOfput’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:20883:2: note: in expansion of macro ‘assert’
  assert(isCompiledMethodHeader(headerWhileForwardingOf(methodOop)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:20884:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(methodOop)));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘readImageFromFileHeapSizeStartingAt’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:184:49: warning: statement with no effect [-Wunused-value]
 #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap")
                                                 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21186:3: note: in expansion of macro ‘insufficientMemoryAvailableError’
   insufficientMemoryAvailableError();
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:185:40: warning: statement with no effect [-Wunused-value]
 #define unableToReadImageError()  error("Read failed or premature end of image file")
                                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21194:3: note: in expansion of macro ‘unableToReadImageError’
   unableToReadImageError();
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21203:212: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((sqInt)((usqInt)(ClassArray) << (shiftForWord())))))) != ((assert(((ClassArrayCompactIndex >= 1) && (ClassArrayCompactIndex <= (classTablePageSize())))),
                                                                                                                                                                                                                    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21209:257: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((sqInt)((usqInt)(ClassLargeNegativeInteger) << (shiftForWord())))))) != ((assert(((ClassLargeNegativeIntegerCompactIndex >= 1) && (ClassLargeNegativeIntegerCompactIndex <= (classTablePageSize())))),
                                                                                                                                                                                                                                                                 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21215:257: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((sqInt)((usqInt)(ClassLargePositiveInteger) << (shiftForWord())))))) != ((assert(((ClassLargePositiveIntegerCompactIndex >= 1) && (ClassLargePositiveIntegerCompactIndex <= (classTablePageSize())))),
                                                                                                                                                                                                                                                                 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21221:212: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((sqInt)((usqInt)(ClassFloat) << (shiftForWord())))))) != ((assert(((ClassFloatCompactIndex >= 1) && (ClassFloatCompactIndex <= (classTablePageSize())))),
                                                                                                                                                                                                                    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21227:233: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((sqInt)((usqInt)(ClassBlockClosure) << (shiftForWord())))))) != ((assert(((ClassBlockClosureCompactIndex >= 1) && (ClassBlockClosureCompactIndex <= (classTablePageSize())))),
                                                                                                                                                                                                                                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21233:236: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((sqInt)((usqInt)(ClassMethodContext) << (shiftForWord())))))) != ((assert(((ClassMethodContextCompactIndex >= 1) && (ClassMethodContextCompactIndex <= (classTablePageSize())))),
                                                                                                                                                                                                                                            ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21240:2: note: in expansion of macro ‘assert’
  assert((rawHashBitsOf(objOop)) != 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21246:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(classArrayClass)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘resumepreemptedYieldingIffrom’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21339:2: note: in expansion of macro ‘assert’
  assert((((oop) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21343:2: note: in expansion of macro ‘assert’
  assert((((oop1) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘returnToExecutivepostContextSwitch’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:130:3: note: in expansion of macro ‘assert’
   assert((getfp() & STACK_ALIGN_MASK) == STACK_FP_ALIGNMENT);  \
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21381:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:131:2: note: in expansion of macro ‘assert’
  assert((getsp() & STACK_ALIGN_MASK) == 0); \
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21381:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21387:4: note: in expansion of macro ‘assert’
    assert((GIV(instructionPointer) > (minCogMethodAddress()))
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21391:5: note: in expansion of macro ‘assert’
     assert(addressCouldBeOop(stackTop()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21416:2: note: in expansion of macro ‘assert’
  assert((((usqInt)aMethodObj)) >= (startOfMemory()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21418:2: note: in expansion of macro ‘assert’
  assert(isOopCompiledMethod(GIV(method)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘returntoExecutive’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:130:3: note: in expansion of macro ‘assert’
   assert((getfp() & STACK_ALIGN_MASK) == STACK_FP_ALIGNMENT);  \
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21453:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:131:2: note: in expansion of macro ‘assert’
  assert((getsp() & STACK_ALIGN_MASK) == 0); \
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21453:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21469:2: note: in expansion of macro ‘assert’
  assert((((usqInt)aMethodObj)) >= (startOfMemory()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21471:2: note: in expansion of macro ‘assert’
  assert(isOopCompiledMethod(GIV(method)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘rewriteMethodCacheEntryForExternalPrimitiveToFunction’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21507:45: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(GIV(newMethod))),
                                             ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘sendInvokeCallbackContext’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:130:3: note: in expansion of macro ‘assert’
   assert((getfp() & STACK_ALIGN_MASK) == STACK_FP_ALIGNMENT);  \
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21607:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:131:2: note: in expansion of macro ‘assert’
  assert((getsp() & STACK_ALIGN_MASK) == 0); \
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21607:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21630:2: note: in expansion of macro ‘assert’
  assert(((debugCallbackInvokes += 1)) > 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21664:63: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    && ((((usqInt)methodHeader1)) >= (minCogMethodAddress())))),
                                                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21674:45: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if (((assert((((methodHeader1) & 7) == 1)),
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21686:62: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    && ((((usqInt)methodHeader)) >= (minCogMethodAddress())))),
                                                              ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21696:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(rcvr)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21700:3: note: in expansion of macro ‘assert’
   assert(!(isMachineCodeFrame(GIV(framePointer))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21711:86: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  initialIP = (GIV(newMethod) + ((LiteralStart + ((assert((((methodHeader) & 7) == 1)),
                                                                                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21719:3: note: in expansion of macro ‘assert’
   assert(isOopCompiledMethod(GIV(method)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21720:3: note: in expansion of macro ‘assert’
   assert((methodHeaderOf(GIV(method))) == methodHeader);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21775:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21776:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPage) == (mostRecentlyUsedPage()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21777:2: note: in expansion of macro ‘assert’
  assert(!((isFree(GIV(stackPage)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21779:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPointer) < GIV(framePointer));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21780:2: note: in expansion of macro ‘assert’
  assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21782:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21786:2: note: in expansion of macro ‘assert’
  assert(pageListIsWellFormed());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21790:2: note: in expansion of macro ‘assert’
  assert((frameReceiver(GIV(framePointer))) == (splObj(ClassAlien)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘sendInvokeCallbackStackRegistersJmpbuf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:130:3: note: in expansion of macro ‘assert’
   assert((getfp() & STACK_ALIGN_MASK) == STACK_FP_ALIGNMENT);  \
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21848:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:131:2: note: in expansion of macro ‘assert’
  assert((getsp() & STACK_ALIGN_MASK) == 0); \
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21848:2: note: in expansion of macro ‘assertCStackWellAligned’
  assertCStackWellAligned();
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21898:63: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    && ((((usqInt)methodHeader1)) >= (minCogMethodAddress())))),
                                                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21908:45: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if (((assert((((methodHeader1) & 7) == 1)),
                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21920:62: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    && ((((usqInt)methodHeader)) >= (minCogMethodAddress())))),
                                                              ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21930:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(rcvr)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21934:3: note: in expansion of macro ‘assert’
   assert(!(isMachineCodeFrame(GIV(framePointer))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21945:86: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  initialIP = (GIV(newMethod) + ((LiteralStart + ((assert((((methodHeader) & 7) == 1)),
                                                                                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21953:3: note: in expansion of macro ‘assert’
   assert(isOopCompiledMethod(GIV(method)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:21954:3: note: in expansion of macro ‘assert’
   assert((methodHeaderOf(GIV(method))) == methodHeader);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22009:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22010:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPage) == (mostRecentlyUsedPage()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22011:2: note: in expansion of macro ‘assert’
  assert(!((isFree(GIV(stackPage)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22013:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPointer) < GIV(framePointer));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22014:2: note: in expansion of macro ‘assert’
  assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22016:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22020:2: note: in expansion of macro ‘assert’
  assert(pageListIsWellFormed());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘signed64BitIntegerFor’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22163:2: note: in expansion of macro ‘assert’
  assert((numSlots >= 0)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22166:2: note: in expansion of macro ‘assert’
  assert(((objFormat < (firstByteFormat())
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22170:2: note: in expansion of macro ‘assert’
  assert(numSlots < (numSlotsMask()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22175:2: note: in expansion of macro ‘assert’
  assert((numBytes % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22176:2: note: in expansion of macro ‘assert’
  assert((newObj % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22184:9: warning: statement with no effect [-Wunused-value]
    error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘signed64BitValueOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22229:2: note: in expansion of macro ‘assert’
  assert(!(isImmediate(oop)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22241:3: note: in expansion of macro ‘assert’
   assert(!(isImmediate(oop)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22257:2: note: in expansion of macro ‘assert’
  assert(fmt >= (firstByteFormat()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘slowPrimitiveResponse’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22315:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(stackValue(GIV(argumentCount)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22316:2: note: in expansion of macro ‘assert’
  assert((remapBufferCount()) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22323:2: note: in expansion of macro ‘assert’
  assert(maybeLeakCheckExternalPrimCall(GIV(newMethod)));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22342:4: note: in expansion of macro ‘flag’
    flag("Would be nice to make this a message send of e.g. unbalancedPrimitive to the current process or context");
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘startPCOfMethodHeader’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22429:56: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  return (((assert((((aCompiledMethodHeader) & 7) == 1)),
                                                        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘startPCOrNilOfLiteralin’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22460:2: note: in expansion of macro ‘assert’
  assert((((oop) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘synchronousSignal’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22478:41: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(!(isForwarded(aSemaphore))),
                                         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22486:4: note: in expansion of macro ‘assert’
    assert(!(isOopForwarded(aSemaphore)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22503:2: note: in expansion of macro ‘assert’
  assert(!((isForwarded(proc))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22507:3: note: in expansion of macro ‘assert’
   assert(isUnambiguouslyForwarder(ctxt));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22517:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(proc)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22518:36: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(proc)),
                                    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘tearDownAndRebuildFrameForCannotReturnBaseFrameReturnFromtoreturnValue’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22557:2: note: in expansion of macro ‘assert’
  assert((GIV(stackPage) != 0)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22560:2: note: in expansion of macro ‘assert’
  assert(!(isMarriedOrWidowedContext(contextToReturnFrom)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22562:2: note: in expansion of macro ‘assert’
  assert(!(isForwarded(contextToReturnFrom)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22563:50: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(contextToReturnFrom)),
                                                  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22577:2: note: in expansion of macro ‘assert’
  assert(!(isForwarded(contextToReturnFrom)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22578:50: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(contextToReturnFrom)),
                                                  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22593:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPage) == newPage);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22595:2: note: in expansion of macro ‘assert’
  assert(newPage != 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22604:2: note: in expansion of macro ‘assert’
  assert((stackTop()) == (ceCannotResumePC()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘transferTofrom’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22641:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22642:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPage) == (mostRecentlyUsedPage()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22643:2: note: in expansion of macro ‘assert’
  assert(!((isFree(GIV(stackPage)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22645:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPointer) < GIV(framePointer));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22646:2: note: in expansion of macro ‘assert’
  assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22648:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22652:2: note: in expansion of macro ‘assert’
  assert(pageListIsWellFormed());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22674:3: note: in expansion of macro ‘assert’
   assert(isContext(frameContext(theFP)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22681:2: note: in expansion of macro ‘assert’
  assert(!(isForwarded(oldProc)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22682:38: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(oldProc)),
                                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22696:2: note: in expansion of macro ‘assert’
  assert(!(isForwarded(sched)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22697:36: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(sched)),
                                    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22711:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(newProc)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22715:2: note: in expansion of macro ‘assert’
  assert(isContext(newContext));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22717:3: note: in expansion of macro ‘assert’
   assert(checkIsStillMarriedContextcurrentFP(newContext, GIV(framePointer)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22721:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(newProc)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22727:3: note: in expansion of macro ‘assert’
   assert((((senderOop) & 7) == 1));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22730:147: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   thePage = stackPageAtpages((assert((((((char *) theFrame)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFrame)) <= (((char *) GIV(pages)))))),
                                                                                                                                                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22746:4: note: in expansion of macro ‘assert’
    assert(newPage == ((GIV(mostRecentlyUsedPage)->nextPage)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22760:4: note: in expansion of macro ‘assert’
    assert(pageListIsWellFormed());
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22763:3: note: in expansion of macro ‘assert’
   assert(((thePage->headFP)) == theFrame);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22770:2: note: in expansion of macro ‘assert’
  assert(thePage != 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22782:3: note: in expansion of macro ‘assert’
   assert((((usqInt)aMethodObj)) >= (startOfMemory()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22784:3: note: in expansion of macro ‘assert’
   assert(isOopCompiledMethod(GIV(method)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘updateStateOfSpouseContextForFrameWithSP’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22864:2: note: in expansion of macro ‘assert’
  assert(frameHasContext(theFP));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22866:2: note: in expansion of macro ‘assert’
  assert(isContext(theContext));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22867:2: note: in expansion of macro ‘assert’
  assert((frameReceiver(theFP)) == (noFixupFollowFieldofObject(ReceiverIndex, theContext)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22880:3: note: in expansion of macro ‘assert’
   assert(addressCouldBeOop(longAt(argsPointer)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22882:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(theContext)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22883:42: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(theContext)),
                                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22898:3: note: in expansion of macro ‘assert’
   assert(addressCouldBeOop(longAt(pointer)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22901:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(theContext)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22902:42: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(theContext)),
                                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22917:2: note: in expansion of macro ‘assert’
  assert((ReceiverIndex + tempIndex) < (lengthOf(theContext)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22918:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(theContext)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘validInstructionPointerinMethodframePointer’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22952:57: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     && ((((usqInt)header)) >= (minCogMethodAddress())))),
                                                         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘voidVMStateForSnapshotFlushingExternalPrimitivesIf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:23056:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:23065:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:23083:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:23097:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:23115:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:23123:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:23127:3: note: in expansion of macro ‘assert’
   assert((objOop11 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:23129:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop11)) != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:23149:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:23045:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:23044:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘widowOrForceToBytecodePC’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:23230:4: note: in expansion of macro ‘assert’
    assert(!((isMachineCodeFrame(frameOfMarriedContext(ctxt)))));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘doWaitSemaphore’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:23254:4: note: in expansion of macro ‘assert’
    assert(!(isOopForwarded(sema)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘doWaitSemaphorereEnterInterpreter’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:23301:4: note: in expansion of macro ‘assert’
    assert(!(isOopForwarded(sema)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘mcprimHashMultiply’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:23374:3: note: in expansion of macro ‘assert’
   assert(!(isImmediate(receiverArg)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveContextXray’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:23471:4: note: in expansion of macro ‘assert’
    assert((((senderOop) & 7) == 1));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveEnterCriticalSection’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:23545:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(criticalSection)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:23546:47: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(criticalSection)),
                                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveExitCriticalSection’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:23602:46: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(!(isForwarded(criticalSection))),
                                              ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:23605:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(criticalSection)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:23620:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(criticalSection)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveLongRunningPrimitiveSemaphore’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:23732:3: note: in expansion of macro ‘assert’
   assert((((stackValue(0)) == (nilObject()))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveMethodPCData’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:23765:45: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(methodReceiver)),
                                             ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:23769:3: note: in expansion of macro ‘assert’
   assert((isNonImmediate(methodHeader))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveMethodXray’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:23855:5: note: in expansion of macro ‘assert’
     assert(!(((((((sqInt)cogMethod)) >= MaxNegativeErrorCode) && ((((sqInt)cogMethod)) <= NotFullyInitialized)))));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:23865:4: note: in expansion of macro ‘assert’
    assert((isNonImmediate(methodHeader))
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveObjectAt’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:23940:59: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    && ((((usqInt)rawHeader)) >= (minCogMethodAddress())))),
                                                           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:23945:53: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    && (index <= (((assert((((realHeader) & 7) == 1)),
                                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveObjectAtPut’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:23996:59: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    && ((((usqInt)rawHeader)) >= (minCogMethodAddress())))),
                                                           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24001:53: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    && (index <= (((assert((((realHeader) & 7) == 1)),
                                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24008:41: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    || (((assert((((newValue) & 7) == 1)),
                                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24009:94: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   ((newValue >> 3)) & AlternateHeaderNumLiteralsMask)) != ((assert((((realHeader) & 7) == 1)),
                                                                                              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24016:60: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     && ((((usqInt)rawHeader)) >= (minCogMethodAddress())))),
                                                            ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24021:4: note: in expansion of macro ‘assert’
    assert(!(isOopForwarded(thisReceiver)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24027:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(thisReceiver)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24028:44: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(thisReceiver)),
                                            ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveProfileSemaphore’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24087:3: note: in expansion of macro ‘assert’
   assert((((stackValue(0)) == (nilObject()))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveSuspend’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24278:3: note: in expansion of macro ‘assert’
   assert(isUnambiguouslyForwarder(myList));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24288:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(process)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24289:39: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(process)),
                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24304:2: note: in expansion of macro ‘assert’
  assert(!((isForwarded(process))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24305:2: note: in expansion of macro ‘assert’
  assert(!((isForwarded(myList))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24310:2: note: in expansion of macro ‘assert’
  assert(!((isForwarded(firstLink))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24311:2: note: in expansion of macro ‘assert’
  assert(!((isForwarded(lastLink))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24315:3: note: in expansion of macro ‘assert’
   assert(!((isForwarded(nextLink))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24317:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(myList)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24318:38: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(myList)),
                                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24334:4: note: in expansion of macro ‘assert’
    assert(!(isOopForwarded(myList)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24341:4: note: in expansion of macro ‘assert’
    assert(!((isForwarded(tempLink))));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24358:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(tempLink)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24359:40: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(tempLink)),
                                        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24374:4: note: in expansion of macro ‘assert’
    assert(!(isForwarded(myList)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24375:39: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    if ((assert(isNonImmediate(myList)),
                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24391:2: note: in expansion of macro ‘assert’
  assert(!(isForwarded(process)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24392:38: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(process)),
                                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24408:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(process)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24409:39: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(process)),
                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveTerminateTo’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24498:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24499:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPage) == (mostRecentlyUsedPage()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24500:2: note: in expansion of macro ‘assert’
  assert(!((isFree(GIV(stackPage)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24502:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPointer) < GIV(framePointer));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24503:2: note: in expansion of macro ‘assert’
  assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24505:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24509:2: note: in expansion of macro ‘assert’
  assert(pageListIsWellFormed());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24515:3: note: in expansion of macro ‘assert’
   assert((((senderOop) & 7) == 1));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24518:156: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   pageToStopOn = stackPageAtpages((assert((((((char *) contextsFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) contextsFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                                            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24528:3: note: in expansion of macro ‘assert’
   assert((((senderOop2) & 7) == 1));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24552:10: warning: statement with no effect [-Wunused-value]
     error("did not find theFP in stack page");
          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24556:5: note: in expansion of macro ‘assert’
     assert((((((usqInt)contextsIP)) >= (startOfMemory()))
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24558:5: note: in expansion of macro ‘assert’
     assert(!(isBaseFrame(frameAbove)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24569:6: note: in expansion of macro ‘assert’
      assert(!(isMachineCodeFrame(contextsFP)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24574:5: note: in expansion of macro ‘assert’
     assert(isContext(thisCtx));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24576:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(thisCtx)));
     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24577:159: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     longAtput((thisCtx + BaseHeaderSize) + (((sqInt)((usqInt)(SenderIndex) << (shiftForWord())))), (assert(((oopForPointer(newFP)) & (BytesPerWord - 1)) == 0),
                                                                                                                                                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:205:62: note: in definition of macro ‘longAtPointerput’
 # define longAtPointerput(ptr,val) (*(sqInt *)(ptr)= (sqInt)(val))
                                                              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24577:5: note: in expansion of macro ‘longAtput’
     longAtput((thisCtx + BaseHeaderSize) + (((sqInt)((usqInt)(SenderIndex) << (shiftForWord())))), (assert(((oopForPointer(newFP)) & (BytesPerWord - 1)) == 0),
     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24580:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(thisCtx)));
     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24581:176: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     longAtput((thisCtx + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))), (assert(((oopForPointer(contextsFP)) & (BytesPerWord - 1)) == 0),
                                                                                                                                                                                ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:205:62: note: in definition of macro ‘longAtPointerput’
 # define longAtPointerput(ptr,val) (*(sqInt *)(ptr)= (sqInt)(val))
                                                              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24581:5: note: in expansion of macro ‘longAtput’
     longAtput((thisCtx + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))), (assert(((oopForPointer(contextsFP)) & (BytesPerWord - 1)) == 0),
     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24589:4: note: in expansion of macro ‘assert’
    assert(GIV(stackPage) == (mostRecentlyUsedPage()));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24597:3: note: in expansion of macro ‘assert’
   assert(isBaseFrame(theFP));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24599:142: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   thePage1 = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24602:3: note: in expansion of macro ‘assert’
   assert(addressCouldBeObj(callerContextOrNil));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24603:3: note: in expansion of macro ‘assert’
   assert((callerContextOrNil == (nilObject()))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24611:4: note: in expansion of macro ‘assert’
    assert((((senderOop1) & 7) == 1));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24614:157: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    pageToStopOn = stackPageAtpages((assert((((((char *) contextsFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) contextsFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24630:4: note: in expansion of macro ‘assert’
    assert(isContext(currentCtx));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24634:5: note: in expansion of macro ‘assert’
     assert((((senderOop4) & 7) == 1));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24637:143: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24653:11: warning: statement with no effect [-Wunused-value]
      error("did not find theFP in stack page");
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24656:6: note: in expansion of macro ‘assert’
      assert(frameAbove != 0);
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24665:7: note: in expansion of macro ‘assert’
       assert((((senderOop3) & 7) == 1));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24668:160: warning: left-hand operand of comma expression has no effect [-Wunused-value]
       pageToStopOn = stackPageAtpages((assert((((((char *) contextsFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) contextsFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                                                ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24694:12: warning: statement with no effect [-Wunused-value]
       error("did not find theFP in stack page");
            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24698:57: warning: left-hand operand of comma expression has no effect [-Wunused-value]
        contextsSP = ((assert(!(isBaseFrame(frameAbove))),
                                                         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24702:8: note: in expansion of macro ‘assert’
        assert(contextsSP < contextsFP);
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24703:8: note: in expansion of macro ‘assert’
        assert((contextsSP < ((thePage->baseAddress)))
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24705:8: note: in expansion of macro ‘assert’
        assert((contextsFP < ((thePage->baseAddress)))
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24717:7: note: in expansion of macro ‘assert’
       assert(isBaseFrame(theFP1));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24719:148: warning: left-hand operand of comma expression has no effect [-Wunused-value]
       thePage2 = stackPageAtpages((assert((((((char *) theFP1)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP1)) <= (((char *) GIV(pages)))))),
                                                                                                                                                    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24722:7: note: in expansion of macro ‘assert’
       assert(addressCouldBeObj(callerContextOrNil1));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24723:7: note: in expansion of macro ‘assert’
       assert((callerContextOrNil1 == (nilObject()))
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24733:5: note: in expansion of macro ‘assert’
     assert(isContext(currentCtx));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24736:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(currentCtx)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24740:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(currentCtx)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24746:2: note: in expansion of macro ‘assert’
  assert(pageListIsWellFormed());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24748:3: note: in expansion of macro ‘assert’
   assert(checkIsStillMarriedContextcurrentFP(thisCtx, GIV(framePointer)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24749:3: note: in expansion of macro ‘assert’
   assert(isBaseFrame(frameOfMarriedContext(thisCtx)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24752:3: note: in expansion of macro ‘assert’
   assert((((senderOop5) & 7) == 1));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24755:3: note: in expansion of macro ‘assert’
   assert((aContextOrNil == (nilObject()))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24757:3: note: in expansion of macro ‘assert’
   assert(isBaseFrame(theFP));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24758:3: note: in expansion of macro ‘assert’
   assert(((theFP + (frameStackedReceiverOffset(theFP))) + (2 * BytesPerWord)) == (((stackPageFor(theFP))->baseAddress)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24759:3: note: in expansion of macro ‘assert’
   assert((longAt((theFP + (frameStackedReceiverOffset(theFP))) + BytesPerWord)) == (frameContext(theFP)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24766:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(thisCtx)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24767:39: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(thisCtx)),
                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24784:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPage) == (mostRecentlyUsedPage()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveVoidVMStateForMethod’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24912:3: note: in expansion of macro ‘assert’
   assert(isContext(frameContext(theFP)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24923:3: note: in expansion of macro ‘assert’
   assert(!(isMachineCodeFrame(GIV(framePointer))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24942:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24943:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPage) == (mostRecentlyUsedPage()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24944:2: note: in expansion of macro ‘assert’
  assert(!((isFree(GIV(stackPage)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24946:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPointer) < GIV(framePointer));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24947:2: note: in expansion of macro ‘assert’
  assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24949:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24953:2: note: in expansion of macro ‘assert’
  assert(pageListIsWellFormed());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24954:40: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(methodObj)),
                                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24956:112: warning: right-hand operand of comma expression has no effect [-Wunused-value]
  (methodHeader = longAt((methodObj + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))))),
                                                                                                                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24963:3: note: in expansion of macro ‘assert’
   assert((isNonImmediate(methodHeader1))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24995:3: note: in expansion of macro ‘assert’
   assert((((pastSpace()).start)) < (((eden()).start)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25004:4: note: in expansion of macro ‘assert’
    assert(isEnumerableObjectNoAssert(objOop1));
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25017:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25031:4: note: in expansion of macro ‘assert’
    assert(isEnumerableObjectNoAssert(objOop1));
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25044:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25052:3: note: in expansion of macro ‘assert’
   assert(isOldObject(GIV(nilObj)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25056:4: note: in expansion of macro ‘assert’
    assert((objOop11 % (allocationUnit())) == 0);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25058:4: note: in expansion of macro ‘assert’
    assert((long64At(objOop11)) != 0);
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25073:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25087:3: note: in expansion of macro ‘assert’
   assert((GIV(stackPage) == 0)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25095:3: note: in expansion of macro ‘assert’
   assert((methodObj == (stackTop()))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25104:2: note: in expansion of macro ‘assert’
  assert((((senderOop) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25107:146: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  thePage = stackPageAtpages((assert((((((char *) theFrame)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFrame)) <= (((char *) GIV(pages)))))),
                                                                                                                                                  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25109:2: note: in expansion of macro ‘assert’
  assert(((thePage->headFP)) == theFrame);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25111:2: note: in expansion of macro ‘assert’
  assert(thePage != 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25124:2: note: in expansion of macro ‘assert’
  assert((methodObj == (stackTop()))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24859:11: warning: variable ‘top’ set but not used [-Wunused-but-set-variable]
     sqInt top;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24849:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24848:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveYield’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25153:2: note: in expansion of macro ‘assert’
  assert((((oop) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25157:42: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(!(isForwarded(processList))),
                                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘initializeStacknumSlotspageSize’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25234:2: note: in expansion of macro ‘assert’
  assert((((stackPageByteSize()) - (stackLimitBytes())) - (stackLimitOffset())) >= (stackPageHeadroom()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25257:3: note: in expansion of macro ‘assert’
   assert((pageIndexFor((page->baseAddress))) == index);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25258:3: note: in expansion of macro ‘assert’
   assert((pageIndexFor(((page->baseAddress)) - ((slotsPerPage - 1) * BytesPerWord))) == index);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25259:3: note: in expansion of macro ‘assert’
   assert((stackPageFor((page->baseAddress))) == page);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25260:3: note: in expansion of macro ‘assert’
   assert((stackPageFor((page->stackLimit))) == page);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25270:3: note: in expansion of macro ‘assert’
   assert((((((char *) ((page->baseAddress)))) >= (GIV(stackBasePlus1) - 1)) && ((((char *) ((page->baseAddress)))) <= (((char *) GIV(pages))))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25272:3: note: in expansion of macro ‘assert’
   assert((stackPageAt(theIndex)) == page);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25273:3: note: in expansion of macro ‘assert’
   assert((pageIndexFor((page->baseAddress))) == theIndex);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25274:3: note: in expansion of macro ‘assert’
   assert((pageIndexFor((page->stackLimit))) == theIndex);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25275:3: note: in expansion of macro ‘assert’
   assert((pageIndexFor(((page->lastAddress)) + 1)) == theIndex);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25277:2: note: in expansion of macro ‘assert’
  assert(count == numPages);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25278:2: note: in expansion of macro ‘assert’
  assert(pageListIsWellFormed());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25221:11: warning: variable ‘theIndex’ set but not used [-Wunused-but-set-variable]
     sqInt theIndex;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25220:17: warning: variable ‘structStackPageSize’ set but not used [-Wunused-but-set-variable]
     usqIntptr_t structStackPageSize;
                 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘pageIndexFor’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25290:2: note: in expansion of macro ‘assert’
  assert((((((char *) pointer)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) pointer)) <= (((char *) GIV(pages))))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘canBeImmutable’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25303:2: note: in expansion of macro ‘assert’
  assert(isNonImmediate(oop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25308:34: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(oop)),
                                  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘cStringOrNullFor’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25364:2: note: in expansion of macro ‘assert’
  assert(!(isImmediate(oop)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25349:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘isNegativeIntegerValueOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25451:3: note: in expansion of macro ‘assert’
   assert(!(isImmediate(oop)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25461:3: note: in expansion of macro ‘assert’
   assert(!(isImmediate(oop)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘isPositiveMachineIntegerObject’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25499:2: note: in expansion of macro ‘assert’
  assert(!(isImmediate(oop)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘magnitude64BitIntegerForneg’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25534:3: note: in expansion of macro ‘assert’
   assert(((ClassLargeNegativeIntegerCompactIndex >= 1) && (ClassLargeNegativeIntegerCompactIndex <= (classTablePageSize()))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25540:3: note: in expansion of macro ‘assert’
   assert(((ClassLargePositiveIntegerCompactIndex >= 1) && (ClassLargePositiveIntegerCompactIndex <= (classTablePageSize()))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘magnitude64BitValueOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25585:2: note: in expansion of macro ‘assert’
  assert(!(isImmediate(oop)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25593:3: note: in expansion of macro ‘assert’
   assert(!(isImmediate(oop)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25609:2: note: in expansion of macro ‘assert’
  assert(fmt >= (firstByteFormat()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘positiveMachineIntegerValueOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25666:2: note: in expansion of macro ‘assert’
  assert(!(isImmediate(oop)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25681:2: note: in expansion of macro ‘assert’
  assert(fmt >= (firstByteFormat()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveAsFloat’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:26068:2: note: in expansion of macro ‘assert’
  assert((((rcvr) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveAt’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:26166:4: note: in expansion of macro ‘assert’
    assert((ReceiverIndex + ((sp2 >> 3))) < (lengthOf(rcvr)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:26176:3: note: in expansion of macro ‘assert’
   assert((ReceiverIndex + ((sp1 >> 3))) < (lengthOf(rcvr)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveAtPut’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:26339:4: note: in expansion of macro ‘assert’
    assert((ReceiverIndex + ((sp3 >> 3))) < (lengthOf(rcvr)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:26349:3: note: in expansion of macro ‘assert’
   assert((ReceiverIndex + ((sp11 >> 3))) < (lengthOf(rcvr)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:26370:4: note: in expansion of macro ‘assert’
    assert(!(isForwarded(rcvr)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:26371:37: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    if ((assert(isNonImmediate(rcvr)),
                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveBeCursor’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:26467:11: warning: variable ‘ourCursor’ set but not used [-Wunused-but-set-variable]
     sqInt ourCursor;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveBeDisplay’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:26736:2: note: in expansion of macro ‘assert’
  assert(!(isForwarded(GIV(specialObjectsOop))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:26737:53: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(GIV(specialObjectsOop))),
                                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:26715:9: warning: variable ‘changed’ set but not used [-Wunused-but-set-variable]
     int changed;
         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveBehaviorHash’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:26790:2: note: in expansion of macro ‘assert’
  assert((isNonImmediate(stackTop()))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:26792:2: note: in expansion of macro ‘assert’
  assert(addressCouldBeClassObj(longAt(GIV(stackPointer))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitAnd’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:26861:2: note: in expansion of macro ‘assert’
  assert(!(isImmediate(oop1)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:26877:2: note: in expansion of macro ‘assert’
  assert(fmt >= (firstByteFormat()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:26923:2: note: in expansion of macro ‘assert’
  assert(!(isImmediate(oop2)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:26939:2: note: in expansion of macro ‘assert’
  assert(fmt1 >= (firstByteFormat()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitOr’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:27045:2: note: in expansion of macro ‘assert’
  assert(!(isImmediate(oop1)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:27061:2: note: in expansion of macro ‘assert’
  assert(fmt >= (firstByteFormat()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:27107:2: note: in expansion of macro ‘assert’
  assert(!(isImmediate(oop2)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:27123:2: note: in expansion of macro ‘assert’
  assert(fmt1 >= (firstByteFormat()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitXor’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:27375:3: note: in expansion of macro ‘assert’
   assert(!(isImmediate(integerArgument)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:27391:3: note: in expansion of macro ‘assert’
   assert(fmt >= (firstByteFormat()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:27436:3: note: in expansion of macro ‘assert’
   assert(!(isImmediate(integerReceiver)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:27452:3: note: in expansion of macro ‘assert’
   assert(fmt1 >= (firstByteFormat()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveBytesLeft’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:27517:11: warning: variable ‘aBool’ set but not used [-Wunused-but-set-variable]
     sqInt aBool;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveClipboardText’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:27763:4: note: in expansion of macro ‘assert’
    assert(fmt >= (firstByteFormat()));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:27773:3: note: in expansion of macro ‘assert’
   assert(addressCouldBeClassObj(classAtIndex(ClassByteStringCompactIndex)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:27774:3: note: in expansion of macro ‘assert’
   assert((instSpecOfClass(classAtIndex(ClassByteStringCompactIndex))) == (firstByteFormat()));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:27809:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:27816:3: note: in expansion of macro ‘assert’
   assert((numBytes1 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:27817:3: note: in expansion of macro ‘assert’
   assert((newObj % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveClockLogAddresses’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:27887:2: note: in expansion of macro ‘assert’
  assert(addressCouldBeOop(result));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:27890:8: warning: statement with no effect [-Wunused-value]
   error("remapBuffer overflow");
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:27894:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(objOop)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:27916:2: note: in expansion of macro ‘assert’
  assert(!(isForwarded(objOop3)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:27917:38: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(objOop3)),
                                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:27932:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(objOop1)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:27936:2: note: in expansion of macro ‘assert’
  assert(!(isForwarded(objOop4)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:27937:38: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(objOop4)),
                                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:27952:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(objOop2)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:27853:11: warning: variable ‘oop’ set but not used [-Wunused-but-set-variable]
     sqInt oop;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveClosureValue’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28010:2: note: in expansion of macro ‘assert’
  assert((((oop) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28040:2: note: in expansion of macro ‘assert’
  assert(isContext(outerContext));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28042:2: note: in expansion of macro ‘assert’
  assert(closureMethod == (fetchPointerofObject(MethodIndex, outerContext)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28043:2: note: in expansion of macro ‘assert’
  assert(isOopCompiledMethod(closureMethod));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28048:62: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    && ((((usqInt)methodHeader)) >= (minCogMethodAddress())))),
                                                              ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28052:3: note: in expansion of macro ‘assert’
   assert((isNonImmediate(methodHeader1))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:130:3: note: in expansion of macro ‘assert’
   assert((getfp() & STACK_ALIGN_MASK) == STACK_FP_ALIGNMENT);  \
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28055:3: note: in expansion of macro ‘assertCStackWellAligned’
   assertCStackWellAligned();
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:131:2: note: in expansion of macro ‘assert’
  assert((getsp() & STACK_ALIGN_MASK) == 0); \
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28055:3: note: in expansion of macro ‘assertCStackWellAligned’
   assertCStackWellAligned();
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28063:4: note: in expansion of macro ‘assert’
    assert(!(isMachineCodeFrame(GIV(framePointer))));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28091:43: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if (((assert((((methodHeader) & 7) == 1)),
                                           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28097:47: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     if ((assert(isNonImmediate(closureMethod)),
                                               ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28101:6: note: in expansion of macro ‘assert’
      assert((isNonImmediate(methodHeader2))
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:130:3: note: in expansion of macro ‘assert’
   assert((getfp() & STACK_ALIGN_MASK) == STACK_FP_ALIGNMENT);  \
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28104:6: note: in expansion of macro ‘assertCStackWellAligned’
      assertCStackWellAligned();
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:131:2: note: in expansion of macro ‘assert’
  assert((getsp() & STACK_ALIGN_MASK) == 0); \
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28104:6: note: in expansion of macro ‘assertCStackWellAligned’
      assertCStackWellAligned();
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28112:7: note: in expansion of macro ‘assert’
       assert(!(isMachineCodeFrame(GIV(framePointer))));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28152:2: note: in expansion of macro ‘assert’
  assert(!(methodHasCogMethod(closureMethod)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28194:2: note: in expansion of macro ‘assert’
  assert(frameIsBlockActivation(GIV(framePointer)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28195:2: note: in expansion of macro ‘assert’
  assert(!(frameHasContext(GIV(framePointer))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28198:2: note: in expansion of macro ‘assert’
  assert((((oop1) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28203:2: note: in expansion of macro ‘assert’
  assert(isOopCompiledMethod(GIV(method)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28204:2: note: in expansion of macro ‘assert’
  assert((methodHeaderOf(GIV(method))) == methodHeader);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveClosureValueNoContextSwitch’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28272:2: note: in expansion of macro ‘assert’
  assert((((oop) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28302:2: note: in expansion of macro ‘assert’
  assert(isContext(outerContext));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28304:2: note: in expansion of macro ‘assert’
  assert(closureMethod == (fetchPointerofObject(MethodIndex, outerContext)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28305:2: note: in expansion of macro ‘assert’
  assert(isOopCompiledMethod(closureMethod));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28310:62: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    && ((((usqInt)methodHeader)) >= (minCogMethodAddress())))),
                                                              ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28314:3: note: in expansion of macro ‘assert’
   assert((isNonImmediate(methodHeader1))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:130:3: note: in expansion of macro ‘assert’
   assert((getfp() & STACK_ALIGN_MASK) == STACK_FP_ALIGNMENT);  \
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28317:3: note: in expansion of macro ‘assertCStackWellAligned’
   assertCStackWellAligned();
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:131:2: note: in expansion of macro ‘assert’
  assert((getsp() & STACK_ALIGN_MASK) == 0); \
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28317:3: note: in expansion of macro ‘assertCStackWellAligned’
   assertCStackWellAligned();
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28325:4: note: in expansion of macro ‘assert’
    assert(!(isMachineCodeFrame(GIV(framePointer))));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28353:43: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if (((assert((((methodHeader) & 7) == 1)),
                                           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28359:47: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     if ((assert(isNonImmediate(closureMethod)),
                                               ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28363:6: note: in expansion of macro ‘assert’
      assert((isNonImmediate(methodHeader2))
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:130:3: note: in expansion of macro ‘assert’
   assert((getfp() & STACK_ALIGN_MASK) == STACK_FP_ALIGNMENT);  \
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28366:6: note: in expansion of macro ‘assertCStackWellAligned’
      assertCStackWellAligned();
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:131:2: note: in expansion of macro ‘assert’
  assert((getsp() & STACK_ALIGN_MASK) == 0); \
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28366:6: note: in expansion of macro ‘assertCStackWellAligned’
      assertCStackWellAligned();
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28374:7: note: in expansion of macro ‘assert’
       assert(!(isMachineCodeFrame(GIV(framePointer))));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28414:2: note: in expansion of macro ‘assert’
  assert(!(methodHasCogMethod(closureMethod)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28456:2: note: in expansion of macro ‘assert’
  assert(frameIsBlockActivation(GIV(framePointer)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28457:2: note: in expansion of macro ‘assert’
  assert(!(frameHasContext(GIV(framePointer))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28460:2: note: in expansion of macro ‘assert’
  assert((((oop1) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28465:2: note: in expansion of macro ‘assert’
  assert(isOopCompiledMethod(GIV(method)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28466:2: note: in expansion of macro ‘assert’
  assert((methodHeaderOf(GIV(method))) == methodHeader);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveClosureValueWithArgs’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28541:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(argumentArray)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28556:2: note: in expansion of macro ‘assert’
  assert((((oop) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28596:2: note: in expansion of macro ‘assert’
  assert(isContext(outerContext));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28598:2: note: in expansion of macro ‘assert’
  assert(closureMethod == (fetchPointerofObject(MethodIndex, outerContext)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28599:2: note: in expansion of macro ‘assert’
  assert(isOopCompiledMethod(closureMethod));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28604:62: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    && ((((usqInt)methodHeader)) >= (minCogMethodAddress())))),
                                                              ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28608:3: note: in expansion of macro ‘assert’
   assert((isNonImmediate(methodHeader1))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:130:3: note: in expansion of macro ‘assert’
   assert((getfp() & STACK_ALIGN_MASK) == STACK_FP_ALIGNMENT);  \
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28611:3: note: in expansion of macro ‘assertCStackWellAligned’
   assertCStackWellAligned();
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:131:2: note: in expansion of macro ‘assert’
  assert((getsp() & STACK_ALIGN_MASK) == 0); \
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28611:3: note: in expansion of macro ‘assertCStackWellAligned’
   assertCStackWellAligned();
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28619:4: note: in expansion of macro ‘assert’
    assert(!(isMachineCodeFrame(GIV(framePointer))));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28647:43: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if (((assert((((methodHeader) & 7) == 1)),
                                           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28653:47: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     if ((assert(isNonImmediate(closureMethod)),
                                               ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28657:6: note: in expansion of macro ‘assert’
      assert((isNonImmediate(methodHeader2))
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:130:3: note: in expansion of macro ‘assert’
   assert((getfp() & STACK_ALIGN_MASK) == STACK_FP_ALIGNMENT);  \
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28660:6: note: in expansion of macro ‘assertCStackWellAligned’
      assertCStackWellAligned();
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:131:2: note: in expansion of macro ‘assert’
  assert((getsp() & STACK_ALIGN_MASK) == 0); \
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28660:6: note: in expansion of macro ‘assertCStackWellAligned’
      assertCStackWellAligned();
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28668:7: note: in expansion of macro ‘assert’
       assert(!(isMachineCodeFrame(GIV(framePointer))));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28708:2: note: in expansion of macro ‘assert’
  assert(!(methodHasCogMethod(closureMethod)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28750:2: note: in expansion of macro ‘assert’
  assert(frameIsBlockActivation(GIV(framePointer)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28751:2: note: in expansion of macro ‘assert’
  assert(!(frameHasContext(GIV(framePointer))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28754:2: note: in expansion of macro ‘assert’
  assert((((oop1) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28759:2: note: in expansion of macro ‘assert’
  assert(isOopCompiledMethod(GIV(method)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28760:2: note: in expansion of macro ‘assert’
  assert((methodHeaderOf(GIV(method))) == methodHeader);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28529:11: warning: variable ‘top’ set but not used [-Wunused-but-set-variable]
     sqInt top;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveCompareBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28879:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(arg1)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:28909:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(arg2)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveCompareWith’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:29005:2: note: in expansion of macro ‘assert’
  assert(fmt >= (firstByteFormat()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:29009:2: note: in expansion of macro ‘assert’
  assert(fmt1 >= (firstByteFormat()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveConstantFill’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:29122:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveCopyObject’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:29232:3: note: in expansion of macro ‘assert’
   assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:29267:3: note: in expansion of macro ‘assert’
   assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:29280:4: note: in expansion of macro ‘assert’
    assert(!(isForwarded(rcvr)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:29281:37: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    if ((assert(isNonImmediate(rcvr)),
                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveExitToDebugger’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:29631:7: warning: statement with no effect [-Wunused-value]
  error("Exit to debugger at user request");
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveFailForFFIExceptionat’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:29746:3: note: in expansion of macro ‘assert’
   assert(GIV(primFailCode) != 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:29747:3: note: in expansion of macro ‘assert’
   assert(addressCouldBeObj(GIV(newMethod)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:29748:3: note: in expansion of macro ‘assert’
   assert(isCompiledMethod(GIV(newMethod)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:29749:3: note: in expansion of macro ‘assert’
   assert((primitiveIndexOf(GIV(newMethod))) != 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:29761:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(rcvr)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:29765:4: note: in expansion of macro ‘assert’
    assert(!(isMachineCodeFrame(GIV(framePointer))));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:29776:87: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   initialIP = (GIV(newMethod) + ((LiteralStart + ((assert((((methodHeader) & 7) == 1)),
                                                                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:29784:4: note: in expansion of macro ‘assert’
    assert(isOopCompiledMethod(GIV(method)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:29785:4: note: in expansion of macro ‘assert’
    assert((methodHeaderOf(GIV(method))) == methodHeader);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatAdd’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:29920:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(rcvrOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:29958:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(argOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatDivide’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30155:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(rcvrOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30193:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(argOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatEqual’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30272:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(rcvrOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30310:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(argOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatGreaterOrEqual’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30384:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(rcvrOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30422:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(argOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatGreaterThan’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30496:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(rcvrOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30534:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(argOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatLessOrEqual’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30608:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(rcvrOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30646:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(argOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatLessThan’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30720:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(rcvrOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30758:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(argOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatMultiply’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30831:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(rcvrOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30869:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(argOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatNotEqual’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30940:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(rcvrOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30978:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(argOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatSubtract’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31051:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(rcvrOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31089:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(argOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveFlushExternalPrimitives’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31186:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31195:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31209:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31223:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31237:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31245:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31249:3: note: in expansion of macro ‘assert’
   assert((objOop11 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31251:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop11)) != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31267:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31179:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31178:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveFormPrint’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31377:4: note: in expansion of macro ‘assert’
    assert((classIndexOf(bitsArray)) > (isForwardedObjectClassIndexPun()));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveFullClosureValue’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31505:2: note: in expansion of macro ‘assert’
  assert((((oop) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31524:2: note: in expansion of macro ‘assert’
  assert(closureMethod == (fetchPointerofObject(FullClosureCompiledBlockIndex, blockClosure)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31529:62: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    && ((((usqInt)methodHeader)) >= (minCogMethodAddress())))),
                                                              ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31533:3: note: in expansion of macro ‘assert’
   assert((isNonImmediate(methodHeader1))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:130:3: note: in expansion of macro ‘assert’
   assert((getfp() & STACK_ALIGN_MASK) == STACK_FP_ALIGNMENT);  \
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31536:3: note: in expansion of macro ‘assertCStackWellAligned’
   assertCStackWellAligned();
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:131:2: note: in expansion of macro ‘assert’
  assert((getsp() & STACK_ALIGN_MASK) == 0); \
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31536:3: note: in expansion of macro ‘assertCStackWellAligned’
   assertCStackWellAligned();
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31544:4: note: in expansion of macro ‘assert’
    assert(!(isMachineCodeFrame(GIV(framePointer))));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31581:43: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if (((assert((((methodHeader) & 7) == 1)),
                                           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31587:47: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     if ((assert(isNonImmediate(closureMethod)),
                                               ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31591:6: note: in expansion of macro ‘assert’
      assert((isNonImmediate(methodHeader2))
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:130:3: note: in expansion of macro ‘assert’
   assert((getfp() & STACK_ALIGN_MASK) == STACK_FP_ALIGNMENT);  \
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31594:6: note: in expansion of macro ‘assertCStackWellAligned’
      assertCStackWellAligned();
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:131:2: note: in expansion of macro ‘assert’
  assert((getsp() & STACK_ALIGN_MASK) == 0); \
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31594:6: note: in expansion of macro ‘assertCStackWellAligned’
      assertCStackWellAligned();
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31602:7: note: in expansion of macro ‘assert’
       assert(!(isMachineCodeFrame(GIV(framePointer))));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31642:2: note: in expansion of macro ‘assert’
  assert(!(methodHasCogMethod(closureMethod)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31684:2: note: in expansion of macro ‘assert’
  assert(frameIsBlockActivation(GIV(framePointer)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31685:2: note: in expansion of macro ‘assert’
  assert(!(frameHasContext(GIV(framePointer))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31687:2: note: in expansion of macro ‘assert’
  assert(isCompiledMethod(closureMethod));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31693:3: note: in expansion of macro ‘assert’
   assert((((usqInt)header)) < GIV(newSpaceStart));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31694:3: note: in expansion of macro ‘assert’
   assert((((((CogMethod *) header))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31703:100: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  GIV(instructionPointer) = ((closureMethod + ((LiteralStart + ((assert((((methodHeader) & 7) == 1)),
                                                                                                    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31706:2: note: in expansion of macro ‘assert’
  assert((((usqInt)closureMethod)) >= (startOfMemory()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31708:2: note: in expansion of macro ‘assert’
  assert(isOopCompiledMethod(GIV(method)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveFullClosureValueNoContextSwitch’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31776:2: note: in expansion of macro ‘assert’
  assert((((oop) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31795:2: note: in expansion of macro ‘assert’
  assert(closureMethod == (fetchPointerofObject(FullClosureCompiledBlockIndex, blockClosure)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31800:62: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    && ((((usqInt)methodHeader)) >= (minCogMethodAddress())))),
                                                              ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31804:3: note: in expansion of macro ‘assert’
   assert((isNonImmediate(methodHeader1))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:130:3: note: in expansion of macro ‘assert’
   assert((getfp() & STACK_ALIGN_MASK) == STACK_FP_ALIGNMENT);  \
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31807:3: note: in expansion of macro ‘assertCStackWellAligned’
   assertCStackWellAligned();
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:131:2: note: in expansion of macro ‘assert’
  assert((getsp() & STACK_ALIGN_MASK) == 0); \
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31807:3: note: in expansion of macro ‘assertCStackWellAligned’
   assertCStackWellAligned();
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31815:4: note: in expansion of macro ‘assert’
    assert(!(isMachineCodeFrame(GIV(framePointer))));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31852:43: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if (((assert((((methodHeader) & 7) == 1)),
                                           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31858:47: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     if ((assert(isNonImmediate(closureMethod)),
                                               ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31862:6: note: in expansion of macro ‘assert’
      assert((isNonImmediate(methodHeader2))
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:130:3: note: in expansion of macro ‘assert’
   assert((getfp() & STACK_ALIGN_MASK) == STACK_FP_ALIGNMENT);  \
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31865:6: note: in expansion of macro ‘assertCStackWellAligned’
      assertCStackWellAligned();
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:131:2: note: in expansion of macro ‘assert’
  assert((getsp() & STACK_ALIGN_MASK) == 0); \
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31865:6: note: in expansion of macro ‘assertCStackWellAligned’
      assertCStackWellAligned();
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31873:7: note: in expansion of macro ‘assert’
       assert(!(isMachineCodeFrame(GIV(framePointer))));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31913:2: note: in expansion of macro ‘assert’
  assert(!(methodHasCogMethod(closureMethod)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31955:2: note: in expansion of macro ‘assert’
  assert(frameIsBlockActivation(GIV(framePointer)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31956:2: note: in expansion of macro ‘assert’
  assert(!(frameHasContext(GIV(framePointer))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31958:2: note: in expansion of macro ‘assert’
  assert(isCompiledMethod(closureMethod));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31964:3: note: in expansion of macro ‘assert’
   assert((((usqInt)header)) < GIV(newSpaceStart));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31965:3: note: in expansion of macro ‘assert’
   assert((((((CogMethod *) header))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31974:100: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  GIV(instructionPointer) = ((closureMethod + ((LiteralStart + ((assert((((methodHeader) & 7) == 1)),
                                                                                                    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31977:2: note: in expansion of macro ‘assert’
  assert((((usqInt)closureMethod)) >= (startOfMemory()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:31979:2: note: in expansion of macro ‘assert’
  assert(isOopCompiledMethod(GIV(method)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveFullClosureValueWithArgs’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32054:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(argumentArray)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32069:2: note: in expansion of macro ‘assert’
  assert((((oop) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32098:2: note: in expansion of macro ‘assert’
  assert(closureMethod == (fetchPointerofObject(FullClosureCompiledBlockIndex, blockClosure)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32103:62: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    && ((((usqInt)methodHeader)) >= (minCogMethodAddress())))),
                                                              ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32107:3: note: in expansion of macro ‘assert’
   assert((isNonImmediate(methodHeader1))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:130:3: note: in expansion of macro ‘assert’
   assert((getfp() & STACK_ALIGN_MASK) == STACK_FP_ALIGNMENT);  \
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32110:3: note: in expansion of macro ‘assertCStackWellAligned’
   assertCStackWellAligned();
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:131:2: note: in expansion of macro ‘assert’
  assert((getsp() & STACK_ALIGN_MASK) == 0); \
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32110:3: note: in expansion of macro ‘assertCStackWellAligned’
   assertCStackWellAligned();
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32118:4: note: in expansion of macro ‘assert’
    assert(!(isMachineCodeFrame(GIV(framePointer))));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32155:43: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if (((assert((((methodHeader) & 7) == 1)),
                                           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32161:47: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     if ((assert(isNonImmediate(closureMethod)),
                                               ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32165:6: note: in expansion of macro ‘assert’
      assert((isNonImmediate(methodHeader2))
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:130:3: note: in expansion of macro ‘assert’
   assert((getfp() & STACK_ALIGN_MASK) == STACK_FP_ALIGNMENT);  \
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32168:6: note: in expansion of macro ‘assertCStackWellAligned’
      assertCStackWellAligned();
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqCogStackAlignment.h:131:2: note: in expansion of macro ‘assert’
  assert((getsp() & STACK_ALIGN_MASK) == 0); \
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32168:6: note: in expansion of macro ‘assertCStackWellAligned’
      assertCStackWellAligned();
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32176:7: note: in expansion of macro ‘assert’
       assert(!(isMachineCodeFrame(GIV(framePointer))));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32216:2: note: in expansion of macro ‘assert’
  assert(!(methodHasCogMethod(closureMethod)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32258:2: note: in expansion of macro ‘assert’
  assert(frameIsBlockActivation(GIV(framePointer)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32259:2: note: in expansion of macro ‘assert’
  assert(!(frameHasContext(GIV(framePointer))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32261:2: note: in expansion of macro ‘assert’
  assert(isCompiledMethod(closureMethod));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32267:3: note: in expansion of macro ‘assert’
   assert((((usqInt)header)) < GIV(newSpaceStart));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32268:3: note: in expansion of macro ‘assert’
   assert((((((CogMethod *) header))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32277:100: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  GIV(instructionPointer) = ((closureMethod + ((LiteralStart + ((assert((((methodHeader) & 7) == 1)),
                                                                                                    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32280:2: note: in expansion of macro ‘assert’
  assert((((usqInt)closureMethod)) >= (startOfMemory()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32282:2: note: in expansion of macro ‘assert’
  assert(isOopCompiledMethod(GIV(method)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32042:11: warning: variable ‘top’ set but not used [-Wunused-but-set-variable]
     sqInt top;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetenv’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32382:2: note: in expansion of macro ‘assert’
  assert(GIV(primFailCode) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetNextEvent’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32478:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(arg)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32496:4: note: in expansion of macro ‘assert’
    assert(!(isForwarded(arg)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32497:36: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    if ((assert(isNonImmediate(arg)),
                                    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32518:4: note: in expansion of macro ‘assert’
    assert(!(isOopForwarded(arg)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32536:6: note: in expansion of macro ‘assert’
      assert(!(isOopForwarded(arg)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32549:5: note: in expansion of macro ‘assert’
     assert(!(isForwarded(arg)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32550:37: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     if ((assert(isNonImmediate(arg)),
                                     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetWindowSize’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32635:2: note: in expansion of macro ‘assert’
  assert((rawHashBitsOf(classObj)) != 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32640:2: note: in expansion of macro ‘assert’
  assert((numSlots >= 0)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32643:2: note: in expansion of macro ‘assert’
  assert(((objFormat < (firstByteFormat())
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32647:2: note: in expansion of macro ‘assert’
  assert(numSlots < (numSlotsMask()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32652:2: note: in expansion of macro ‘assert’
  assert((numBytes % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32653:2: note: in expansion of macro ‘assert’
  assert((newObj % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32661:9: warning: statement with no effect [-Wunused-value]
    error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32671:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(pointResult)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32674:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(pointResult)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveHashMultiply’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32827:3: note: in expansion of macro ‘assert’
   assert(!(isImmediate(value)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveIdentityHash’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32957:4: note: in expansion of macro ‘assert’
    assert(((hash1 >= 0) && (hash1 <= (identityHashHalfWordMask()))));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveImageName’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33032:4: note: in expansion of macro ‘assert’
    assert(isNonImmediate(s));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveImmediateAsInteger’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33087:5: note: in expansion of macro ‘assert’
     assert(isImmediateFloat(oop));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveInputSemaphore’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33138:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(GIV(specialObjectsOop))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33139:54: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(GIV(specialObjectsOop))),
                                                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveIntegerAt’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33224:3: note: in expansion of macro ‘assert’
   assert(fmt1 >= (firstByteFormat()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33291:3: note: in expansion of macro ‘assert’
   assert((classIndexOf(rcvr1)) > (isForwardedObjectClassIndexPun()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveIntegerAtPut’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33390:3: note: in expansion of macro ‘assert’
   assert(fmt1 >= (firstByteFormat()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33459:3: note: in expansion of macro ‘assert’
   assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33467:5: note: in expansion of macro ‘assert’
     assert(!(isForwarded(rcvr)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33468:38: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     if ((assert(isNonImmediate(rcvr)),
                                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33493:4: note: in expansion of macro ‘assert’
    assert(!(isForwarded(rcvr)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33494:37: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    if ((assert(isNonImmediate(rcvr)),
                                     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveInterruptSemaphore’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33567:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(GIV(specialObjectsOop))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33568:54: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(GIV(specialObjectsOop))),
                                                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveInvokeObjectAsMethod’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33613:2: note: in expansion of macro ‘assert’
  assert((GIV(argumentCount) >= 0)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33615:2: note: in expansion of macro ‘assert’
  assert((2 /* arrayFormat */) == (instSpecOfClass(knownClassAtIndex(ClassArrayCompactIndex))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33622:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(runArgs)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadBoolean8FromBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:34060:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadChar16FromBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:34174:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadChar32FromBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:34285:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadChar8FromBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:34396:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadFloat32FromBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:34506:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadFloat64FromBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:34617:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt16FromBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:34784:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt32FromBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:34892:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt64FromBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:35007:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt8FromBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:35117:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadPointerFromBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:35225:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt16FromBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:35342:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt32FromBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:35450:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt64FromBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:35565:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt8FromBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:35675:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveLowSpaceSemaphore’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:35798:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(GIV(specialObjectsOop))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:35799:54: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(GIV(specialObjectsOop))),
                                                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveMakePoint’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:35848:2: note: in expansion of macro ‘assert’
  assert((rawHashBitsOf(classObj)) != 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:35853:2: note: in expansion of macro ‘assert’
  assert((numSlots >= 0)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:35856:2: note: in expansion of macro ‘assert’
  assert(((objFormat < (firstByteFormat())
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:35860:2: note: in expansion of macro ‘assert’
  assert(numSlots < (numSlotsMask()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:35865:2: note: in expansion of macro ‘assert’
  assert((numBytes % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:35866:2: note: in expansion of macro ‘assert’
  assert((newObj % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:35874:9: warning: statement with no effect [-Wunused-value]
    error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:35883:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(pt)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:35885:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(pt)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveMousePoint’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36095:2: note: in expansion of macro ‘assert’
  assert((rawHashBitsOf(classObj)) != 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36100:2: note: in expansion of macro ‘assert’
  assert((numSlots >= 0)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36103:2: note: in expansion of macro ‘assert’
  assert(((objFormat < (firstByteFormat())
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36107:2: note: in expansion of macro ‘assert’
  assert(numSlots < (numSlotsMask()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36112:2: note: in expansion of macro ‘assert’
  assert((numBytes % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36113:2: note: in expansion of macro ‘assert’
  assert((newObj % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36121:9: warning: statement with no effect [-Wunused-value]
    error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36131:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(pointResult)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36134:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(pointResult)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveNewMethod’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36314:2: note: in expansion of macro ‘assert’
  assert((((header) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36326:2: note: in expansion of macro ‘assert’
  assert(addressCouldBeClassObj(class));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36384:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36391:3: note: in expansion of macro ‘assert’
   assert((numBytes % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36392:3: note: in expansion of macro ‘assert’
   assert((newObj1 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36399:3: note: in expansion of macro ‘assert’
   assert(oopisLessThan(((newObj + BaseHeaderSize) + (numSlots * BytesPerOop)) - 1, addressAfter(newObj)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36414:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(theMethod)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36418:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(theMethod)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36419:41: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(theMethod)),
                                         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveNewPinned’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36446:2: note: in expansion of macro ‘assert’
  assert(hasSpurMemoryManagerAPI());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveNewWithArg’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36508:2: note: in expansion of macro ‘assert’
  assert(!(isImmediate(oop1)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36524:2: note: in expansion of macro ‘assert’
  assert(fmt >= (firstByteFormat()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveNewWithArgPinned’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36591:2: note: in expansion of macro ‘assert’
  assert(hasSpurMemoryManagerAPI());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36616:2: note: in expansion of macro ‘assert’
  assert(!(isImmediate(oop)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36632:2: note: in expansion of macro ‘assert’
  assert(fmt >= (firstByteFormat()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveNextInstance’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36707:5: note: in expansion of macro ‘flag’
     flag("endianness");
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36739:5: note: in expansion of macro ‘flag’
     flag("endianness");
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36760:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveNextObject’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36807:3: note: in expansion of macro ‘assert’
   assert(isInMemory(instance));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveNotIdentical’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36900:3: note: in expansion of macro ‘assert’
   assert(GIV(argumentCount) > 1);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36902:3: note: in expansion of macro ‘assert’
   assert(isUnambiguouslyForwarder(thisObject));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36915:3: note: in expansion of macro ‘assert’
   assert(isUnambiguouslyForwarder(thisObject));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitivePathToUsing’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36970:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36971:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPage) == (mostRecentlyUsedPage()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36972:2: note: in expansion of macro ‘assert’
  assert(!((isFree(GIV(stackPage)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36974:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPointer) < GIV(framePointer));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36975:2: note: in expansion of macro ‘assert’
  assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36977:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36981:2: note: in expansion of macro ‘assert’
  assert(pageListIsWellFormed());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:37000:2: note: in expansion of macro ‘assert’
  assert(allObjectsUnmarked());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:37037:2: note: in expansion of macro ‘assert’
  assert(!(isFreeObject(stack)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:37041:2: note: in expansion of macro ‘assert’
  assert(!(isFreeObject(current)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:37101:5: note: in expansion of macro ‘assert’
     assert(isFrameonPage(((char *) next), stackPageFor(((char *) next))));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:37107:6: note: in expansion of macro ‘assert’
      assert(checkOkayOop(next));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:37111:5: note: in expansion of macro ‘assert’
     assert(freeStartAtStart == (freeStart()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:37114:5: note: in expansion of macro ‘assert’
     assert(!(isForwarded(stack)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:37115:39: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     if ((assert(isNonImmediate(stack)),
                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:37144:6: note: in expansion of macro ‘assert’
      assert(freeStartAtStart == (freeStart()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:37148:7: note: in expansion of macro ‘assert’
       assert(!(isOopForwarded(stack)));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:37154:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(stack)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:37156:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(stack)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:37173:6: note: in expansion of macro ‘assert’
      assert(!(isFreeObject(next)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:37216:4: note: in expansion of macro ‘assert’
    assert(freeStartAtStart == (freeStart()));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:37220:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(stack)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36947:12: warning: variable ‘freeStartAtStart’ set but not used [-Wunused-but-set-variable]
     usqInt freeStartAtStart;
            ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitivePerformInSuperclass’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:37312:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(argumentArray)) > (isForwardedObjectClassIndexPun()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:37341:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector1), lengthOfMaybeImmediate(selector1), rcvr);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:37356:49: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   : (assert(addressCouldBeClassObj(lookupClass)),
                                                 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:37373:3: note: in expansion of macro ‘assert’
   assert((stackTop()) == ((arraySize == 0
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:37376:3: note: in expansion of macro ‘assert’
   assert(GIV(argumentCount) == arraySize);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:37261:11: warning: variable ‘selector1’ set but not used [-Wunused-but-set-variable]
     sqInt selector1;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitivePerformWithArgs’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:37439:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(argumentArray)) > (isForwardedObjectClassIndexPun()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:37468:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector1), lengthOfMaybeImmediate(selector1), actualReceiver);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:37488:3: note: in expansion of macro ‘assert’
   assert((stackTop()) == ((arraySize == 0
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:37491:3: note: in expansion of macro ‘assert’
   assert(GIV(argumentCount) == arraySize);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:37420:11: warning: variable ‘selector1’ set but not used [-Wunused-but-set-variable]
     sqInt selector1;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveScanCharacters’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:38003:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(rcvr)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:38015:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(rcvr)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:38062:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(rcvr)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:38074:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(rcvr)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:38101:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(rcvr)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:38113:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(rcvr)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveScreenSize’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:38209:2: note: in expansion of macro ‘assert’
  assert((rawHashBitsOf(classObj)) != 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:38214:2: note: in expansion of macro ‘assert’
  assert((numSlots >= 0)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:38217:2: note: in expansion of macro ‘assert’
  assert(((objFormat < (firstByteFormat())
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:38221:2: note: in expansion of macro ‘assert’
  assert(numSlots < (numSlotsMask()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:38226:2: note: in expansion of macro ‘assert’
  assert((numBytes % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:38227:2: note: in expansion of macro ‘assert’
  assert((newObj % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:38235:9: warning: statement with no effect [-Wunused-value]
    error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:38245:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(pointResult)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:38248:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(pointResult)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetLogDirectory’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:38522:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(stringOop)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetOrHasIdentityHash’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:38644:4: note: in expansion of macro ‘assert’
    assert(((hash1 >= 0) && (hash1 <= (identityHashHalfWordMask()))));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:38650:3: note: in expansion of macro ‘assert’
   assert(((hash >= 0) && (hash <= (identityHashHalfWordMask()))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetWindowLabel’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:38695:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(labelOop)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveSignalAtBytesLeft’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:38992:3: note: in expansion of macro ‘assert’
   assert(GIV(totalFreeOldSpace) >= GIV(lowSpaceThreshold));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatAdd’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:39254:2: note: in expansion of macro ‘assert’
  assert(isImmediateFloat(oop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:39271:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(floatOrIntOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatArctan’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:39326:2: note: in expansion of macro ‘assert’
  assert(isImmediateFloat(oop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatDivide’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:39365:2: note: in expansion of macro ‘assert’
  assert(isImmediateFloat(oop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:39382:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(floatOrIntOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatEqual’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:39451:2: note: in expansion of macro ‘assert’
  assert(isImmediateFloat(oop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:39468:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(floatOrIntOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatExponent’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:39537:88: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  aValue = (((((assert(((longAt(GIV(stackPointer))) & (tagMask())) == (smallFloatTag())),
                                                                                        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatFractionalPart’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:39561:2: note: in expansion of macro ‘assert’
  assert(isImmediateFloat(oop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatGreaterOrEqual’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:39601:2: note: in expansion of macro ‘assert’
  assert(isImmediateFloat(oop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:39618:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(floatOrIntOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatGreaterThan’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:39683:2: note: in expansion of macro ‘assert’
  assert(isImmediateFloat(oop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:39700:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(floatOrIntOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatLessOrEqual’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:39765:2: note: in expansion of macro ‘assert’
  assert(isImmediateFloat(oop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:39782:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(floatOrIntOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatLessThan’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:39847:2: note: in expansion of macro ‘assert’
  assert(isImmediateFloat(oop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:39864:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(floatOrIntOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatLogN’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:39924:2: note: in expansion of macro ‘assert’
  assert(isImmediateFloat(oop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatMultiply’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:39963:2: note: in expansion of macro ‘assert’
  assert(isImmediateFloat(oop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:39980:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(floatOrIntOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatNotEqual’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:40043:2: note: in expansion of macro ‘assert’
  assert(isImmediateFloat(oop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:40060:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(floatOrIntOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatSine’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:40117:2: note: in expansion of macro ‘assert’
  assert(isImmediateFloat(oop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatSquareRoot’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:40148:2: note: in expansion of macro ‘assert’
  assert(isImmediateFloat(oop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatSubtract’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:40195:2: note: in expansion of macro ‘assert’
  assert(isImmediateFloat(oop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:40212:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(floatOrIntOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatTimesTwoPower’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:40277:37: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isImmediateFloat(rcvr)),
                                     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:40285:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(rcvr));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatTruncated’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:40316:2: note: in expansion of macro ‘assert’
  assert(isImmediateFloat(oop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreBoolean8IntoBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:40481:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreChar16IntoBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:40607:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreChar32IntoBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:40722:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreChar8IntoBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:40837:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreFloat32IntoBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:40954:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreFloat64IntoBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:41075:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt16IntoBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:41273:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt32IntoBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:41391:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt64IntoBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:41512:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt8IntoBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:41630:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveStorePointerIntoBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:41757:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt16IntoBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:41890:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt32IntoBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:42013:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt64IntoBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:42134:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt8IntoBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:42257:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveStringAt’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:42423:4: note: in expansion of macro ‘assert’
    assert((ReceiverIndex + ((sp2 >> 3))) < (lengthOf(rcvr)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:42433:3: note: in expansion of macro ‘assert’
   assert((ReceiverIndex + ((sp1 >> 3))) < (lengthOf(rcvr)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveStringAtPut’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:42606:4: note: in expansion of macro ‘assert’
    assert((ReceiverIndex + ((sp2 >> 3))) < (lengthOf(rcvr)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:42616:3: note: in expansion of macro ‘assert’
   assert((ReceiverIndex + ((sp1 >> 3))) < (lengthOf(rcvr)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:42637:4: note: in expansion of macro ‘assert’
    assert(!(isForwarded(rcvr)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:42638:37: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    if ((assert(isNonImmediate(rcvr)),
                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveStringReplace’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:42922:37: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(array)),
                                     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:42931:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(array)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:42944:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(array)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveTestAndSetOwnershipOfCriticalSection’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43133:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(criticalSection)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43134:47: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(criticalSection)),
                                               ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveUnloadModule’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43328:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43337:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43351:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43365:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43379:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43387:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43391:3: note: in expansion of macro ‘assert’
   assert((objOop11 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43393:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop11)) != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43409:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43298:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43297:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveUtcAndTimezoneOffset’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43504:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(resultArray)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43508:2: note: in expansion of macro ‘assert’
  assert(!(isForwarded(resultArray)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43509:42: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(resultArray)),
                                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveUtcWithOffset’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43565:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(resultArray)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43569:2: note: in expansion of macro ‘assert’
  assert(!(isForwarded(resultArray)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43570:42: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(resultArray)),
                                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveVMProfileSamplesInto’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43626:11: warning: variable ‘v’ set but not used [-Wunused-but-set-variable]
     sqInt v;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveWait’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43679:4: note: in expansion of macro ‘assert’
    assert(!(isOopForwarded(sema)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘signalNoResume’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43722:2: note: in expansion of macro ‘assert’
  assert(!(isForwarded(aSemaphore)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘signedMachineIntegerValueOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43763:2: note: in expansion of macro ‘assert’
  assert(!(isImmediate(oop)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43775:3: note: in expansion of macro ‘assert’
   assert(!(isImmediate(oop)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43792:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(oop)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘ceScheduleScavenge’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43911:2: note: in expansion of macro ‘assert’
  assert(GIV(freeStart) >= GIV(scavengeThreshold));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘clearLeakMapAndMapAccessibleObjects’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43963:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43972:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43982:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43996:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44006:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44014:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44018:3: note: in expansion of macro ‘assert’
   assert((objOop11 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44020:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop11)) != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44032:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43955:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:43954:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘headerWhileForwardingOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44075:2: note: in expansion of macro ‘assert’
  assert(!(isForwarded(aCompiledMethodObjOop)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘isReallyYoungObject’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44124:2: note: in expansion of macro ‘assert’
  assert(isNonImmediate(objOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘methodHeaderOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44140:2: note: in expansion of macro ‘assert’
  assert(isCompiledMethod(methodObj));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44144:53: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   : (assert((((usqInt)header)) < GIV(newSpaceStart)),
                                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44145:92: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    assert((((((CogMethod *) header))->objectHeader)) == (nullHeaderForMachineCodeMethod())),
                                                                                            ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘receiverTagBitsForMethod’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44190:3: note: in expansion of macro ‘assert’
   assert((numSlotsOf(literal)) > ValueIndex);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44213:2: note: in expansion of macro ‘assert’
  assert(methodClassOrNil == (fetchPointerofObject(smallFloatTag(), GIV(classTableFirstPage))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘withoutForwardingOnandwithsendToCogit’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44245:2: note: in expansion of macro ‘assert’
  assert(isUnambiguouslyForwarder(obj1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44255:2: note: in expansion of macro ‘assert’
  assert(isUnambiguouslyForwarder(obj2));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘allocateSlotsForPinningInOldSpacebytesformatclassIndex’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44329:6: note: in expansion of macro ‘assert’
      assert(node == (startOfObject(node)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44331:6: note: in expansion of macro ‘assert’
      assert(assertInnerValidFreeObject(node));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44337:8: note: in expansion of macro ‘assert’
        assert(((bytesInObject(node)) == (initialIndex * (allocationUnit())))
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44341:75: warning: left-hand operand of comma expression has no effect [-Wunused-value]
        if ((!((assert(totalBytes >= (BaseHeaderSize + (allocationUnit()))),
                                                                           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44346:9: note: in expansion of macro ‘assert’
         assert(isFreeObject(next1));
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44347:9: note: in expansion of macro ‘assert’
         assert(1);
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44353:8: note: in expansion of macro ‘assert’
        assert(isFreeObject(prev));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44354:8: note: in expansion of macro ‘assert’
        assert((next == 0)
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44358:75: warning: left-hand operand of comma expression has no effect [-Wunused-value]
         && (!((assert(totalBytes >= (BaseHeaderSize + (allocationUnit()))),
                                                                           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44361:9: note: in expansion of macro ‘assert’
         assert(isFreeObject(next));
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44362:9: note: in expansion of macro ‘assert’
         assert((prev == 0)
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44385:7: note: in expansion of macro ‘assert’
       assert(node == (startOfObject(node)));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44387:7: note: in expansion of macro ‘assert’
       assert(assertInnerValidFreeObject(node));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44393:9: note: in expansion of macro ‘assert’
         assert(((bytesInObject(node)) == (index * (allocationUnit())))
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44400:10: note: in expansion of macro ‘assert’
          assert(isFreeObject(next2));
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44401:10: note: in expansion of macro ‘assert’
          assert(1);
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44407:9: note: in expansion of macro ‘assert’
         assert(isFreeObject(prev));
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44408:9: note: in expansion of macro ‘assert’
         assert((next == 0)
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44414:10: note: in expansion of macro ‘assert’
          assert(isFreeObject(next));
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44415:10: note: in expansion of macro ‘assert’
          assert((prev == 0)
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44442:7: note: in expansion of macro ‘assert’
       assert(node == (startOfObject(node)));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44444:7: note: in expansion of macro ‘assert’
       assert(assertInnerValidFreeObject(node));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44450:9: note: in expansion of macro ‘assert’
         assert(((bytesInObject(node)) == (index * (allocationUnit())))
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44457:10: note: in expansion of macro ‘assert’
          assert(isFreeObject(next3));
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44458:10: note: in expansion of macro ‘assert’
          assert(1);
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44464:9: note: in expansion of macro ‘assert’
         assert(isFreeObject(prev));
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44465:9: note: in expansion of macro ‘assert’
         assert((next == 0)
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44471:10: note: in expansion of macro ‘assert’
          assert(isFreeObject(next));
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44472:10: note: in expansion of macro ‘assert’
          assert((prev == 0)
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44494:3: note: in expansion of macro ‘assert’
   assert(assertInnerValidFreeObject(child));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44507:6: note: in expansion of macro ‘assert’
      assert(assertInnerValidFreeObject(node));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44511:6: note: in expansion of macro ‘assert’
      assert(isFreeObject(prev));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44512:6: note: in expansion of macro ‘assert’
      assert((nextFreeChunk == 0)
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44518:7: note: in expansion of macro ‘assert’
       assert(isFreeObject(nextFreeChunk));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44519:7: note: in expansion of macro ‘assert’
       assert((prev == 0)
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44560:5: note: in expansion of macro ‘flag’
     flag("we can do better here; preferentially choosing the lowest node. That would be a form of best-fit since we are trying to compact down");
     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44588:4: note: in expansion of macro ‘assert’
    assert((bytesInObject(acceptedChunk)) >= (totalBytes + (allocationUnit())));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44598:4: note: in expansion of macro ‘assert’
    assert(isFreeObject(acceptedNode));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44599:4: note: in expansion of macro ‘assert’
    assert((nextFreeChunk1 == 0)
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44605:5: note: in expansion of macro ‘assert’
     assert(isFreeObject(nextFreeChunk1));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44606:5: note: in expansion of macro ‘assert’
     assert((acceptedNode == 0)
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44630:3: note: in expansion of macro ‘assert’
   assert((bytesInObject(acceptedNode)) >= (totalBytes + (allocationUnit())));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44657:3: note: in expansion of macro ‘assert’
   assert(bitsSetInFreeSpaceMaskForAllFreeLists());
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44658:3: note: in expansion of macro ‘assert’
   assert(GIV(totalFreeOldSpace) == (totalFreeListBytes()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44666:2: note: in expansion of macro ‘assert’
  assert(bitsSetInFreeSpaceMaskForAllFreeLists());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44667:2: note: in expansion of macro ‘assert’
  assert(GIV(totalFreeOldSpace) == (totalFreeListBytes()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘allocateSlotsInOldSpacebytesformatclassIndex’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44695:3: note: in expansion of macro ‘assert’
   assert(bitsSetInFreeSpaceMaskForAllFreeLists());
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44696:3: note: in expansion of macro ‘assert’
   assert(GIV(totalFreeOldSpace) == (totalFreeListBytes()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44704:2: note: in expansion of macro ‘assert’
  assert(bitsSetInFreeSpaceMaskForAllFreeLists());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44705:2: note: in expansion of macro ‘assert’
  assert(GIV(totalFreeOldSpace) == (totalFreeListBytes()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘bytesInObject’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44735:2: note: in expansion of macro ‘flag’
  flag("endianness");
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘changeClassOfto’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44796:48: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if (((assert(addressCouldBeClassObj(argClass)),
                                                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44832:3: note: in expansion of macro ‘assert’
   assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44891:2: note: in expansion of macro ‘assert’
  assert(((classIndex >= 0) && (classIndex <= (classIndexMask()))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44892:2: note: in expansion of macro ‘assert’
  assert(((newFormat >= 0) && (newFormat <= (formatMask()))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44894:2: note: in expansion of macro ‘assert’
  assert((numBytesOf(rcvr)) == ((classFormat <= (lastPointerFormat())
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘dbgFloatValueOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44917:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(oop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘fetchLong32ofFloatObject’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44993:2: note: in expansion of macro ‘assert’
  assert(isImmediateFloat(oop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘floatObjectOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45023:3: note: in expansion of macro ‘assert’
   assert(isSmallFloatValue(aFloat));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45031:4: note: in expansion of macro ‘assert’
    assert(rot > 0);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45038:2: note: in expansion of macro ‘assert’
  assert((numSlots >= 0)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45040:2: note: in expansion of macro ‘assert’
  assert(((objFormat < (firstByteFormat())
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45044:2: note: in expansion of macro ‘assert’
  assert(numSlots < (numSlotsMask()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45049:2: note: in expansion of macro ‘assert’
  assert((numBytes % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45050:2: note: in expansion of macro ‘assert’
  assert((newObj % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45058:9: warning: statement with no effect [-Wunused-value]
    error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘floatValueOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45089:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(oop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘initFreeChunkWithBytesat’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45137:2: note: in expansion of macro ‘assert’
  assert(((numBytes % (allocationUnit())) == 0)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45146:2: note: in expansion of macro ‘assert’
  assert(numSlots < (numSlotsMask()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘initSegmentBridgeWithBytesat’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45162:2: note: in expansion of macro ‘assert’
  assert(((numBytes % (allocationUnit())) == 0)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘instantiateClassindexableSizeisPinned’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45251:3: note: in expansion of macro ‘assert’
   assert(addressCouldBeClassObj(classObj));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45317:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45324:3: note: in expansion of macro ‘assert’
   assert((numBytes % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45325:3: note: in expansion of macro ‘assert’
   assert((newObj1 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45332:3: note: in expansion of macro ‘assert’
   assert(oopisLessThan(((newObj + BaseHeaderSize) + (numSlots * BytesPerOop)) - 1, addressAfter(newObj)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘isLilliputianSize’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45405:2: note: in expansion of macro ‘assert’
  assert(chunkBytes >= (BaseHeaderSize + (allocationUnit())));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘shortentoIndexableSize’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45535:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45547:2: note: in expansion of macro ‘flag’
  flag("this should update format for 32-bit indexable words; too lazy today.");
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45586:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45593:3: note: in expansion of macro ‘assert’
   assert((numBytes % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45594:3: note: in expansion of macro ‘assert’
   assert((newObj % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45599:9: warning: statement with no effect [-Wunused-value]
    error("shorten:toIndexableSize: attempted to shorten to allocationUnit!");
         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45603:4: note: in expansion of macro ‘assert’
    assert(!(isOopForwarded(copy)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45611:3: note: in expansion of macro ‘assert’
   assert(((classIndex2 >= 0) && (classIndex2 <= (classIndexMask()))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45612:3: note: in expansion of macro ‘assert’
   assert(((7 /* forwardedFormat */ >= 0) && (7 /* forwardedFormat */ <= (formatMask()))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45620:3: note: in expansion of macro ‘assert’
   assert(isForwarded(objOop));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45621:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(copy)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45622:38: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(objOop)),
                                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45648:3: note: in expansion of macro ‘assert’
   assert(numSlots < (numSlotsMask()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45652:2: note: in expansion of macro ‘assert’
  assert((addressAfter(freeChunk)) <= GIV(endOfMemory));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45660:3: note: in expansion of macro ‘assert’
   assert(((classIndex >= 0) && (classIndex <= (classIndexMask()))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45664:3: note: in expansion of macro ‘assert’
   assert(((format >= 0) && (format <= (formatMask()))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘smallFloatValueOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45689:2: note: in expansion of macro ‘assert’
  assert(isImmediateFloat(oop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘addToEphemeronList’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45738:2: note: in expansion of macro ‘assert’
  assert(!(isScavengeSurvivor(keyOfEphemeron(followForwarded(ephemeronCorpse)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45743:2: note: in expansion of macro ‘assert’
  assert(isYoung(ephemeronCorpse));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45744:2: note: in expansion of macro ‘assert’
  assert(isForwarded(ephemeronCorpse));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45749:2: note: in expansion of macro ‘assert’
  assert((firstCorpse(GIV(ephemeronList))) == ephemeronCorpse);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘addToWeakList’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45769:2: note: in expansion of macro ‘assert’
  assert(isYoung(weakCorpse));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45770:2: note: in expansion of macro ‘assert’
  assert(isForwarded(weakCorpse));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45775:2: note: in expansion of macro ‘assert’
  assert((firstCorpse(GIV(weakList))) == weakCorpse);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘allNewSpaceObjectsHaveZeroRTRefCount’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45800:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45809:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45821:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45835:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45847:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45793:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘allWeakSurvivorsOnWeakList’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45893:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45868:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘computeRefCountToShrinkRT’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45956:2: note: in expansion of macro ‘assert’
  assert(allNewSpaceObjectsHaveZeroRTRefCount());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45962:4: note: in expansion of macro ‘assert’
    assert(isUnambiguouslyForwarder(elephant));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45980:42: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     && ((assert(isNonImmediate(referent)),
                                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45990:6: note: in expansion of macro ‘assert’
      assert(((refCount >= 0) && (refCount <= MaxRTRefCount)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46001:2: note: in expansion of macro ‘assert’
  assert((population[0]) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘copyAndForwardMourner’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46034:2: note: in expansion of macro ‘assert’
  assert((isInEden(mourner))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46051:3: note: in expansion of macro ‘assert’
   assert((GIV(futureSurvivorStart) + bytesInObj) <= ((GIV(futureSpace).limit)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46060:4: note: in expansion of macro ‘assert’
    assert(((0 >= 0) && (0 <= MaxRTRefCount)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46069:2: note: in expansion of macro ‘assert’
  assert(isInNewSpace(mourner));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46070:2: note: in expansion of macro ‘assert’
  assert((isInFutureSpace(newLocation))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46072:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(mourner)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46076:2: note: in expansion of macro ‘assert’
  assert(((classIndex >= 0) && (classIndex <= (classIndexMask()))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46077:2: note: in expansion of macro ‘assert’
  assert(((7 /* forwardedFormat */ >= 0) && (7 /* forwardedFormat */ <= (formatMask()))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘copyAndForward’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46104:2: note: in expansion of macro ‘assert’
  assert((isInEden(survivor))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46137:3: note: in expansion of macro ‘assert’
   assert((GIV(futureSurvivorStart) + bytesInObj) <= ((GIV(futureSpace).limit)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46146:4: note: in expansion of macro ‘assert’
    assert(((0 >= 0) && (0 <= MaxRTRefCount)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46155:2: note: in expansion of macro ‘assert’
  assert(isInNewSpace(survivor));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46156:2: note: in expansion of macro ‘assert’
  assert((isInFutureSpace(newLocation))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46158:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(survivor)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46162:2: note: in expansion of macro ‘assert’
  assert(((classIndex >= 0) && (classIndex <= (classIndexMask()))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46163:2: note: in expansion of macro ‘assert’
  assert(((7 /* forwardedFormat */ >= 0) && (7 /* forwardedFormat */ <= (formatMask()))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46170:37: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    && (isObjEphemeron(newLocation))),
                                     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘copyToOldSpacebytesformat’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46194:2: note: in expansion of macro ‘assert’
  assert((formatOfSurvivor == (formatOf(survivor)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46209:9: warning: statement with no effect [-Wunused-value]
    error("out of memory");
         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46217:4: note: in expansion of macro ‘assert’
    assert(((0 >= 0) && (0 <= MaxRTRefCount)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46225:4: note: in expansion of macro ‘assert’
    assert(!(isFreeObject(newOop)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46241:39: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     && ((assert(isNonImmediate(field)),
                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘growRememberedSet’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46285:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(obj)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46290:2: note: in expansion of macro ‘assert’
  assert(numSlots >= 1024);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46300:3: note: in expansion of macro ‘assert’
   assert(oopisLessThan(((obj3 + BaseHeaderSize) + (nSlots2 * BytesPerOop)) - 1, addressAfter(obj3)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46316:4: note: in expansion of macro ‘assert’
    assert(oopisLessThan(((obj2 + BaseHeaderSize) + (nSlots1 * BytesPerOop)) - 1, addressAfter(obj2)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46324:10: warning: statement with no effect [-Wunused-value]
     error("could not grow remembered set");
          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46335:5: note: in expansion of macro ‘assert’
     assert(oopisLessThan(((obj1 + BaseHeaderSize) + (nSlots * BytesPerOop)) - 1, addressAfter(obj1)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46344:2: note: in expansion of macro ‘assert’
  assert(isOldObject(newObj));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46345:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(GIV(hiddenRootsObj))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46353:3: note: in expansion of macro ‘assert’
   assert(!(isFreeObject(newObj)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46356:3: note: in expansion of macro ‘assert’
   assert(!(isFreeObject(obj)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46362:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(newObj)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘isMaybeOldScavengeSurvivor’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46403:3: note: in expansion of macro ‘assert’
   assert(isUnambiguouslyForwarder(oop));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46419:41: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  return ((assert(isNonImmediate(target)),
                                         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘isScavengeSurvivor’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46449:3: note: in expansion of macro ‘assert’
   assert(isUnambiguouslyForwarder(oop));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46463:38: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   && ((assert(isNonImmediate(target)),
                                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘isonWeaklingList’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46483:3: note: in expansion of macro ‘assert’
   assert(isYoung(corpse));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘noUnfiredEphemeronsAtEndOfRememberedSet’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46512:40: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(referrer)),
                                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46515:37: warning: left-hand operand of comma expression has no effect [-Wunused-value]
       && (isObjEphemeron(referrer))),
                                     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘processEphemerons’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46589:3: note: in expansion of macro ‘assert’
   assert(isEphemeron(referrer));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46591:35: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     && (isObjEphemeron(referrer))),
                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46626:3: note: in expansion of macro ‘assert’
   assert(noUnfiredEphemeronsAtEndOfRememberedSet());
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46630:4: note: in expansion of macro ‘assert’
    assert(isEphemeron(ephemeron));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46631:4: note: in expansion of macro ‘assert’
    assert((isNonImmediate(ephemeron))
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46639:5: note: in expansion of macro ‘assert’
     assert(((1 /* nonIndexablePointerFormat */ >= 0) && (1 /* nonIndexablePointerFormat */ <= (formatMask()))));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46646:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(ephemeron)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46649:4: note: in expansion of macro ‘assert’
    assert(!(((isScavengeSurvivor(key))
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46682:4: note: in expansion of macro ‘assert’
    assert((isYoung(ephemeronCorpse))
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46685:4: note: in expansion of macro ‘assert’
    assert(isUnambiguouslyForwarder(ephemeronCorpse));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46694:4: note: in expansion of macro ‘assert’
    assert((isNonImmediate(ephemeron1))
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46702:5: note: in expansion of macro ‘assert’
     assert(((1 /* nonIndexablePointerFormat */ >= 0) && (1 /* nonIndexablePointerFormat */ <= (formatMask()))));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46709:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(ephemeron1)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46711:5: note: in expansion of macro ‘assert’
     assert(!(((isScavengeSurvivor(key1))
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46717:4: note: in expansion of macro ‘assert’
    assert(isYoung(ephemeronCorpse));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46576:11: warning: variable ‘oldList’ set but not used [-Wunused-but-set-variable]
     sqInt oldList;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46575:11: warning: variable ‘oldCorpse’ set but not used [-Wunused-but-set-variable]
     sqInt oldCorpse;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘processWeaklings’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46744:2: note: in expansion of macro ‘assert’
  assert(allWeakSurvivorsOnWeakList());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46771:4: note: in expansion of macro ‘assert’
    assert(isForwarded(weakCorpse));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46773:4: note: in expansion of macro ‘assert’
    assert(isUnambiguouslyForwarder(weakCorpse));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46783:42: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     && (((assert(isNonImmediate(weakObj)),
                                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46789:4: note: in expansion of macro ‘assert’
    assert(isYoung(weakCorpse));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘processWeakSurvivor’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46830:41: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    && ((assert(isNonImmediate(referent)),
                                         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46842:5: note: in expansion of macro ‘assert’
     assert(isUnambiguouslyForwarder(referent));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46851:5: note: in expansion of macro ‘assert’
     assert((isReallyYoungObject(weakObj))
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46853:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(weakObj)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46857:42: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     if ((assert(isNonImmediate(referent)),
                                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46865:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(weakObj)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘remember’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46890:2: note: in expansion of macro ‘assert’
  assert(isNonImmediate(objOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46891:2: note: in expansion of macro ‘assert’
  assert(!((isYoungObject(objOop))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46892:2: note: in expansion of macro ‘assert’
  assert(!((isRemembered(objOop))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46893:2: note: in expansion of macro ‘assert’
  assert(!((isInRememberedSet(objOop))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘scavengeLoop’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46974:2: note: in expansion of macro ‘assert’
  assert(GIV(futureSurvivorStart) == ((GIV(futureSpace).start)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46983:3: note: in expansion of macro ‘assert’
   assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46984:3: note: in expansion of macro ‘assert’
   assert(GIV(stackPage) == (mostRecentlyUsedPage()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46985:3: note: in expansion of macro ‘assert’
   assert(!((isFree(GIV(stackPage)))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46987:3: note: in expansion of macro ‘assert’
   assert(GIV(stackPointer) < GIV(framePointer));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46988:3: note: in expansion of macro ‘assert’
   assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46990:3: note: in expansion of macro ‘assert’
   assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46994:3: note: in expansion of macro ‘assert’
   assert(pageListIsWellFormed());
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘scavengeReferentsOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47064:2: note: in expansion of macro ‘assert’
  assert((!(isForwarded(referrer)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47066:2: note: in expansion of macro ‘assert’
  assert((!(isEphemeron(referrer)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47074:3: note: in expansion of macro ‘assert’
   assert((classIndexOf(referrer)) > (isForwardedObjectClassIndexPun()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47092:5: note: in expansion of macro ‘assert’
     assert((ReceiverIndex + ((sp >> 3))) < (lengthOf(referrer)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47109:3: note: in expansion of macro ‘assert’
   assert(fmt == (ephemeronFormat()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47124:2: note: in expansion of macro ‘assert’
  assert(isCompiledMethod(referrer));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47130:3: note: in expansion of macro ‘assert’
   assert((((usqInt)header1)) < GIV(newSpaceStart));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47131:3: note: in expansion of macro ‘assert’
   assert((((((CogMethod *) header1))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47134:2: note: in expansion of macro ‘assert’
  assert((((header) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47145:5: note: in expansion of macro ‘assert’
     assert(isUnambiguouslyForwarder(referent));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47155:41: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    if ((assert(isNonImmediate(referent)),
                                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘scavengeRememberedSetStartingAt’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47208:41: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if (((assert(isNonImmediate(referrer)),
                                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47213:35: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     && (isObjEphemeron(referrer))),
                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47216:4: note: in expansion of macro ‘assert’
    assert(destIndex >= GIV(numRememberedEphemerons));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47235:2: note: in expansion of macro ‘assert’
  assert(noUnfiredEphemeronsAtEndOfRememberedSet());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘scavengeUnfiredEphemeronsOnEphemeronList’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47276:3: note: in expansion of macro ‘assert’
   assert(isForwarded(ephemeronCorpse));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47278:3: note: in expansion of macro ‘assert’
   assert(isUnambiguouslyForwarder(ephemeronCorpse));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47289:36: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     && (isObjEphemeron(ephemeron))),
                                    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47299:5: note: in expansion of macro ‘assert’
     assert(isYoung(previousCorpse));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47300:5: note: in expansion of macro ‘assert’
     assert(isForwarded(previousCorpse));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘accessibleObjectAfter’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47364:3: note: in expansion of macro ‘assert’
   assert((isInEden(objOop))
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47376:5: note: in expansion of macro ‘flag’
     flag("endianness");
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47407:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47427:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘activeAndDeferredScan’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47453:2: note: in expansion of macro ‘assert’
  assert(isEphemeron(anEphemeron));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47455:37: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    && (isObjEphemeron(anEphemeron))),
                                     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘addFreeSubTree’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47482:2: note: in expansion of macro ‘assert’
  assert(isFreeObject(freeTree));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47484:2: note: in expansion of macro ‘assert’
  assert(bytesInArg >= ((numFreeLists()) * (allocationUnit())));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47486:2: note: in expansion of macro ‘assert’
  assert(treeNode != 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47492:3: note: in expansion of macro ‘assert’
   assert((oopisLessThanOrEqualTo((freeTree + bytesInArg) - BaseHeaderSize, treeNode))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47494:3: note: in expansion of macro ‘assert’
   assert(bytesInNode >= ((numFreeLists()) * (allocationUnit())));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47495:3: note: in expansion of macro ‘assert’
   assert(bytesInArg != bytesInNode);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47501:5: note: in expansion of macro ‘assert’
     assert(isFreeObject(treeNode));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47502:5: note: in expansion of macro ‘assert’
     assert((freeTree == 0)
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47506:5: note: in expansion of macro ‘assert’
     assert(isFreeObject(freeTree));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47507:5: note: in expansion of macro ‘assert’
     assert((treeNode == 0)
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47518:5: note: in expansion of macro ‘assert’
     assert(isFreeObject(treeNode));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47519:5: note: in expansion of macro ‘assert’
     assert((freeTree == 0)
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47523:5: note: in expansion of macro ‘assert’
     assert(isFreeObject(freeTree));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47524:5: note: in expansion of macro ‘assert’
     assert((treeNode == 0)
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘addToFreeListbytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47597:2: note: in expansion of macro ‘assert’
  assert(isFreeObject(freeChunk));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47598:2: note: in expansion of macro ‘assert’
  assert(chunkBytes == (bytesInObject(freeChunk)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47604:3: note: in expansion of macro ‘assert’
   assert(isFreeObject(freeChunk));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47605:3: note: in expansion of macro ‘assert’
   assert((nextFreeChunk == 0)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47609:70: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    && (!((assert(chunkBytes >= (BaseHeaderSize + (allocationUnit()))),
                                                                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47612:4: note: in expansion of macro ‘assert’
    assert(isFreeObject(nextFreeChunk));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47613:4: note: in expansion of macro ‘assert’
    assert((freeChunk == 0)
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47617:69: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if (!((assert(chunkBytes >= (BaseHeaderSize + (allocationUnit()))),
                                                                     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47620:4: note: in expansion of macro ‘assert’
    assert(isFreeObject(freeChunk));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47621:4: note: in expansion of macro ‘assert’
    assert(1);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47629:2: note: in expansion of macro ‘assert’
  assert(isFreeObject(freeChunk));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47630:2: note: in expansion of macro ‘assert’
  assert(chunkBytes == (bytesInObject(freeChunk)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47631:2: note: in expansion of macro ‘assert’
  assert(chunkBytes >= ((numFreeLists()) * (allocationUnit())));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47633:2: note: in expansion of macro ‘assert’
  assert(isFreeObject(freeChunk));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47634:2: note: in expansion of macro ‘assert’
  assert(1);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47637:2: note: in expansion of macro ‘assert’
  assert(isFreeObject(freeChunk));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47638:2: note: in expansion of macro ‘assert’
  assert(1);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47641:2: note: in expansion of macro ‘assert’
  assert(isFreeObject(freeChunk));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47642:2: note: in expansion of macro ‘assert’
  assert(1);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47645:2: note: in expansion of macro ‘assert’
  assert(isFreeObject(freeChunk));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47646:2: note: in expansion of macro ‘assert’
  assert(1);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47649:2: note: in expansion of macro ‘assert’
  assert(isFreeObject(freeChunk));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47650:2: note: in expansion of macro ‘assert’
  assert(1);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47659:3: note: in expansion of macro ‘assert’
   assert((oopisLessThanOrEqualTo((freeChunk + chunkBytes) - BaseHeaderSize, child))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47667:4: note: in expansion of macro ‘assert’
    assert(isFreeObject(freeChunk));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47668:4: note: in expansion of macro ‘assert’
    assert((nextFreeChunk1 == 0)
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47674:5: note: in expansion of macro ‘assert’
     assert(isFreeObject(nextFreeChunk1));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47675:5: note: in expansion of macro ‘assert’
     assert((freeChunk == 0)
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47680:4: note: in expansion of macro ‘assert’
    assert(isFreeObject(child));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47681:4: note: in expansion of macro ‘assert’
    assert((freeChunk == 0)
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47687:5: note: in expansion of macro ‘assert’
     assert(isFreeObject(freeChunk));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47688:5: note: in expansion of macro ‘assert’
     assert((child == 0)
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47702:3: note: in expansion of macro ‘assert’
   assert((GIV(freeLists)[0]) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47707:2: note: in expansion of macro ‘assert’
  assert(GIV(freeListsMask) & 1);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47709:2: note: in expansion of macro ‘assert’
  assert(isFreeObject(freeChunk));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47710:2: note: in expansion of macro ‘assert’
  assert((parent == 0)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47717:2: note: in expansion of macro ‘assert’
  assert(isFreeObject(parent));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47718:2: note: in expansion of macro ‘assert’
  assert((freeChunk == 0)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘allInstancesOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47818:3: note: in expansion of macro ‘assert’
   assert((numBytes % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47819:3: note: in expansion of macro ‘assert’
   assert((newObj % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47835:3: note: in expansion of macro ‘assert’
   assert(isOldObject(GIV(nilObj)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47839:4: note: in expansion of macro ‘assert’
    assert((objOop1 % (allocationUnit())) == 0);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47841:4: note: in expansion of macro ‘assert’
    assert((long64At(objOop1)) != 0);
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47863:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47875:3: note: in expansion of macro ‘assert’
   assert((((pastSpace()).start)) < (((eden()).start)));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47905:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47940:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47956:3: note: in expansion of macro ‘assert’
   assert(isOldObject(GIV(nilObj)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47960:4: note: in expansion of macro ‘assert’
    assert((objOop11 % (allocationUnit())) == 0);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47962:4: note: in expansion of macro ‘assert’
    assert((long64At(objOop11)) != 0);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47968:7: note: in expansion of macro ‘assert’
       assert(((expectedIndex >= 0) && (expectedIndex <= (classIndexMask()))));
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47988:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48000:3: note: in expansion of macro ‘assert’
   assert((((pastSpace()).start)) < (((eden()).start)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48014:7: note: in expansion of macro ‘assert’
       assert(((expectedIndex >= 0) && (expectedIndex <= (classIndexMask()))));
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48034:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48053:7: note: in expansion of macro ‘assert’
       assert(((expectedIndex >= 0) && (expectedIndex <= (classIndexMask()))));
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48073:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48100:3: note: in expansion of macro ‘assert’
   assert(GIV(classTableIndex) >= (1U << (classTableMajorIndexShift())));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48104:2: note: in expansion of macro ‘assert’
  assert(isEmptyObjStack(GIV(markStack)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48105:2: note: in expansion of macro ‘assert’
  assert(isEmptyObjStack(GIV(weaklingStack)));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48146:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48153:3: note: in expansion of macro ‘assert’
   assert((numBytes1 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48154:3: note: in expansion of macro ‘assert’
   assert((newObj1 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48160:4: note: in expansion of macro ‘assert’
    assert(!(isOopForwarded(smallObj)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48168:3: note: in expansion of macro ‘assert’
   assert(bitsSetInFreeSpaceMaskForAllFreeLists());
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48169:3: note: in expansion of macro ‘assert’
   assert(GIV(totalFreeOldSpace) == (totalFreeListBytes()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48184:2: note: in expansion of macro ‘assert’
  assert(((ClassArrayCompactIndex >= 0) && (ClassArrayCompactIndex <= (classIndexMask()))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48185:2: note: in expansion of macro ‘assert’
  assert(((2 /* arrayFormat */ >= 0) && (2 /* arrayFormat */ <= (formatMask()))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48192:2: note: in expansion of macro ‘assert’
  assert(bitsSetInFreeSpaceMaskForAllFreeLists());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48193:2: note: in expansion of macro ‘assert’
  assert(GIV(totalFreeOldSpace) == (totalFreeListBytes()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47792:11: warning: variable ‘prevPrevObj2’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47791:11: warning: variable ‘prevPrevObj11’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj11;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47790:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:47789:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘allObjects’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48243:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48247:3: note: in expansion of macro ‘assert’
   assert((objOop1 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48249:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop1)) != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48269:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48281:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48309:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48342:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48349:2: note: in expansion of macro ‘assert’
  assert(isEmptyObjStack(GIV(markStack)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48350:2: note: in expansion of macro ‘assert’
  assert(isEmptyObjStack(GIV(weaklingStack)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48351:2: note: in expansion of macro ‘assert’
  assert(count >= (numSlotsMask()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48361:3: note: in expansion of macro ‘assert’
   assert(bitsSetInFreeSpaceMaskForAllFreeLists());
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48362:3: note: in expansion of macro ‘assert’
   assert(GIV(totalFreeOldSpace) == (totalFreeListBytes()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48377:2: note: in expansion of macro ‘assert’
  assert(((ClassArrayCompactIndex >= 0) && (ClassArrayCompactIndex <= (classIndexMask()))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48378:2: note: in expansion of macro ‘assert’
  assert(((2 /* arrayFormat */ >= 0) && (2 /* arrayFormat */ <= (formatMask()))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48385:2: note: in expansion of macro ‘assert’
  assert(bitsSetInFreeSpaceMaskForAllFreeLists());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48386:2: note: in expansion of macro ‘assert’
  assert(GIV(totalFreeOldSpace) == (totalFreeListBytes()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48232:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48231:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘allObjectsUnmarked’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48421:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48430:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48443:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48457:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48470:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48478:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48482:3: note: in expansion of macro ‘assert’
   assert((objOop11 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48484:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop11)) != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48499:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48414:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48413:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘allOldMarkedWeakObjectsOnWeaklingStack’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48520:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48524:3: note: in expansion of macro ‘assert’
   assert((objOop % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48526:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop)) != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48541:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48517:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘allocateLargestFreeChunk’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48574:3: note: in expansion of macro ‘assert’
   assert((bytesInObject(freeChunk)) >= (numFreeLists()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48578:3: note: in expansion of macro ‘assert’
   assert(isFreeObject(freeChunk));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48579:3: note: in expansion of macro ‘assert’
   assert((nextFreeChunk == 0)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48585:4: note: in expansion of macro ‘assert’
    assert(isFreeObject(nextFreeChunk));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48586:4: note: in expansion of macro ‘assert’
    assert((freeChunk == 0)
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘allocateNewSpaceSlotsformatclassIndex’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48641:9: warning: statement with no effect [-Wunused-value]
    error("no room in eden for allocateNewSpaceSlots:format:classIndex:");
         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48648:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48656:2: note: in expansion of macro ‘assert’
  assert((numBytes % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48657:2: note: in expansion of macro ‘assert’
  assert((newObj % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘allocateOldSpaceChunkOfBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48702:5: note: in expansion of macro ‘assert’
     assert(chunk == (startOfObject(chunk)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48704:5: note: in expansion of macro ‘assert’
     assert(assertInnerValidFreeObject(chunk));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48706:5: note: in expansion of macro ‘assert’
     assert(((bytesInObject(chunk)) == (initialIndex * (allocationUnit())))
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48710:72: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     if ((!((assert(chunkBytes >= (BaseHeaderSize + (allocationUnit()))),
                                                                        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48715:6: note: in expansion of macro ‘assert’
      assert(isFreeObject(next));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48716:6: note: in expansion of macro ‘assert’
      assert(1);
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48728:6: note: in expansion of macro ‘assert’
      assert(chunk == (startOfObject(chunk)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48730:6: note: in expansion of macro ‘assert’
      assert(assertInnerValidFreeObject(chunk));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48732:6: note: in expansion of macro ‘assert’
      assert(((bytesInObject(chunk)) == (index * (allocationUnit())))
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48739:7: note: in expansion of macro ‘assert’
       assert(isFreeObject(next1));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48740:7: note: in expansion of macro ‘assert’
       assert(1);
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48743:6: note: in expansion of macro ‘assert’
      assert((bytesInObject(chunk)) == (index * (allocationUnit())));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48757:6: note: in expansion of macro ‘assert’
      assert(chunk == (startOfObject(chunk)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48759:6: note: in expansion of macro ‘assert’
      assert(assertInnerValidFreeObject(chunk));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48761:6: note: in expansion of macro ‘assert’
      assert(((bytesInObject(chunk)) == (index * (allocationUnit())))
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48768:7: note: in expansion of macro ‘assert’
       assert(isFreeObject(next2));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48769:7: note: in expansion of macro ‘assert’
       assert(1);
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48772:6: note: in expansion of macro ‘assert’
      assert((bytesInObject(chunk)) == (index * (allocationUnit())));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48786:3: note: in expansion of macro ‘assert’
   assert(assertInnerValidFreeObject(child));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48796:5: note: in expansion of macro ‘assert’
     assert(assertInnerValidFreeObject(chunk));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48800:5: note: in expansion of macro ‘assert’
     assert(isFreeObject(child));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48801:5: note: in expansion of macro ‘assert’
     assert((nextFreeChunk == 0)
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48807:6: note: in expansion of macro ‘assert’
      assert(isFreeObject(nextFreeChunk));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48808:6: note: in expansion of macro ‘assert’
      assert((child == 0)
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48847:2: note: in expansion of macro ‘assert’
  assert((nodeBytes == chunkBytes)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48849:2: note: in expansion of macro ‘assert’
  assert((bytesInObject(parent)) == nodeBytes);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48853:3: note: in expansion of macro ‘assert’
   assert((chunkBytes == nodeBytes)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48858:3: note: in expansion of macro ‘assert’
   assert(isFreeObject(parent));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48859:3: note: in expansion of macro ‘assert’
   assert((nextFreeChunk1 == 0)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48865:4: note: in expansion of macro ‘assert’
    assert(isFreeObject(nextFreeChunk1));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48866:4: note: in expansion of macro ‘assert’
    assert((parent == 0)
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘allocatePinnedSlots’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48905:3: note: in expansion of macro ‘assert’
   assert(oopisLessThan(((obj + BaseHeaderSize) + (nSlots * BytesPerOop)) - 1, addressAfter(obj)));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘allocateSlotsformatclassIndex’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48956:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48963:2: note: in expansion of macro ‘assert’
  assert((numBytes % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48964:2: note: in expansion of macro ‘assert’
  assert((newObj % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘allStrongSlotsOfWeaklingAreMarked’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48994:78: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  for (i = 0, iLimiT = (((assert((formatOf(aWeakling)) == (weakArrayFormat())),
                                                                              ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘allUnscannedEphemeronsAreActive’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49018:3: note: in expansion of macro ‘assert’
   assert((isNonImmediate(longAt(p)))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘assertInnerValidFreeObject’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49057:2: note: in expansion of macro ‘assert’
  assert(oopisLessThanOrEqualTo(addressAfter(objOop), GIV(endOfMemory)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49060:2: note: in expansion of macro ‘assert’
  assert((chunk == 0)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49068:4: note: in expansion of macro ‘assert’
    assert(isFreeOop(chunk));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49069:4: note: in expansion of macro ‘assert’
    assert(objOop == (fetchPointerofFreeChunk(freeChunkPrevIndex(), chunk)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49077:5: note: in expansion of macro ‘assert’
     assert(chunk == 0);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49088:5: note: in expansion of macro ‘assert’
     assert((bytesInObject(treeNode)) >= ((numFreeLists()) * (allocationUnit())));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49095:5: note: in expansion of macro ‘assert’
     assert((smallChild == 0)
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49097:5: note: in expansion of macro ‘assert’
     assert((largeChild == 0)
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49107:7: note: in expansion of macro ‘assert’
       assert(chunk == 0);
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49121:7: note: in expansion of macro ‘assert’
       assert(largeChild != 0);
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49130:4: note: in expansion of macro ‘assert’
    assert(isFreeOop(chunk));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49131:4: note: in expansion of macro ‘assert’
    assert(objOop == (fetchPointerofFreeChunk(freeChunkNextIndex(), chunk)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49139:3: note: in expansion of macro ‘assert’
   assert((chunk == 0)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49144:3: note: in expansion of macro ‘assert’
   assert((chunk == 0)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49149:3: note: in expansion of macro ‘assert’
   assert((chunk == 0)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘becomewithtwoWaycopyHash’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49239:2: note: in expansion of macro ‘assert’
  assert(GIV(becomeEffectsFlags) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49252:2: note: in expansion of macro ‘assert’
  assert(fmt != (forwardedFormat()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49264:4: note: in expansion of macro ‘assert’
    assert((ReceiverIndex + ((sp >> 3))) < (lengthOf(array1)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49278:2: note: in expansion of macro ‘assert’
  assert(isCompiledMethod(array1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49284:3: note: in expansion of macro ‘assert’
   assert((((usqInt)header1)) < GIV(newSpaceStart));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49285:3: note: in expansion of macro ‘assert’
   assert((((((CogMethod *) header1))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49288:50: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  fieldOffset = (((((assert((((header) & 7) == 1)),
                                                  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49299:4: note: in expansion of macro ‘assert’
    assert(isUnambiguouslyForwarder(oop1));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49339:4: note: in expansion of macro ‘assert’
    assert(isUnambiguouslyForwarder(oop2));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49402:3: note: in expansion of macro ‘assert’
   assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49403:3: note: in expansion of macro ‘assert’
   assert(GIV(stackPage) == (mostRecentlyUsedPage()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49404:3: note: in expansion of macro ‘assert’
   assert(!((isFree(GIV(stackPage)))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49406:3: note: in expansion of macro ‘assert’
   assert(GIV(stackPointer) < GIV(framePointer));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49407:3: note: in expansion of macro ‘assert’
   assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49409:3: note: in expansion of macro ‘assert’
   assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49413:3: note: in expansion of macro ‘assert’
   assert(pageListIsWellFormed());
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49464:7: note: in expansion of macro ‘assert’
       assert(isUnambiguouslyForwarder(obj1));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49473:7: note: in expansion of macro ‘assert’
       assert((rawHashBitsOf(newObj2)) == 0);
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49475:7: note: in expansion of macro ‘assert’
       assert(((o1ClassIndex >= 0) && (o1ClassIndex <= (identityHashHalfWordMask()))));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49484:7: note: in expansion of macro ‘assert’
       assert(isUnambiguouslyForwarder(obj2));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49493:7: note: in expansion of macro ‘assert’
       assert((rawHashBitsOf(newObj1)) == 0);
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49495:7: note: in expansion of macro ‘assert’
       assert(((o2ClassIndex >= 0) && (o2ClassIndex <= (identityHashHalfWordMask()))));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49535:5: note: in expansion of macro ‘assert’
     assert(((classIndex >= 0) && (classIndex <= (classIndexMask()))));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49536:5: note: in expansion of macro ‘assert’
     assert(((7 /* forwardedFormat */ >= 0) && (7 /* forwardedFormat */ <= (formatMask()))));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49544:5: note: in expansion of macro ‘assert’
     assert(isForwarded(obj11));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49545:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(obj21)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49546:39: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     if ((assert(isNonImmediate(obj11)),
                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49565:6: note: in expansion of macro ‘assert’
      assert(((hash >= 0) && (hash <= (identityHashHalfWordMask()))));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49568:40: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     if (((assert(isNonImmediate(obj11)),
                                        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49574:5: note: in expansion of macro ‘assert’
     assert(!((isOopForwarded(obj21))));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49581:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(obj21)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49588:3: note: in expansion of macro ‘assert’
   assert(isUnambiguouslyForwarder(GIV(specialObjectsOop)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49610:2: note: in expansion of macro ‘assert’
  assert(validClassTableHashes());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘beRootIfOld’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49623:34: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(oop)),
                                  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘byteSizeOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49678:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(oop)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘characterTable’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49709:7: warning: statement with no effect [-Wunused-value]
  error("shouldNotImplement");
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘checkHeapFreeSpaceIntegrity’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49803:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49847:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49896:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49904:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49908:3: note: in expansion of macro ‘assert’
   assert((objOop1 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49910:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop1)) != 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49971:6: note: in expansion of macro ‘assert’
      assert(fi == 0);
      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:50003:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49780:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49779:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘checkHeapIntegrityclassIndicesShouldBeValid’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:50102:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:50146:5: note: in expansion of macro ‘assert’
     assert((classIndex1 <= (tagMask()))
     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:50200:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:50249:5: note: in expansion of macro ‘assert’
     assert((classIndex2 <= (tagMask()))
     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:50303:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:50311:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:50315:3: note: in expansion of macro ‘assert’
   assert((objOop1 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:50317:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop1)) != 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:50401:44: warning: left-hand operand of comma expression has no effect [-Wunused-value]
       && ((assert(isNonImmediate(fieldOop)),
                                            ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:50410:6: note: in expansion of macro ‘assert’
      assert((classIndex3 <= (tagMask()))
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:50453:46: warning: left-hand operand of comma expression has no effect [-Wunused-value]
         && ((assert(isNonImmediate(fieldOop)),
                                              ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:50481:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:50495:3: note: in expansion of macro ‘flag’
   flag("no support for remembered set overflow yet");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:35:24: warning: statement with no effect [-Wunused-value]
 # define eassert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:50537:2: note: in expansion of macro ‘eassert’
  eassert(isValidObjStack(GIV(mournQueue)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:50079:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:50078:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘classAtIndex’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:50818:2: note: in expansion of macro ‘assert’
  assert((classIndex >= 0)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘classAtIndexput’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:50844:2: note: in expansion of macro ‘assert’
  assert((classIndex <= (tagMask()))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:50846:2: note: in expansion of macro ‘assert’
  assert((objOop == GIV(nilObj))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:50854:8: warning: statement with no effect [-Wunused-value]
   error("attempt to add class to empty page");
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:50858:2: note: in expansion of macro ‘assert’
  assert(!(isForwarded(classTablePage)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:50859:45: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(classTablePage)),
                                             ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘classExternalAddressIndex’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:50921:2: note: in expansion of macro ‘assert’
  assert(addressCouldBeClassObj(aBehavior));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘classLargeNegativeInteger’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51026:133: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  return (assert(((ClassLargeNegativeIntegerCompactIndex >= 1) && (ClassLargeNegativeIntegerCompactIndex <= (classTablePageSize())))),
                                                                                                                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘classLargePositiveInteger’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51035:133: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  return (assert(((ClassLargePositiveIntegerCompactIndex >= 1) && (ClassLargePositiveIntegerCompactIndex <= (classTablePageSize())))),
                                                                                                                                     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘classOrNilAtIndex’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51048:2: note: in expansion of macro ‘assert’
  assert((classIndex <= (tagMask()))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘classTagForClass’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51149:50: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  return (assert(addressCouldBeClassObj(classObj)),
                                                  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘clearLeakMapAndMapAccessibleFreeSpace’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51184:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51188:3: note: in expansion of macro ‘assert’
   assert((objOop1 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51190:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop1)) != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51202:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51180:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘cloneInOldSpaceforPinning’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51228:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(objOop)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51258:5: note: in expansion of macro ‘assert’
     assert(isUnambiguouslyForwarder(oop));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51269:37: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     && ((assert(isNonImmediate(oop)),
                                     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51273:4: note: in expansion of macro ‘assert’
    assert(!(isOopForwarded(newObj)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51283:4: note: in expansion of macro ‘assert’
    assert(!(isOopForwarded(newObj)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51288:4: note: in expansion of macro ‘assert’
    assert(isOopCompiledMethod(newObj));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51293:61: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      && ((((usqInt)rawHeader)) >= (minCogMethodAddress())))),
                                                             ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51297:5: note: in expansion of macro ‘assert’
     assert(isCompiledMethodHeader(headerWhileForwardingOf(newObj)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51298:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(newObj)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51301:40: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    if (((assert(isNonImmediate(objOop)),
                                        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51310:3: note: in expansion of macro ‘assert’
   assert(((hash >= 0) && (hash <= (identityHashHalfWordMask()))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘clone’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51348:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(objOop)) > (isForwardedObjectClassIndexPun()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51397:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51404:3: note: in expansion of macro ‘assert’
   assert((numBytes % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51405:3: note: in expansion of macro ‘assert’
   assert((newObj1 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51420:6: note: in expansion of macro ‘assert’
      assert(isUnambiguouslyForwarder(oop));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51431:38: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      && ((assert(isNonImmediate(oop)),
                                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51436:4: note: in expansion of macro ‘assert’
    assert(!(isOopForwarded(newObj)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51440:41: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    && (!((assert(isNonImmediate(newObj)),
                                         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51448:4: note: in expansion of macro ‘assert’
    assert(!(isOopForwarded(newObj)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51453:4: note: in expansion of macro ‘assert’
    assert(isOopCompiledMethod(newObj));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51458:61: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      && ((((usqInt)rawHeader)) >= (minCogMethodAddress())))),
                                                             ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51462:5: note: in expansion of macro ‘assert’
     assert(isCompiledMethodHeader(headerWhileForwardingOf(newObj)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51463:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(newObj)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51466:40: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    if (((assert(isNonImmediate(newObj)),
                                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51468:41: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     && (((assert(isNonImmediate(objOop)),
                                         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘copyObjtoAddrstopAtsavedFirstFieldsindex’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51520:2: note: in expansion of macro ‘assert’
  assert(!((isCopiedIntoSegment(objOop))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51536:2: note: in expansion of macro ‘assert’
  assert(!(isFreeObject(copy)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51551:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(copy)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51569:6: note: in expansion of macro ‘assert’
      assert((ReceiverIndex + ((sp >> 3))) < (lengthOf(objOop)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51576:5: note: in expansion of macro ‘assert’
     assert((classIndexOf(objOop)) > (isForwardedObjectClassIndexPun()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51592:4: note: in expansion of macro ‘assert’
    assert(isCompiledMethod(objOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51598:5: note: in expansion of macro ‘assert’
     assert((((usqInt)header1)) < GIV(newSpaceStart));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51599:5: note: in expansion of macro ‘assert’
     assert((((((CogMethod *) header1))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51602:4: note: in expansion of macro ‘assert’
    assert((((header) & 7) == 1));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51608:4: note: in expansion of macro ‘assert’
    assert(!(isOopForwarded(copy)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51616:63: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     && ((((usqInt)methodHeader)) >= (minCogMethodAddress())))),
                                                               ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51618:4: note: in expansion of macro ‘assert’
    assert(!(isOopForwarded(copy)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51626:3: note: in expansion of macro ‘assert’
   assert(((0 >= 0) && (0 <= (identityHashHalfWordMask()))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51632:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(savedFirstFields)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51634:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(objOop)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51637:2: note: in expansion of macro ‘assert’
  assert(!(isFreeObject(objOop)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘countMarkedAndUnmarkdObjects’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51677:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51686:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51707:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51721:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51742:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51750:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51754:3: note: in expansion of macro ‘assert’
   assert((objOop11 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51756:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop11)) != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51779:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51669:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51668:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘doScavenge’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51888:2: note: in expansion of macro ‘assert’
  assert(oopisGreaterThanOrEqualToandLessThanOrEqualTo(GIV(pastSpaceStart), ((pastSpace()).start), ((pastSpace()).limit)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘eeInstantiateClassIndexformatnumSlots’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51918:2: note: in expansion of macro ‘assert’
  assert((numSlots >= 0)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51921:2: note: in expansion of macro ‘assert’
  assert(((objFormat < (firstByteFormat())
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘emptyObjStack’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:35:24: warning: statement with no effect [-Wunused-value]
 # define eassert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51941:2: note: in expansion of macro ‘eassert’
  eassert(isValidObjStack(objStack));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51943:2: note: in expansion of macro ‘assert’
  assert((formatOf(objStack)) == (wordIndexableFormat()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51949:3: note: in expansion of macro ‘assert’
   assert((formatOf(nextPage)) == (wordIndexableFormat()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51952:3: note: in expansion of macro ‘assert’
   assert((formatOf(nextPage)) == (wordIndexableFormat()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51955:3: note: in expansion of macro ‘assert’
   assert((formatOf(objStack)) == (wordIndexableFormat()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51960:2: note: in expansion of macro ‘assert’
  assert((formatOf(objStack)) == (wordIndexableFormat()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:35:24: warning: statement with no effect [-Wunused-value]
 # define eassert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51962:2: note: in expansion of macro ‘eassert’
  eassert(isValidObjStack(objStack));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘ensureRoomOnObjStackAt’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51999:4: note: in expansion of macro ‘assert’
    assert((formatOf(stackOrNil)) == (wordIndexableFormat()));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52001:4: note: in expansion of macro ‘assert’
    assert((!GIV(marking))
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52018:11: warning: statement with no effect [-Wunused-value]
      error("no memory to allocate or extend obj stack");
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52022:4: note: in expansion of macro ‘assert’
    assert((formatOf(freeOrNewPage)) == (wordIndexableFormat()));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52026:5: note: in expansion of macro ‘assert’
     assert(!(isFreeObject(freeOrNewPage)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52031:3: note: in expansion of macro ‘assert’
   assert((formatOf(freeOrNewPage)) == (wordIndexableFormat()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52037:3: note: in expansion of macro ‘assert’
   assert((formatOf(freeOrNewPage)) == (wordIndexableFormat()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52040:3: note: in expansion of macro ‘assert’
   assert((formatOf(freeOrNewPage)) == (wordIndexableFormat()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52043:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(GIV(hiddenRootsObj))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52044:51: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(GIV(hiddenRootsObj))),
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52057:3: note: in expansion of macro ‘assert’
   assert(isValidObjStackAt(objStackRootIndex));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52059:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(GIV(hiddenRootsObj))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52060:51: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(GIV(hiddenRootsObj))),
                                                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52085:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52089:2: note: in expansion of macro ‘assert’
  assert(isValidObjStackAt(objStackRootIndex));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘enterIntoClassTable’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52117:2: note: in expansion of macro ‘assert’
  assert(initialMajorIndex > 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52135:4: note: in expansion of macro ‘assert’
    assert(oopisLessThan(((page + BaseHeaderSize) + (numSlots1 * BytesPerOop)) - 1, addressAfter(page)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52140:4: note: in expansion of macro ‘assert’
    assert(!(isForwarded(GIV(hiddenRootsObj))));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52141:52: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    if ((assert(isNonImmediate(GIV(hiddenRootsObj))),
                                                    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52162:5: note: in expansion of macro ‘assert’
     assert(GIV(classTableIndex) >= (1U << (classTableMajorIndexShift())));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52164:5: note: in expansion of macro ‘assert’
     assert(!(isForwarded(page)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52165:38: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     if ((assert(isNonImmediate(page)),
                                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52180:5: note: in expansion of macro ‘assert’
     assert(((hash >= 0) && (hash <= (identityHashHalfWordMask()))));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52182:5: note: in expansion of macro ‘assert’
     assert((classAtIndex(rawHashBitsOf(aBehavior))) == aBehavior);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘existInstancesInNewSpaceOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52227:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52236:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52248:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52262:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52274:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52219:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘expungeFromClassTable’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52296:2: note: in expansion of macro ‘assert’
  assert(isInClassTable(aBehavior));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52301:2: note: in expansion of macro ‘assert’
  assert(classTablePage != GIV(classTableFirstPage));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52302:2: note: in expansion of macro ‘assert’
  assert((numSlotsOf(classTablePage)) == (classTablePageSize()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52303:2: note: in expansion of macro ‘assert’
  assert((fetchPointerofObject(minorIndex, classTablePage)) == aBehavior);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52304:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(classTablePage)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52309:2: note: in expansion of macro ‘assert’
  assert(GIV(classTableIndex) >= (1U << (classTableMajorIndexShift())));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘fetchClassOfNonImm’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52345:2: note: in expansion of macro ‘assert’
  assert(classIndex >= (arrayClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52347:2: note: in expansion of macro ‘assert’
  assert((classIndex <= (tagMask()))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘findLargestFreeChunk’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52425:3: note: in expansion of macro ‘assert’
   assert(assertInnerValidFreeObject(treeNode));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52426:3: note: in expansion of macro ‘assert’
   assert((bytesInObject(treeNode)) >= ((numFreeLists()) * (allocationUnit())));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘findStringBeginningWith’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52470:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52479:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52501:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52515:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52537:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52545:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52549:3: note: in expansion of macro ‘assert’
   assert((objOop11 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52551:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop11)) != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52575:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52462:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52461:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘findString’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52618:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52627:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52646:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52660:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52679:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52687:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52691:3: note: in expansion of macro ‘assert’
   assert((objOop11 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52693:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop11)) != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52714:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52610:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52609:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘firstAccessibleObject’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52729:2: note: in expansion of macro ‘assert’
  assert(GIV(nilObj) == GIV(oldSpaceStart));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52737:2: note: in expansion of macro ‘assert’
  assert((rememberedSetSize()) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52738:2: note: in expansion of macro ‘assert’
  assert(GIV(pastSpaceStart) == (((pastSpace()).start)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52739:2: note: in expansion of macro ‘assert’
  assert(GIV(freeStart) == (((eden()).start)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘fixFollowedFieldofObjectwithInitialValue’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52874:2: note: in expansion of macro ‘assert’
  assert(isOopForwarded(initialValue));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52882:2: note: in expansion of macro ‘assert’
  assert(!(isForwarded(anObject)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52883:39: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(anObject)),
                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘followForwardedObjectFieldstoDepth’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52935:2: note: in expansion of macro ‘assert’
  assert((isPointers(objOop))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52944:5: note: in expansion of macro ‘assert’
     assert(isUnambiguouslyForwarder(oop));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52954:5: note: in expansion of macro ‘assert’
     assert(!(isForwarded(objOop)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52955:40: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     if ((assert(isNonImmediate(objOop)),
                                        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘followForwarded’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53003:2: note: in expansion of macro ‘assert’
  assert(isUnambiguouslyForwarder(objOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘followObjFieldofObject’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53027:2: note: in expansion of macro ‘assert’
  assert(isNonImmediate(objOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘freeChunkWithBytesat’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53147:2: note: in expansion of macro ‘assert’
  assert(isInOldSpace(address));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53148:2: note: in expansion of macro ‘assert’
  assert((segmentContainingObj(address)) == (segmentContainingObj(address + bytes)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53151:2: note: in expansion of macro ‘assert’
  assert(freeChunk == (objectStartingAt(address)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘freeObject’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53170:2: note: in expansion of macro ‘assert’
  assert(isInOldSpace(objOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53173:3: note: in expansion of macro ‘assert’
   assert(GIV(rememberedSetSize) > 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53174:3: note: in expansion of macro ‘assert’
   assert(isRemembered(objOop));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53190:3: note: in expansion of macro ‘assert’
   assert(GIV(rememberedSetSize) >= 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘fullGC’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53238:2: note: in expansion of macro ‘assert’
  assert(validObjStacks());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53239:2: note: in expansion of macro ‘assert’
  assert(isEmptyObjStack(GIV(markStack)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53240:2: note: in expansion of macro ‘assert’
  assert(isEmptyObjStack(GIV(weaklingStack)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53259:2: note: in expansion of macro ‘assert’
  assert(GIV(rememberedSetSize) >= 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53276:2: note: in expansion of macro ‘assert’
  assert(!(isFreeObject(objOop)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53289:2: note: in expansion of macro ‘assert’
  assert(validObjStacks());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53290:2: note: in expansion of macro ‘assert’
  assert(isEmptyObjStack(GIV(markStack)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53291:2: note: in expansion of macro ‘assert’
  assert(isEmptyObjStack(GIV(weaklingStack)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53292:2: note: in expansion of macro ‘assert’
  assert(allObjectsUnmarked());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘goodContextSize’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53324:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(oop)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘growOldSpaceByAtLeast’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53370:3: note: in expansion of macro ‘assert’
   assert(GIV(totalHeapSizeIncludingBridges) == total1);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53395:42: warning: right-hand operand of comma expression has no effect [-Wunused-value]
      freeChunkWithBytesat(bytes, address),
                                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53396:109: warning: right-hand operand of comma expression has no effect [-Wunused-value]
      assert((addressAfter(objectStartingAt((segInfo->segStart)))) == ((segLimit(segInfo)) - (bridgeSize()))),
                                                                                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53398:53: warning: right-hand operand of comma expression has no effect [-Wunused-value]
      assert(bitsSetInFreeSpaceMaskForAllFreeLists()),
                                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘incrementalGC’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53539:7: warning: statement with no effect [-Wunused-value]
  error("shouldNotImplement");
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘indexOfin’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53555:3: note: in expansion of macro ‘assert’
   assert((classIndexOf(anObject)) > (isForwardedObjectClassIndexPun()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53573:3: note: in expansion of macro ‘assert’
   assert(fmt1 >= (firstByteFormat()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘inFreeTreeReplacewith’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53622:2: note: in expansion of macro ‘assert’
  assert(isFreeObject(newNode));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53623:2: note: in expansion of macro ‘assert’
  assert(1);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53632:5: note: in expansion of macro ‘assert’
     assert((GIV(freeLists)[0]) == treeNode);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53647:5: note: in expansion of macro ‘assert’
     assert(isFreeObject(relative));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53648:5: note: in expansion of macro ‘assert’
     assert((newNode == 0)
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53655:5: note: in expansion of macro ‘assert’
     assert((fetchPointerofFreeChunk(freeChunkParentIndex(), relative)) == treeNode);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53657:5: note: in expansion of macro ‘assert’
     assert(isFreeObject(relative));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53658:5: note: in expansion of macro ‘assert’
     assert((newNode == 0)
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53664:3: note: in expansion of macro ‘assert’
   assert(isFreeObject(newNode));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53665:3: note: in expansion of macro ‘assert’
   assert((relative == 0)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53669:3: note: in expansion of macro ‘assert’
   assert(isFreeObject(treeNode));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53670:3: note: in expansion of macro ‘assert’
   assert(1);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘initialInstanceOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53713:2: note: in expansion of macro ‘assert’
  assert(!(existInstancesInNewSpaceOf(classObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53720:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53729:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53741:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53755:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53767:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53775:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53779:3: note: in expansion of macro ‘assert’
   assert((objOop11 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53781:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop11)) != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53795:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53697:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53696:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘initializeFreeSpacePostLoad’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53817:2: note: in expansion of macro ‘assert’
  assert((numSlotsOf(freeListObj)) == (numFreeLists()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53818:2: note: in expansion of macro ‘assert’
  assert((formatOf(freeListObj)) == (wordIndexableFormat()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘initializeNewSpaceVariables’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53840:2: note: in expansion of macro ‘assert’
  assert(GIV(newSpaceStart) < (((eden()).start)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘initializeObjectMemory’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53914:2: note: in expansion of macro ‘assert’
  assert(BaseHeaderSize == BaseHeaderSize);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53915:2: note: in expansion of macro ‘assert’
  assert((((sqInt)((maxSlotsForAlloc()) * BytesPerWord))) > 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53919:2: note: in expansion of macro ‘assert’
  assert(newSpaceIsEmpty());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53928:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(classTableRoot)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53933:2: note: in expansion of macro ‘assert’
  assert(GIV(numClassTablePages) == ((classTableRootSlots()) + (hiddenRootSlots())));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53992:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54009:2: note: in expansion of macro ‘assert’
  assert(GIV(nilObj) == GIV(oldSpaceStart));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54010:2: note: in expansion of macro ‘assert’
  assert(GIV(falseObj) == (oldSpaceObjectAfter(GIV(nilObj))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54011:2: note: in expansion of macro ‘assert’
  assert(GIV(trueObj) == (oldSpaceObjectAfter(GIV(falseObj))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54016:2: note: in expansion of macro ‘assert’
  assert(validClassTableRootPages());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54019:2: note: in expansion of macro ‘assert’
  assert(((numSlotsOf(GIV(classTableFirstPage))) - 1) == (classTableMinorIndexMask()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54020:2: note: in expansion of macro ‘flag’
  flag("remove at some stage");
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54024:3: note: in expansion of macro ‘assert’
   assert(((classIndex >= 0) && (classIndex <= (classIndexMask()))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54041:2: note: in expansion of macro ‘assert’
  assert(validObjStacks());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54042:2: note: in expansion of macro ‘assert’
  assert(isEmptyObjStack(GIV(markStack)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54043:2: note: in expansion of macro ‘assert’
  assert(isEmptyObjStack(GIV(weaklingStack)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54058:3: note: in expansion of macro ‘assert’
   assert((bytesInObject(treeNode)) >= ((numFreeLists()) * (allocationUnit())));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54065:3: note: in expansion of macro ‘assert’
   assert((smallChild == 0)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54067:3: note: in expansion of macro ‘assert’
   assert((largeChild == 0)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54089:5: note: in expansion of macro ‘assert’
     assert(largeChild != 0);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54099:2: note: in expansion of macro ‘assert’
  assert(bitsSetInFreeSpaceMaskForAllFreeLists());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54100:2: note: in expansion of macro ‘assert’
  assert(GIV(totalFreeOldSpace) == (totalFreeListBytes()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54109:4: note: in expansion of macro ‘assert’
    assert(freeOldStart == (addressAfter(freeChunk)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54113:4: note: in expansion of macro ‘assert’
    assert((addressAfter(freeChunk)) == limit);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54119:2: note: in expansion of macro ‘assert’
  assert(bitsSetInFreeSpaceMaskForAllFreeLists());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54120:2: note: in expansion of macro ‘assert’
  assert(GIV(totalFreeOldSpace) == (totalFreeListBytes()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54132:4: note: in expansion of macro ‘assert’
    assert(oopisLessThan(((obj1 + BaseHeaderSize) + (1024 * BytesPerOop)) - 1, addressAfter(obj1)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54139:3: note: in expansion of macro ‘assert’
   assert(isOldObject(obj2));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54140:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(GIV(hiddenRootsObj))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54150:3: note: in expansion of macro ‘assert’
   assert(((format >= 0) && (format <= (formatMask()))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54153:2: note: in expansion of macro ‘assert’
  assert((formatOf(obj2)) == (wordIndexableFormat()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54154:2: note: in expansion of macro ‘assert’
  assert(isPinned(obj2));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54158:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(obj2)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53885:11: warning: variable ‘freeChunk’ set but not used [-Wunused-but-set-variable]
     sqInt freeChunk;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘inPlaceBecomeandcopyHashFlag’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54230:2: note: in expansion of macro ‘assert’
  assert((numSlotsOf(obj1)) == (numSlotsOf(obj2)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54231:2: note: in expansion of macro ‘assert’
  assert(((rawHashBitsOf(obj1)) == 0)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54233:2: note: in expansion of macro ‘assert’
  assert(((rawHashBitsOf(obj2)) == 0)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54258:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(obj1)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54260:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(obj2)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54272:36: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   && ((assert(isNonImmediate(obj1)),
                                    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54284:36: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   && ((assert(isNonImmediate(obj2)),
                                    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘instanceSizeOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54306:2: note: in expansion of macro ‘assert’
  assert(addressCouldBeClassObj(classObj));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘instantiateClassisPinned’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54339:2: note: in expansion of macro ‘assert’
  assert(addressCouldBeClassObj(classObj));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54391:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54398:2: note: in expansion of macro ‘assert’
  assert((numBytes % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54399:2: note: in expansion of macro ‘assert’
  assert((newObj1 % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54405:3: note: in expansion of macro ‘assert’
   assert(oopisLessThan(((newObj + BaseHeaderSize) + (numSlots * BytesPerOop)) - 1, addressAfter(newObj)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘isEmptyObjStack’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:35:24: warning: statement with no effect [-Wunused-value]
 # define eassert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54595:2: note: in expansion of macro ‘eassert’
  eassert(isValidObjStack(objStack));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘isEnumerableObject’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54628:2: note: in expansion of macro ‘assert’
  assert(((long64At(objOop)) != 0)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘isEphemeron’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54646:2: note: in expansion of macro ‘assert’
  assert(isNonImmediate(objOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘isOldObject’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54852:2: note: in expansion of macro ‘assert’
  assert(isNonImmediate(objOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘isReallyYoung’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54930:35: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   && ((assert(isNonImmediate(oop)),
                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘isValidClassTag’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54990:2: note: in expansion of macro ‘assert’
  assert(((classIndex >= 0) && (classIndex <= ((1U << (classIndexFieldWidth())) - 1))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54992:2: note: in expansion of macro ‘assert’
  assert((classIndex <= (tagMask()))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘isYoungObject’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55217:2: note: in expansion of macro ‘assert’
  assert(isNonImmediate(objOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘isinstanceOfcompactClassIndex’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55248:2: note: in expansion of macro ‘assert’
  assert(!(isImmediate(oop)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘isonObjStack’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55269:2: note: in expansion of macro ‘assert’
  assert((numSlotsOfAny(objStack)) == ObjStackPageSlots);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘keyOfEphemeron’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55294:2: note: in expansion of macro ‘assert’
  assert((isNonImmediate(objOop))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘knownClassAtIndex’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55304:2: note: in expansion of macro ‘assert’
  assert(((classIndex >= 1) && (classIndex <= (classTablePageSize()))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘lastPointerOfWhileSwizzling’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55333:2: note: in expansion of macro ‘assert’
  assert(fmt != (forwardedFormat()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55341:2: note: in expansion of macro ‘assert’
  assert(isCompiledMethod(objOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55347:3: note: in expansion of macro ‘assert’
   assert((((usqInt)header1)) < GIV(newSpaceStart));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55348:3: note: in expansion of macro ‘assert’
   assert((((((CogMethod *) header1))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55351:43: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  return (((((assert((((header) & 7) == 1)),
                                           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘lastPointerOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55370:2: note: in expansion of macro ‘assert’
  assert(fmt != (forwardedFormat()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55382:4: note: in expansion of macro ‘assert’
    assert((ReceiverIndex + ((sp >> 3))) < (lengthOf(objOop)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55393:2: note: in expansion of macro ‘assert’
  assert(isCompiledMethod(objOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55399:3: note: in expansion of macro ‘assert’
   assert((((usqInt)header1)) < GIV(newSpaceStart));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55400:3: note: in expansion of macro ‘assert’
   assert((((((CogMethod *) header1))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55403:43: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  return (((((assert((((header) & 7) == 1)),
                                           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘literalCountOfMethodHeader’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55520:2: note: in expansion of macro ‘assert’
  assert((((header) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘literalCountOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55532:2: note: in expansion of macro ‘assert’
  assert(isCompiledMethod(methodPointer));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55538:3: note: in expansion of macro ‘assert’
   assert((((usqInt)header1)) < GIV(newSpaceStart));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55539:3: note: in expansion of macro ‘assert’
   assert((((((CogMethod *) header1))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55542:2: note: in expansion of macro ‘assert’
  assert((((header) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘loadImageSegmentFromoutPointers’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55622:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(segmentWordArray)) > (isForwardedObjectClassIndexPun()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55652:2: note: in expansion of macro ‘flag’
  flag("endianness");
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55658:47: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(segmentWordArray)),
                                               ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55677:5: note: in expansion of macro ‘assert’
     assert(((classIndex1 >= 0) && (classIndex1 <= (classIndexMask()))));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55678:5: note: in expansion of macro ‘assert’
     assert(((7 /* forwardedFormat */ >= 0) && (7 /* forwardedFormat */ <= (formatMask()))));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55686:5: note: in expansion of macro ‘assert’
     assert(isForwarded(oop1));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55687:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(clone)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55688:38: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     if ((assert(isNonImmediate(oop1)),
                                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55704:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(outPointerArray)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55718:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(outPointerArray)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55789:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(objOop2)));
     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55799:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55843:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55850:2: note: in expansion of macro ‘assert’
  assert((numBytes % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55851:2: note: in expansion of macro ‘assert’
  assert((newObj % (allocationUnit())) == 0);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55875:5: note: in expansion of macro ‘flag’
     flag("endianness");
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55891:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55910:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(loadedObjectsArray)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55926:4: note: in expansion of macro ‘assert’
    assert(addressCouldBeClassObj(classOop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55938:5: warning: statement with no effect [-Wunused-value]
     -classIndex2;
     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55942:3: note: in expansion of macro ‘assert’
   assert((classIndex2 > (lastClassIndexPun()))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55945:3: note: in expansion of macro ‘assert’
   assert(((classIndex2 >= 0) && (classIndex2 <= (classIndexMask()))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55956:5: note: in expansion of macro ‘assert’
     assert(((classIndex11 >= 0) && (classIndex11 <= (classIndexMask()))));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55957:5: note: in expansion of macro ‘assert’
     assert(((7 /* forwardedFormat */ >= 0) && (7 /* forwardedFormat */ <= (formatMask()))));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55965:5: note: in expansion of macro ‘assert’
     assert(isForwarded(objOop1));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55966:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(oldClone)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55967:41: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     if ((assert(isNonImmediate(objOop1)),
                                         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55991:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56002:3: warning: statement with no effect [-Wunused-value]
   8 /* allocationUnit */ / BytesPerOop;
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56010:2: note: in expansion of macro ‘assert’
  assert(((classIndex >= 0) && (classIndex <= (classIndexMask()))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56011:2: note: in expansion of macro ‘assert’
  assert(((7 /* forwardedFormat */ >= 0) && (7 /* forwardedFormat */ <= (formatMask()))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56019:2: note: in expansion of macro ‘assert’
  assert(isForwarded(segmentWordArray));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56020:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(loadedObjectsArray)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56021:47: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(segmentWordArray)),
                                               ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘longPrintInstancesWithClassIndex’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56090:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56094:3: note: in expansion of macro ‘assert’
   assert((objOop1 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56096:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop1)) != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56110:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56122:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56144:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56171:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56087:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56086:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘longPrintReferencesTo’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56216:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56225:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56237:6: note: in expansion of macro ‘assert’
      assert((classIndexOf(objOop1)) > (isForwardedObjectClassIndexPun()));
      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56268:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56282:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56294:6: note: in expansion of macro ‘assert’
      assert((classIndexOf(objOop1)) > (isForwardedObjectClassIndexPun()));
      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56325:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56333:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56337:3: note: in expansion of macro ‘assert’
   assert((objOop11 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56339:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop11)) != 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56352:7: note: in expansion of macro ‘assert’
       assert((classIndexOf(objOop11)) > (isForwardedObjectClassIndexPun()));
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56384:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56207:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56206:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘mapExtraRoots’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56403:2: note: in expansion of macro ‘assert’
  assert(GIV(remapBufferCount) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘mapMournQueue’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:35:24: warning: statement with no effect [-Wunused-value]
 # define eassert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56429:2: note: in expansion of macro ‘eassert’
  eassert(isValidObjStack(GIV(mournQueue)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56442:6: note: in expansion of macro ‘assert’
      assert(isUnambiguouslyForwarder(mourner));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56455:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(objStackPage)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘mapOopsFromtooutPointersoutHashes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56509:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(outPointerArray)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56514:2: note: in expansion of macro ‘assert’
  assert(oopisLessThan(((outPointerArray + BaseHeaderSize) + (numSlots * BytesPerOop)) - 1, addressAfter(outPointerArray)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56533:4: note: in expansion of macro ‘assert’
    assert(oopisGreaterThanOrEqualToandLessThan(oop, segStart, segAddr));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56561:5: note: in expansion of macro ‘assert’
     assert(!(isForwarded(outPointerArray)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56562:49: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     if ((assert(isNonImmediate(outPointerArray)),
                                                 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56580:5: note: in expansion of macro ‘assert’
     assert(((hash1 >= 0) && (hash1 <= (identityHashHalfWordMask()))));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56591:4: note: in expansion of macro ‘assert’
    assert(segIndex & TopHashBit);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56594:3: note: in expansion of macro ‘assert’
   assert(((segIndex >= 0) && (segIndex <= (classIndexMask()))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56605:6: note: in expansion of macro ‘assert’
      assert(oopisGreaterThanOrEqualToandLessThan(oop, segStart, segAddr));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56628:7: note: in expansion of macro ‘assert’
       assert(!(isForwarded(outPointerArray)));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56629:51: warning: left-hand operand of comma expression has no effect [-Wunused-value]
       if ((assert(isNonImmediate(outPointerArray)),
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56647:7: note: in expansion of macro ‘assert’
       assert(((hash2 >= 0) && (hash2 <= (identityHashHalfWordMask()))));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56656:7: note: in expansion of macro ‘assert’
       assert((rawHashBitsOf(heapOop)) & TopHashBit);
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56660:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(objOop)));
     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56670:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘markAndTraceClassOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56706:2: note: in expansion of macro ‘assert’
  assert((classIndex <= (tagMask()))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56719:2: note: in expansion of macro ‘assert’
  assert(objCouldBeClassObj(classObj));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56724:3: note: in expansion of macro ‘assert’
   assert(((realClassIndex >= 0) && (realClassIndex <= (classIndexMask()))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56729:3: note: in expansion of macro ‘assert’
   assert(!(isFreeObject(classObj)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56734:3: note: in expansion of macro ‘assert’
   assert(addressCouldBeOop(classObj));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56736:4: note: in expansion of macro ‘assert’
    assert(objStack == GIV(markStack));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56737:4: note: in expansion of macro ‘assert’
    assert(addressCouldBeObj(topOfObjStack((0 == (fetchPointerofObject(ObjStackTopx, objStack))
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56744:4: note: in expansion of macro ‘assert’
    assert(!((objStack == GIV(markStack))
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56746:4: note: in expansion of macro ‘assert’
    assert((objStack != GIV(weaklingStack))
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘markAndTraceObjStackandContents’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56771:2: note: in expansion of macro ‘assert’
  assert(!(isFreeObject(stackOrNil)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56773:2: note: in expansion of macro ‘assert’
  assert((numSlotsOfAny(stackOrNil)) == ObjStackPageSlots);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56785:3: note: in expansion of macro ‘assert’
   assert(!(isFreeObject(field)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56795:3: note: in expansion of macro ‘assert’
   assert(isNonImmediate(objOop));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘markAndTrace’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56851:2: note: in expansion of macro ‘assert’
  assert(!(isForwarded(objOop)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56856:2: note: in expansion of macro ‘assert’
  assert(!(isFreeObject(objOop)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56874:3: note: in expansion of macro ‘assert’
   assert(addressCouldBeOop(objOop));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56876:4: note: in expansion of macro ‘assert’
    assert(objStack == GIV(markStack));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56877:4: note: in expansion of macro ‘assert’
    assert(addressCouldBeObj(topOfObjStack((0 == (fetchPointerofObject(ObjStackTopx, objStack))
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56884:4: note: in expansion of macro ‘assert’
    assert(!((objStack == GIV(markStack))
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56886:4: note: in expansion of macro ‘assert’
    assert((objStack != GIV(weaklingStack))
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56908:4: note: in expansion of macro ‘assert’
    assert((fmt != (ephemeronFormat()))
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56912:5: note: in expansion of macro ‘assert’
     assert((classIndexOf(objToScan)) > (isForwardedObjectClassIndexPun()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56930:7: note: in expansion of macro ‘assert’
       assert((ReceiverIndex + ((sp >> 3))) < (lengthOf(objToScan)));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56957:4: note: in expansion of macro ‘assert’
    assert(isCompiledMethod(objToScan));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56963:5: note: in expansion of macro ‘assert’
     assert((((usqInt)header1)) < GIV(newSpaceStart));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56964:5: note: in expansion of macro ‘assert’
     assert((((((CogMethod *) header1))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56967:4: note: in expansion of macro ‘assert’
    assert((((header) & 7) == 1));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56997:6: note: in expansion of macro ‘assert’
      assert(!(isForwarded(field)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57002:6: note: in expansion of macro ‘assert’
      assert(!(isFreeObject(field)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57020:7: note: in expansion of macro ‘assert’
       assert(addressCouldBeOop(field));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57022:8: note: in expansion of macro ‘assert’
        assert(objStack6 == GIV(markStack));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57023:8: note: in expansion of macro ‘assert’
        assert(addressCouldBeObj(topOfObjStack((0 == (fetchPointerofObject(ObjStackTopx, objStack6))
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57030:8: note: in expansion of macro ‘assert’
        assert(!((objStack6 == GIV(markStack))
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57032:8: note: in expansion of macro ‘assert’
        assert((objStack6 != GIV(weaklingStack))
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57046:8: note: in expansion of macro ‘assert’
        assert(addressCouldBeOop(objToScan));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57048:9: note: in expansion of macro ‘assert’
         assert(objStack1 == GIV(markStack));
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57049:9: note: in expansion of macro ‘assert’
         assert(addressCouldBeObj(topOfObjStack((0 == (fetchPointerofObject(ObjStackTopx, objStack1))
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57056:9: note: in expansion of macro ‘assert’
         assert(!((objStack1 == GIV(markStack))
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57058:9: note: in expansion of macro ‘assert’
         assert((objStack1 != GIV(weaklingStack))
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57066:7: note: in expansion of macro ‘assert’
       assert(addressCouldBeOop(objOop1));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57068:8: note: in expansion of macro ‘assert’
        assert(objStack2 == GIV(markStack));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57069:8: note: in expansion of macro ‘assert’
        assert(addressCouldBeObj(topOfObjStack((0 == (fetchPointerofObject(ObjStackTopx, objStack2))
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57076:8: note: in expansion of macro ‘assert’
        assert(!((objStack2 == GIV(markStack))
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57078:8: note: in expansion of macro ‘assert’
        assert((objStack2 != GIV(weaklingStack))
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57115:6: note: in expansion of macro ‘assert’
      assert(!(isForwarded(field)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57120:6: note: in expansion of macro ‘assert’
      assert(!(isFreeObject(field)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57138:7: note: in expansion of macro ‘assert’
       assert(addressCouldBeOop(field));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57140:8: note: in expansion of macro ‘assert’
        assert(objStack3 == GIV(markStack));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57141:8: note: in expansion of macro ‘assert’
        assert(addressCouldBeObj(topOfObjStack((0 == (fetchPointerofObject(ObjStackTopx, objStack3))
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57148:8: note: in expansion of macro ‘assert’
        assert(!((objStack3 == GIV(markStack))
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57150:8: note: in expansion of macro ‘assert’
        assert((objStack3 != GIV(weaklingStack))
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57162:6: note: in expansion of macro ‘assert’
      assert(addressCouldBeOop(field));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57164:7: note: in expansion of macro ‘assert’
       assert(objStack5 == GIV(markStack));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57165:7: note: in expansion of macro ‘assert’
       assert(addressCouldBeObj(topOfObjStack((0 == (fetchPointerofObject(ObjStackTopx, objStack5))
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57172:7: note: in expansion of macro ‘assert’
       assert(!((objStack5 == GIV(markStack))
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57174:7: note: in expansion of macro ‘assert’
       assert((objStack5 != GIV(weaklingStack))
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57183:7: note: in expansion of macro ‘assert’
       assert(addressCouldBeOop(objOop2));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57185:8: note: in expansion of macro ‘assert’
        assert(objStack4 == GIV(markStack));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57186:8: note: in expansion of macro ‘assert’
        assert(addressCouldBeObj(topOfObjStack((0 == (fetchPointerofObject(ObjStackTopx, objStack4))
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57193:8: note: in expansion of macro ‘assert’
        assert(!((objStack4 == GIV(markStack))
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57195:8: note: in expansion of macro ‘assert’
        assert((objStack4 != GIV(weaklingStack))
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘markInactiveEphemerons’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57231:3: note: in expansion of macro ‘assert’
   assert((isNonImmediate(objOop))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘markObjects’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57301:3: note: in expansion of macro ‘assert’
   assert(allObjectsUnmarked());
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57322:2: note: in expansion of macro ‘assert’
  assert(GIV(marking));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57323:2: note: in expansion of macro ‘assert’
  assert(validClassTableRootPages());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57324:2: note: in expansion of macro ‘assert’
  assert(allBridgesMarked());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57328:3: note: in expansion of macro ‘assert’
   assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57329:3: note: in expansion of macro ‘assert’
   assert(GIV(stackPage) == (mostRecentlyUsedPage()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57330:3: note: in expansion of macro ‘assert’
   assert(!((isFree(GIV(stackPage)))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57332:3: note: in expansion of macro ‘assert’
   assert(GIV(stackPointer) < GIV(framePointer));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57333:3: note: in expansion of macro ‘assert’
   assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57335:3: note: in expansion of macro ‘assert’
   assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57339:3: note: in expansion of macro ‘assert’
   assert(pageListIsWellFormed());
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57352:2: note: in expansion of macro ‘assert’
  assert(!(isFreeObject(objOop1)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57355:2: note: in expansion of macro ‘assert’
  assert((firstIndexableField(oldSpaceObjectAfter(GIV(trueObj)))) == GIV(freeLists));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57357:2: note: in expansion of macro ‘assert’
  assert(!(isFreeObject(objOop2)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57364:2: note: in expansion of macro ‘assert’
  assert(!(isFreeObject(GIV(hiddenRootsObj))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57370:3: note: in expansion of macro ‘assert’
   assert(!(isFreeObject(objOop)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57375:2: note: in expansion of macro ‘assert’
  assert(GIV(remapBufferCount) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57383:2: note: in expansion of macro ‘assert’
  assert(validClassTableRootPages());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57396:3: note: in expansion of macro ‘assert’
   assert(isUnambiguouslyForwarder(GIV(profileProcess)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57408:3: note: in expansion of macro ‘assert’
   assert(isUnambiguouslyForwarder(GIV(profileMethod)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57420:3: note: in expansion of macro ‘assert’
   assert(isUnambiguouslyForwarder(GIV(profileSemaphore)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57438:4: note: in expansion of macro ‘assert’
    assert(isUnambiguouslyForwarder(GIV(longRunningPrimitiveCheckMethod)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57453:4: note: in expansion of macro ‘assert’
    assert(isUnambiguouslyForwarder(GIV(longRunningPrimitiveCheckSemaphore)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57487:2: note: in expansion of macro ‘assert’
  assert(validObjStacks());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57489:2: note: in expansion of macro ‘assert’
  assert(validObjStacks());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57498:4: note: in expansion of macro ‘assert’
    assert((classOrNil == GIV(nilObj))
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57509:6: note: in expansion of macro ‘assert’
      assert(!(isOopForwarded(classTablePage)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57511:6: note: in expansion of macro ‘assert’
      assert((objectsShouldBeUnmarkedAndUnmarkedClassesShouldBeExpunged
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57521:2: note: in expansion of macro ‘assert’
  assert(GIV(classTableIndex) >= (1U << (classTableMajorIndexShift())));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘markWeaklingsAndMarkAndFireEphemerons’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:35:24: warning: statement with no effect [-Wunused-value]
 # define eassert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57564:4: note: in expansion of macro ‘eassert’
    eassert(isValidObjStack(GIV(weaklingStack)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57571:5: note: in expansion of macro ‘assert’
     assert((fetchPointerofObject(ObjStackTopx, objStackPage)) == ObjStackLimit);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57583:6: note: in expansion of macro ‘assert’
      assert(isWeak(fetchPointerofObject(i1, objStackPage)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57585:6: note: in expansion of macro ‘assert’
      assert(!((isForwarded(weakling))));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57587:81: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      for (i = 0, iLimiT = (((assert((formatOf(weakling)) == (weakArrayFormat())),
                                                                                 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57621:4: note: in expansion of macro ‘assert’
    assert(!(noUnscannedEphemerons()));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57622:4: note: in expansion of macro ‘assert’
    assert(allUnscannedEphemeronsAreActive());
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57627:5: note: in expansion of macro ‘assert’
     assert(((1 /* nonIndexablePointerFormat */ >= 0) && (1 /* nonIndexablePointerFormat */ <= (formatMask()))));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57635:3: note: in expansion of macro ‘assert’
   assert(!(noUnscannedEphemerons()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57636:3: note: in expansion of macro ‘assert’
   assert(allUnscannedEphemeronsAreActive());
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57644:4: note: in expansion of macro ‘assert’
    assert((isNonImmediate(ephemeron))
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57654:4: note: in expansion of macro ‘assert’
    assert(!(isFreeObject(ephemeron)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘maybeMethodClassOfseemsToBeInstantiating’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57697:3: note: in expansion of macro ‘assert’
   assert((numSlotsOf(literal)) > ValueIndex);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘newHashBitsOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57774:2: note: in expansion of macro ‘assert’
  assert(((hash >= 0) && (hash <= (identityHashHalfWordMask()))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘nilUnmarkedWeaklingSlots’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:35:24: warning: statement with no effect [-Wunused-value]
 # define eassert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57837:2: note: in expansion of macro ‘eassert’
  eassert(allOldMarkedWeakObjectsOnWeaklingStack());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:35:24: warning: statement with no effect [-Wunused-value]
 # define eassert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57842:2: note: in expansion of macro ‘eassert’
  eassert(isValidObjStack(GIV(weaklingStack)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57849:3: note: in expansion of macro ‘assert’
   assert((fetchPointerofObject(ObjStackTopx, objStackPage)) == ObjStackLimit);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57861:4: note: in expansion of macro ‘assert’
    assert(isWeak(fetchPointerofObject(i, objStackPage)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57865:4: note: in expansion of macro ‘assert’
    assert(allStrongSlotsOfWeaklingAreMarked(weakling));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57866:67: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    for (i1 = ((assert((formatOf(weakling)) == (weakArrayFormat())),
                                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57876:7: note: in expansion of macro ‘assert’
       assert(!(isOopForwarded(weakling)));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57887:5: note: in expansion of macro ‘assert’
     assert(GIV(marking));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘noCheckPushonObjStack’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:35:24: warning: statement with no effect [-Wunused-value]
 # define eassert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57932:2: note: in expansion of macro ‘eassert’
  eassert(isValidObjStack(objStack));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57940:3: note: in expansion of macro ‘assert’
   assert((formatOf(objStack)) == (wordIndexableFormat()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57943:3: note: in expansion of macro ‘assert’
   assert((formatOf(objStack)) == (wordIndexableFormat()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘noFixupFollowFieldofObject’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57966:3: note: in expansion of macro ‘assert’
   assert(isUnambiguouslyForwarder(objOop));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘noInlineFollowForwarded’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57986:2: note: in expansion of macro ‘assert’
  assert(isUnambiguouslyForwarder(objOop));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘noInlineObjectAfterlimit’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58019:2: note: in expansion of macro ‘flag’
  flag("endianness");
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘numBytesOfBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58052:2: note: in expansion of macro ‘assert’
  assert(fmt >= (firstByteFormat()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘numBytesOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58070:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(objOop)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘numPointerSlotsOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58118:4: note: in expansion of macro ‘assert’
    assert((ReceiverIndex + ((sp >> 3))) < (lengthOf(objOop)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58124:3: note: in expansion of macro ‘assert’
   assert((classIndexOf(objOop)) > (isForwardedObjectClassIndexPun()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58137:2: note: in expansion of macro ‘assert’
  assert(isCompiledMethod(objOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58143:3: note: in expansion of macro ‘assert’
   assert((((usqInt)header1)) < GIV(newSpaceStart));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58144:3: note: in expansion of macro ‘assert’
   assert((((((CogMethod *) header1))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58147:2: note: in expansion of macro ‘assert’
  assert((((header) & 7) == 1));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘numSlotsOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58175:2: note: in expansion of macro ‘flag’
  flag("endianness");
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58176:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(objOop)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘numStrongSlotsOfInephemeral’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58204:2: note: in expansion of macro ‘assert’
  assert((fmt != (ephemeronFormat()))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58208:3: note: in expansion of macro ‘assert’
   assert((classIndexOf(objOop)) > (isForwardedObjectClassIndexPun()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58225:5: note: in expansion of macro ‘assert’
     assert((ReceiverIndex + ((sp >> 3))) < (lengthOf(objOop)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58247:2: note: in expansion of macro ‘assert’
  assert(isCompiledMethod(objOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58253:3: note: in expansion of macro ‘assert’
   assert((((usqInt)header1)) < GIV(newSpaceStart));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58254:3: note: in expansion of macro ‘assert’
   assert((((((CogMethod *) header1))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58257:2: note: in expansion of macro ‘assert’
  assert((((header) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘numStrongSlotsOfWeakling’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58272:2: note: in expansion of macro ‘assert’
  assert((formatOf(objOop)) == (weakArrayFormat()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘objectAfter’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58310:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58322:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58334:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58345:2: note: in expansion of macro ‘flag’
  flag("endianness");
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘objectBefore’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58382:3: note: in expansion of macro ‘assert’
   assert((((pastSpace()).start)) < (((eden()).start)));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58403:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58429:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58439:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58443:3: note: in expansion of macro ‘assert’
   assert((objOop2 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58445:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop2)) != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58458:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58373:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58372:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘objectsReachableFromRoots’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58536:2: note: in expansion of macro ‘assert’
  assert(isArray(arrayOfRoots));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58537:2: note: in expansion of macro ‘assert’
  assert(allObjectsUnmarked());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58539:2: note: in expansion of macro ‘assert’
  assert(!(isFreeObject(arrayOfRoots)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58551:4: note: in expansion of macro ‘assert’
    assert(!(isFreeObject(oop1)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58556:2: note: in expansion of macro ‘assert’
  assert(isEmptyObjStack(GIV(markStack)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58557:2: note: in expansion of macro ‘assert’
  assert(isEmptyObjStack(GIV(weaklingStack)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58558:2: note: in expansion of macro ‘assert’
  assert(noUnscannedEphemerons());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58570:4: note: in expansion of macro ‘assert’
    assert(!(isFreeObject(oop2)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58588:3: note: in expansion of macro ‘assert’
   assert(isMarked(objOop));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58597:4: note: in expansion of macro ‘assert’
    assert(!(isFreeObject(oop)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58609:6: note: in expansion of macro ‘assert’
      assert(!(isFreeObject(oop)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58622:6: note: in expansion of macro ‘assert’
      assert(!(isFreeObject(oop)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58630:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58634:3: note: in expansion of macro ‘assert’
   assert((objOop11 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58636:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop11)) != 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58640:5: note: in expansion of macro ‘assert’
     assert(!(isFreeObject(objOop11)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58646:6: note: in expansion of macro ‘assert’
      assert(!(isFreeObject(objOop11)));
      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58659:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58671:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58683:5: note: in expansion of macro ‘assert’
     assert(!(isFreeObject(objOop3)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58689:6: note: in expansion of macro ‘assert’
      assert(!(isFreeObject(objOop3)));
      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58702:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58719:5: note: in expansion of macro ‘assert’
     assert(!(isFreeObject(objOop3)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58725:6: note: in expansion of macro ‘assert’
      assert(!(isFreeObject(objOop3)));
      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58738:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58752:3: note: in expansion of macro ‘assert’
   assert(bitsSetInFreeSpaceMaskForAllFreeLists());
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58753:3: note: in expansion of macro ‘assert’
   assert(GIV(totalFreeOldSpace) == (totalFreeListBytes()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58760:2: note: in expansion of macro ‘assert’
  assert(((2 /* arrayFormat */ >= 0) && (2 /* arrayFormat */ <= (formatMask()))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58763:2: note: in expansion of macro ‘assert’
  assert(((ClassArrayCompactIndex >= 0) && (ClassArrayCompactIndex <= (classIndexMask()))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58768:3: note: in expansion of macro ‘assert’
   assert(isUnambiguouslyForwarder(freeChunk));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58783:2: note: in expansion of macro ‘assert’
  assert(bitsSetInFreeSpaceMaskForAllFreeLists());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58784:2: note: in expansion of macro ‘assert’
  assert(GIV(totalFreeOldSpace) == (totalFreeListBytes()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58531:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58530:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘okayOop’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58828:8: warning: statement with no effect [-Wunused-value]
   error("oop is not a valid address");
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58832:8: warning: statement with no effect [-Wunused-value]
   error("oop size would make it extend beyond the end of memory");
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58836:8: warning: statement with no effect [-Wunused-value]
   error("oop is a free chunk, or bridge, not an object");
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58841:8: warning: statement with no effect [-Wunused-value]
   error("oop header has overflow header word, but overflow word does not have a saturated numSlots field");
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58846:8: warning: statement with no effect [-Wunused-value]
   error("oop has an unknown format type");
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58850:8: warning: statement with no effect [-Wunused-value]
   error("oop has mis-matched format/classIndex fields; only one of them is the isForwarded value");
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58855:8: warning: statement with no effect [-Wunused-value]
   error("some unused header bits are set; should be zero");
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58860:8: warning: statement with no effect [-Wunused-value]
   error("some header bits unused in young objects are set; should be zero");
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘oldSpaceObjectAfter’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58887:2: note: in expansion of macro ‘flag’
  flag("endianness");
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘outOfPlaceBecomeandcopyHashFlag’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58944:3: note: in expansion of macro ‘assert’
   assert(((hash >= 0) && (hash <= (identityHashHalfWordMask()))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58948:3: note: in expansion of macro ‘assert’
   assert(((hash1 >= 0) && (hash1 <= (identityHashHalfWordMask()))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58954:3: note: in expansion of macro ‘assert’
   assert(((hash2 >= 0) && (hash2 <= (identityHashHalfWordMask()))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58958:3: note: in expansion of macro ‘assert’
   assert(((hash3 >= 0) && (hash3 <= (identityHashHalfWordMask()))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58963:2: note: in expansion of macro ‘assert’
  assert(((classIndex >= 0) && (classIndex <= (classIndexMask()))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58964:2: note: in expansion of macro ‘assert’
  assert(((7 /* forwardedFormat */ >= 0) && (7 /* forwardedFormat */ <= (formatMask()))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58972:2: note: in expansion of macro ‘assert’
  assert(isForwarded(obj1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58973:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(clone2)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58974:35: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(obj1)),
                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58992:2: note: in expansion of macro ‘assert’
  assert(((classIndex1 >= 0) && (classIndex1 <= (classIndexMask()))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58993:2: note: in expansion of macro ‘assert’
  assert(((7 /* forwardedFormat */ >= 0) && (7 /* forwardedFormat */ <= (formatMask()))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59001:2: note: in expansion of macro ‘assert’
  assert(isForwarded(obj2));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59002:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(clone1)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59003:35: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(obj2)),
                                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59019:37: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((((assert(isNonImmediate(obj1)),
                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59020:79: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  oopisLessThan(obj1, GIV(newSpaceLimit)))) != ((assert(isNonImmediate(clone2)),
                                                                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59022:37: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   || (((assert(isNonImmediate(obj2)),
                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59023:79: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  oopisLessThan(obj2, GIV(newSpaceLimit)))) != ((assert(isNonImmediate(clone1)),
                                                                               ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘pinObject’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59045:2: note: in expansion of macro ‘assert’
  assert(isNonImmediate(objOop));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59046:2: note: in expansion of macro ‘flag’
  flag("policy decision here. if already old, do we clone in a segment containing pinned objects or merely pin?");
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59047:37: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(objOop)),
                                     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59082:3: note: in expansion of macro ‘assert’
   assert(((classIndex >= 0) && (classIndex <= (classIndexMask()))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59083:3: note: in expansion of macro ‘assert’
   assert(((7 /* forwardedFormat */ >= 0) && (7 /* forwardedFormat */ <= (formatMask()))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59091:3: note: in expansion of macro ‘assert’
   assert(isForwarded(objOop));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59092:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(oldClone)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59093:38: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(objOop)),
                                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59112:4: note: in expansion of macro ‘assert’
    assert(isUnambiguouslyForwarder(GIV(specialObjectsOop)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘popObjStack’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:35:24: warning: statement with no effect [-Wunused-value]
 # define eassert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59147:2: note: in expansion of macro ‘eassert’
  eassert(isValidObjStack(objStack));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59151:3: note: in expansion of macro ‘assert’
   assert((fetchPointerofObject(ObjStackNextx, objStack)) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59158:2: note: in expansion of macro ‘assert’
  assert((formatOf(objStack)) == (wordIndexableFormat()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59163:3: note: in expansion of macro ‘assert’
   assert((formatOf(nextPage)) == (wordIndexableFormat()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59166:3: note: in expansion of macro ‘assert’
   assert((formatOf(objStack)) == (wordIndexableFormat()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59171:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(GIV(hiddenRootsObj))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59172:51: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(GIV(hiddenRootsObj))),
                                                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59197:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:35:24: warning: statement with no effect [-Wunused-value]
 # define eassert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59199:3: note: in expansion of macro ‘eassert’
   eassert(isValidObjStack(nextPage));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:35:24: warning: statement with no effect [-Wunused-value]
 # define eassert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59202:3: note: in expansion of macro ‘eassert’
   eassert(isValidObjStack(objStack));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘postBecomeScanClassTable’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59249:2: note: in expansion of macro ‘assert’
  assert(validClassTableRootPages());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59256:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(page)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59263:6: note: in expansion of macro ‘assert’
      assert(isUnambiguouslyForwarder(classOrNil));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59273:6: note: in expansion of macro ‘assert’
      assert(!(isForwarded(page)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59274:39: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      if ((assert(isNonImmediate(page)),
                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59289:6: note: in expansion of macro ‘assert’
      assert(!(isOopForwarded(page)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59298:2: note: in expansion of macro ‘assert’
  assert(GIV(classTableIndex) >= (1U << (classTableMajorIndexShift())));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘printActivationsOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59341:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59350:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59370:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59384:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59404:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59412:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59416:3: note: in expansion of macro ‘assert’
   assert((objOop11 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59418:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop11)) != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59440:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59334:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59333:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘printContextReferencesTo’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59497:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59506:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59533:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59547:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59574:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59582:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59586:3: note: in expansion of macro ‘assert’
   assert((objOop11 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59588:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop11)) != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59617:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59490:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59489:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘printForwarders’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59710:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59714:3: note: in expansion of macro ‘assert’
   assert((objOop1 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59716:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop1)) != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59730:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59742:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59764:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59791:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59707:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59706:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘printFreeChunks’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59834:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59861:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59893:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59901:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59905:3: note: in expansion of macro ‘assert’
   assert((objOop1 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59907:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop1)) != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59920:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59825:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59824:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘printFreeChunkprintAsTreeNode’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59966:66: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if (!((assert(numBytes >= (BaseHeaderSize + (allocationUnit()))),
                                                                  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘printInstancesWithClassIndex’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60186:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60190:3: note: in expansion of macro ‘assert’
   assert((objOop1 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60192:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop1)) != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60206:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60218:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60240:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60267:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60183:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60182:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘printMethodImplementorsOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60364:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60373:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60391:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60405:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60423:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60431:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60435:3: note: in expansion of macro ‘assert’
   assert((objOop11 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60437:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop11)) != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60457:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60357:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60356:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘printMethodReferencesTo’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60497:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60506:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60531:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60545:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60570:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60578:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60582:3: note: in expansion of macro ‘assert’
   assert((objOop11 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60584:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop11)) != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60611:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60490:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60489:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘printObjectsWithHash’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60669:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60673:3: note: in expansion of macro ‘assert’
   assert((objOop1 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60675:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop1)) != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60689:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60701:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60723:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60750:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60666:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60665:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘printOopsExcept’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60888:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60892:3: note: in expansion of macro ‘assert’
   assert((objOop1 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60894:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop1)) != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60907:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60919:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60940:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60966:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60884:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60883:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘printOopsSuchThat’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61058:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61062:3: note: in expansion of macro ‘assert’
   assert((objOop1 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61064:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop1)) != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61077:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61089:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61110:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61136:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61054:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61053:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘printReferencesTo’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61191:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61200:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61214:5: note: in expansion of macro ‘assert’
     assert((ReceiverIndex + ((sp >> 3))) < (lengthOf(objOop1)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61221:4: note: in expansion of macro ‘assert’
    assert((classIndexOf(objOop1)) > (isForwardedObjectClassIndexPun()));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61237:3: note: in expansion of macro ‘assert’
   assert(isCompiledMethod(objOop1));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61243:4: note: in expansion of macro ‘assert’
    assert((((usqInt)header1)) < GIV(newSpaceStart));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61244:4: note: in expansion of macro ‘assert’
    assert((((((CogMethod *) header1))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61247:3: note: in expansion of macro ‘assert’
   assert((((header) & 7) == 1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61272:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61286:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61300:5: note: in expansion of macro ‘assert’
     assert((ReceiverIndex + ((sp >> 3))) < (lengthOf(objOop1)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61307:4: note: in expansion of macro ‘assert’
    assert((classIndexOf(objOop1)) > (isForwardedObjectClassIndexPun()));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61323:3: note: in expansion of macro ‘assert’
   assert(isCompiledMethod(objOop1));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61329:4: note: in expansion of macro ‘assert’
    assert((((usqInt)header1)) < GIV(newSpaceStart));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61330:4: note: in expansion of macro ‘assert’
    assert((((((CogMethod *) header1))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61333:3: note: in expansion of macro ‘assert’
   assert((((header) & 7) == 1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61358:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61366:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61370:3: note: in expansion of macro ‘assert’
   assert((objOop11 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61372:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop11)) != 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61387:6: note: in expansion of macro ‘assert’
      assert((ReceiverIndex + ((sp >> 3))) < (lengthOf(objOop11)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61394:5: note: in expansion of macro ‘assert’
     assert((classIndexOf(objOop11)) > (isForwardedObjectClassIndexPun()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61410:4: note: in expansion of macro ‘assert’
    assert(isCompiledMethod(objOop11));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61416:5: note: in expansion of macro ‘assert’
     assert((((usqInt)header1)) < GIV(newSpaceStart));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61417:5: note: in expansion of macro ‘assert’
     assert((((((CogMethod *) header1))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61420:4: note: in expansion of macro ‘assert’
    assert((((header) & 7) == 1));
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61446:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61183:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61182:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘pushOnUnscannedEphemeronsStack’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61474:2: note: in expansion of macro ‘assert’
  assert(isEphemeron(anEphemeron));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘pushRemappableOop’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61495:2: note: in expansion of macro ‘assert’
  assert(addressCouldBeOop(oop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61498:8: warning: statement with no effect [-Wunused-value]
   error("remapBuffer overflow");
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘queueMourner’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61515:2: note: in expansion of macro ‘assert’
  assert((isNonImmediate(anEphemeronOrWeakArray))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61518:2: note: in expansion of macro ‘assert’
  assert(!((((formatOf(anEphemeronOrWeakArray)) == (ephemeronFormat()))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61523:2: note: in expansion of macro ‘assert’
  assert(addressCouldBeOop(anEphemeronOrWeakArray));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61525:3: note: in expansion of macro ‘assert’
   assert(objStack == GIV(markStack));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61526:3: note: in expansion of macro ‘assert’
   assert(addressCouldBeObj(topOfObjStack((0 == (fetchPointerofObject(ObjStackTopx, objStack))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61533:3: note: in expansion of macro ‘assert’
   assert(!((objStack == GIV(markStack))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61535:3: note: in expansion of macro ‘assert’
   assert((objStack != GIV(weaklingStack))
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘rawHashBitsOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61545:2: note: in expansion of macro ‘flag’
  flag("endianness");
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘relocateObjStackForPlanningCompactor’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61666:3: note: in expansion of macro ‘assert’
   assert((numSlotsOfAny(stackOrNil)) == ObjStackPageSlots);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61677:5: note: in expansion of macro ‘assert’
     assert(isMarked(oop));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61680:5: note: in expansion of macro ‘assert’
     assert(isPostMobile(fwd));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61682:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(stackOrNil)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61698:3: note: in expansion of macro ‘assert’
   assert(((0 >= 0) && (0 <= (identityHashHalfWordMask()))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61704:3: note: in expansion of macro ‘assert’
   assert((numSlotsOfAny(freeList)) == ObjStackPageSlots);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61714:5: note: in expansion of macro ‘assert’
     assert(isMarked(oop1));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61717:5: note: in expansion of macro ‘assert’
     assert(isPostMobile(fwd1));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61719:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(freeList)));
     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:204:31: warning: statement with no effect [-Wunused-value]
 # define longAtPointer(ptr)   (*(sqInt *)(ptr))
                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:229:25: note: in expansion of macro ‘longAtPointer’
 # define longAt(oop)    longAtPointer(atPointerArg(oop))
                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61726:4: note: in expansion of macro ‘longAt’
    longAt((freeList + BaseHeaderSize) + (0U << (shiftForWord())));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61656:11: warning: variable ‘result’ set but not used [-Wunused-but-set-variable]
     sqInt result;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘returnrestoringObjectsInsavedFirstFieldsandsavedHashes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61774:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(firstArray)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61783:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(oop)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61786:3: note: in expansion of macro ‘assert’
   assert(!(isFreeObject(oop)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61803:3: note: in expansion of macro ‘assert’
   assert(((hash >= 0) && (hash <= (identityHashHalfWordMask()))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61806:3: note: in expansion of macro ‘assert’
   assert(!(isFreeObject(oop1)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61814:2: note: in expansion of macro ‘assert’
  assert(allObjectsUnmarked());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘returnrestoringObjectsInupTosavedFirstFields’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61833:3: note: in expansion of macro ‘assert’
   assert((classIndexOf(firstArray)) > (isForwardedObjectClassIndexPun()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61846:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(oop)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61849:3: note: in expansion of macro ‘assert’
   assert(!(isFreeObject(oop)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61856:2: note: in expansion of macro ‘assert’
  assert(allObjectsUnmarked());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘runLeakCheckerFor’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61906:41: warning: value computed is not used [-Wunused-value]
   asserta((checkInterpreterIntegrity()) == 0);
                                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:30:25: note: in definition of macro ‘asserta’
 # define asserta(expr) (expr)
                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘runLeakCheckerForexcludeUnmarkedObjsclassIndicesShouldBeValid’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61927:41: warning: value computed is not used [-Wunused-value]
   asserta((checkInterpreterIntegrity()) == 0);
                                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:30:25: note: in definition of macro ‘asserta’
 # define asserta(expr) (expr)
                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘scavengingGCTenuringIf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61943:2: note: in expansion of macro ‘assert’
  assert(GIV(remapBufferCount) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61958:2: note: in expansion of macro ‘assert’
  assert(isYoungObject(GIV(newSpaceStart)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61959:2: note: in expansion of macro ‘assert’
  assert(isYoungObject(GIV(newSpaceLimit) - BytesPerWord));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61960:2: note: in expansion of macro ‘assert’
  assert(!(isOldObject(GIV(newSpaceStart))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61961:2: note: in expansion of macro ‘assert’
  assert(!(isOldObject(GIV(newSpaceLimit) - BytesPerWord)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61962:2: note: in expansion of macro ‘assert’
  assert(!(isYoungObject(GIV(newSpaceLimit))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61963:2: note: in expansion of macro ‘assert’
  assert(!(isYoungObject(GIV(oldSpaceStart))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61964:2: note: in expansion of macro ‘assert’
  assert(!(isYoungObject(GIV(endOfMemory))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61965:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(oldSpaceStart)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61966:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(endOfMemory)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61967:2: note: in expansion of macro ‘assert’
  assert(!(isOldObject(minCogMethodAddress())));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61968:2: note: in expansion of macro ‘assert’
  assert(!(isOldObject(maxCogMethodAddress())));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61970:2: note: in expansion of macro ‘assert’
  assert(bitsSetInFreeSpaceMaskForAllFreeLists());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61971:2: note: in expansion of macro ‘assert’
  assert(GIV(totalFreeOldSpace) == (totalFreeListBytes()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62007:2: note: in expansion of macro ‘assert’
  assert(bitsSetInFreeSpaceMaskForAllFreeLists());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62008:2: note: in expansion of macro ‘assert’
  assert(GIV(totalFreeOldSpace) == (totalFreeListBytes()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘setHeapBasememoryLimitendOfMemory’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62052:2: note: in expansion of macro ‘assert’
  assert((((totalBytes - actualEdenBytes) - survivorBytes) - survivorBytes) < (allocationUnit()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62059:2: note: in expansion of macro ‘assert’
  assert((((futureSpace()).limit)) <= (GIV(newSpaceStart) + totalBytes));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62060:2: note: in expansion of macro ‘assert’
  assert((((((eden()).start)) % (allocationUnit())) + ((((eden()).limit)) % (allocationUnit()))) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62061:2: note: in expansion of macro ‘assert’
  assert((((((pastSpace()).start)) % (allocationUnit())) + ((((pastSpace()).limit)) % (allocationUnit()))) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62062:2: note: in expansion of macro ‘assert’
  assert((((((futureSpace()).start)) % (allocationUnit())) + ((((futureSpace()).limit)) % (allocationUnit()))) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62039:11: warning: variable ‘oldStart’ set but not used [-Wunused-but-set-variable]
     sqInt oldStart;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62036:11: warning: variable ‘actualEdenBytes’ set but not used [-Wunused-but-set-variable]
     sqInt actualEdenBytes;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘sizeOfObjStack’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62135:3: note: in expansion of macro ‘assert’
   assert((fetchPointerofObject(ObjStackTopx, objStackPage)) == ObjStackLimit);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘storeImageSegmentIntooutPointersroots’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62352:3: note: in expansion of macro ‘assert’
   assert(isUnambiguouslyForwarder(segmentWordArrayArg));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62367:3: note: in expansion of macro ‘assert’
   assert(isUnambiguouslyForwarder(outPointerArrayArg));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62382:3: note: in expansion of macro ‘assert’
   assert(isUnambiguouslyForwarder(arrayOfRootsArg));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62395:2: note: in expansion of macro ‘assert’
  assert(!((forwardersIn(outPointerArray))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62396:2: note: in expansion of macro ‘assert’
  assert(!((forwardersIn(arrayOfRoots))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62407:2: note: in expansion of macro ‘assert’
  assert(allObjectsUnmarked());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62408:2: note: in expansion of macro ‘assert’
  assert(!((forwardersIn(arrayOfObjects))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62425:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(arrayOfObjects)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62427:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(arrayOfObjects)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62440:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(arrayOfObjects)) > (isForwardedObjectClassIndexPun()));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62478:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62485:2: note: in expansion of macro ‘assert’
  assert((numBytes % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62486:2: note: in expansion of macro ‘assert’
  assert((newObj % (allocationUnit())) == 0);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62526:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62533:2: note: in expansion of macro ‘assert’
  assert((numBytes1 % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62534:2: note: in expansion of macro ‘assert’
  assert((newObj1 % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62552:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(savedFirstFields)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62557:2: note: in expansion of macro ‘assert’
  assert(oopisLessThan(((savedFirstFields + BaseHeaderSize) + (numSlots * BytesPerOop)) - 1, addressAfter(savedFirstFields)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62562:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(savedOutHashes)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62568:2: note: in expansion of macro ‘assert’
  assert(oopisLessThan(((savedOutHashes + BaseHeaderSize) + (numSlots1 * BytesPerOop)) - 1, addressAfter(savedOutHashes)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62582:2: note: in expansion of macro ‘assert’
  assert(arrayOfRoots == (fetchPointerofObject(0, arrayOfObjects)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62590:3: note: in expansion of macro ‘assert’
   assert(!(((isImmediate(objOop))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘storePointerUncheckedofObjectwithValue’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62616:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(objOop)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘storePointerofObjectwithValue’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62627:2: note: in expansion of macro ‘assert’
  assert(!(isForwarded(objOop)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62628:37: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(objOop)),
                                     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘stringForCString’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62694:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62701:2: note: in expansion of macro ‘assert’
  assert((numBytes % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62702:2: note: in expansion of macro ‘assert’
  assert((newObj % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘sufficientSpaceAfterGC’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62723:2: note: in expansion of macro ‘assert’
  assert(numBytes == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘swizzleObjStackAt’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62764:3: note: in expansion of macro ‘assert’
   assert((numSlotsOfAny(stackOrNil)) == ObjStackPageSlots);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62765:3: note: in expansion of macro ‘assert’
   assert((fetchPointerofObject(ObjStackMyx, stackOrNil)) == objStackRootIndex);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62776:5: note: in expansion of macro ‘assert’
     assert((formatOf(stackOrNil)) == (wordIndexableFormat()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62786:4: note: in expansion of macro ‘assert’
    assert((formatOf(page)) == (wordIndexableFormat()));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62791:2: note: in expansion of macro ‘assert’
  assert(isValidObjStackAt(objStackRootIndex));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘tenuringIncrementalGC’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62814:2: note: in expansion of macro ‘assert’
  assert((rememberedSetSize()) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62815:2: note: in expansion of macro ‘assert’
  assert(GIV(pastSpaceStart) == (((pastSpace()).start)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62816:2: note: in expansion of macro ‘assert’
  assert(GIV(freeStart) == (((eden()).start)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘topOfObjStack’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:35:24: warning: statement with no effect [-Wunused-value]
 # define eassert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62833:2: note: in expansion of macro ‘eassert’
  eassert(isValidObjStackPagemyIndexfirstPage(objStack, fetchPointerofObject(ObjStackMyx, objStack), objStack == (fetchPointerofObject(fetchPointerofObject(ObjStackMyx, objStack), GIV(hiddenRootsObj)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62837:3: note: in expansion of macro ‘assert’
   assert((fetchPointerofObject(ObjStackNextx, objStack)) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘totalFreeListBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62889:4: note: in expansion of macro ‘assert’
    assert(assertInnerValidFreeObject(listNode));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62890:4: note: in expansion of macro ‘assert’
    assert(bytesInChunk == (bytesInObject(listNode)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62894:4: note: in expansion of macro ‘assert’
    assert(nextNode != listNode);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62905:3: note: in expansion of macro ‘assert’
   assert((bytesInObject(treeNode1)) >= ((numFreeLists()) * (allocationUnit())));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62912:3: note: in expansion of macro ‘assert’
   assert((smallChild == 0)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62914:3: note: in expansion of macro ‘assert’
   assert((largeChild == 0)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62924:4: note: in expansion of macro ‘assert’
    assert((bytesInChunk / (allocationUnit())) >= (numFreeLists()));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62930:5: note: in expansion of macro ‘assert’
     assert(assertInnerValidFreeObject(listNode));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62931:5: note: in expansion of macro ‘assert’
     assert((listNode == treeNode1)
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62934:5: note: in expansion of macro ‘assert’
     assert(bytesInChunk == (bytesInObject(listNode)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62938:5: note: in expansion of macro ‘assert’
     assert(nextNode != listNode);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62953:5: note: in expansion of macro ‘assert’
     assert(largeChild != 0);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘unlinkFreeChunkchunkBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62991:66: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(chunkBytes >= (BaseHeaderSize + (allocationUnit()))),
                                                                  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63002:3: note: in expansion of macro ‘assert’
   assert(isFreeObject(prev));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63003:3: note: in expansion of macro ‘assert’
   assert((nextFreeChunk == 0)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63007:70: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    && (!((assert(chunkBytes >= (BaseHeaderSize + (allocationUnit()))),
                                                                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63010:4: note: in expansion of macro ‘assert’
    assert(isFreeObject(nextFreeChunk));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63011:4: note: in expansion of macro ‘assert’
    assert((prev == 0)
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63020:3: note: in expansion of macro ‘assert’
   assert(((bytesInObject(freeChunk)) == (index * (allocationUnit())))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63027:4: note: in expansion of macro ‘assert’
    assert(isFreeObject(next1));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63028:4: note: in expansion of macro ‘assert’
    assert(1);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘unlinkLilliputianChunkindex’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63062:3: note: in expansion of macro ‘assert’
   assert(node == (startOfObject(node)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63064:3: note: in expansion of macro ‘assert’
   assert(assertInnerValidFreeObject(node));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63071:5: note: in expansion of macro ‘assert’
     assert(((bytesInObject(freeChunk)) == (index * (allocationUnit())))
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63078:5: note: in expansion of macro ‘assert’
     assert(isFreeObject(prev));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63079:5: note: in expansion of macro ‘assert’
     assert((next == 0)
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63088:7: warning: statement with no effect [-Wunused-value]
  error("freeChunk not found in lilliputian chunk free list");
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘unlinkSolitaryFreeTreeNode’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63112:2: note: in expansion of macro ‘assert’
  assert((fetchPointerofFreeChunk(freeChunkNextIndex(), freeTreeNode)) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63129:5: note: in expansion of macro ‘assert’
     assert(isFreeObject(larger));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63130:5: note: in expansion of macro ‘assert’
     assert(1);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63138:4: note: in expansion of macro ‘assert’
    assert(isFreeObject(smaller));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63139:4: note: in expansion of macro ‘assert’
    assert(1);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63160:4: note: in expansion of macro ‘assert’
    assert(isFreeObject(parent));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63161:4: note: in expansion of macro ‘assert’
    assert((larger == 0)
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63167:5: note: in expansion of macro ‘assert’
     assert(isFreeObject(larger));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63168:5: note: in expansion of macro ‘assert’
     assert((parent == 0)
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63183:4: note: in expansion of macro ‘assert’
    assert(isFreeObject(parent));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63184:4: note: in expansion of macro ‘assert’
    assert((smaller == 0)
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63189:4: note: in expansion of macro ‘assert’
    assert(isFreeObject(smaller));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63190:4: note: in expansion of macro ‘assert’
    assert((parent == 0)
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘unpinObject’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63204:2: note: in expansion of macro ‘assert’
  assert(isNonImmediate(objOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘updateListStartingAt’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63223:2: note: in expansion of macro ‘assert’
  assert(!((isLilliputianSize(bytesInObject(freeNode)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63227:2: note: in expansion of macro ‘assert’
  assert(isFreeObject(prev));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63228:2: note: in expansion of macro ‘assert’
  assert(1);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63237:3: note: in expansion of macro ‘assert’
   assert(isFreeObject(obj));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63238:3: note: in expansion of macro ‘assert’
   assert((prev == 0)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘validClassTableHashes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63258:11: warning: variable ‘ignored’ set but not used [-Wunused-but-set-variable]
     sqInt ignored;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘compact’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63454:3: note: in expansion of macro ‘assert’
   assert(isOldObject(GIV(nilObj)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63458:4: note: in expansion of macro ‘assert’
    assert((objOop11 % (allocationUnit())) == 0);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63460:4: note: in expansion of macro ‘assert’
    assert((long64At(objOop11)) != 0);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63466:5: note: in expansion of macro ‘assert’
     assert(!(isFreeObject(objOop11)));
     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63477:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63494:4: note: in expansion of macro ‘assert’
    assert(isEnumerableObjectNoAssert(objOop1));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63497:5: note: in expansion of macro ‘assert’
     assert(!(isFreeObject(objOop1)));
     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63508:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63518:2: note: in expansion of macro ‘assert’
  assert(bitsSetInFreeSpaceMaskForAllFreeLists());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63519:2: note: in expansion of macro ‘assert’
  assert(GIV(totalFreeOldSpace) == (totalFreeListBytes()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63539:74: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    if ((spaceEstimate1 > ((assert(isFreeObject(highestSuitableFreeBlock)),
                                                                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63544:56: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    if (((assert(isFreeObject(highestSuitableFreeBlock)),
                                                        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63547:5: note: in expansion of macro ‘assert’
     assert(validFreeTreeChunk(highestSuitableFreeBlock));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63551:5: note: in expansion of macro ‘assert’
     assert(!((savedFirstFieldsSpaceWasAllocated())));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63563:2: note: in expansion of macro ‘assert’
  assert(!((savedFirstFieldsSpaceWasAllocated())));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63584:3: note: in expansion of macro ‘assert’
   assert((validRelocationPlanInPass(finalPass)) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63600:4: note: in expansion of macro ‘assert’
    assert(bitsSetInFreeSpaceMaskForAllFreeLists());
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63601:4: note: in expansion of macro ‘assert’
    assert(GIV(totalFreeOldSpace) == (totalFreeListBytes()));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63614:5: note: in expansion of macro ‘assert’
     assert(isEnumerableObjectNoAssert(objOop12));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63617:6: note: in expansion of macro ‘assert’
      assert(!(isFreeObject(objOop12)));
      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63628:5: note: in expansion of macro ‘flag’
     flag("endianness");
     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63641:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(objOop31)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63677:5: note: in expansion of macro ‘assert’
     assert(!((savedFirstFieldsSpaceWasAllocated())));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63681:5: note: in expansion of macro ‘assert’
     assert(validFreeTreeChunk(largestFreeChunk));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63685:5: note: in expansion of macro ‘assert’
     assert(!((savedFirstFieldsSpaceWasAllocated())));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63691:2: note: in expansion of macro ‘assert’
  assert(bitsSetInFreeSpaceMaskForAllFreeLists());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63692:2: note: in expansion of macro ‘assert’
  assert(GIV(totalFreeOldSpace) == (totalFreeListBytes()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63705:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop14));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63708:4: note: in expansion of macro ‘assert’
    assert(!(isFreeObject(objOop14)));
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63719:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63732:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(objOop32)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63447:11: warning: variable ‘prevPrevObj3’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj3;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63446:11: warning: variable ‘prevPrevObj2’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63445:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63444:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘copyAndUnmarkMobileObjects’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63792:2: note: in expansion of macro ‘assert’
  assert(!((isMarked(GIV(firstFreeObject)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63803:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(firstFreeObject)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63804:2: note: in expansion of macro ‘assert’
  assert(oopisLessThanOrEqualTo(finalObject, GIV(endOfMemory)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63811:3: note: in expansion of macro ‘assert’
   assert((objOop % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63813:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop)) != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63820:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63826:3: note: in expansion of macro ‘assert’
   assert((previousPin == null
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63830:3: note: in expansion of macro ‘assert’
   assert(GIV(savedFirstFieldsSpaceNotInOldSpace)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63860:7: note: in expansion of macro ‘assert’
       assert((isMarked(previousPin))
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63865:8: note: in expansion of macro ‘assert’
        assert(!(isFreeObject(previousPin)));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63868:8: note: in expansion of macro ‘assert’
        assert(isPinned(previousPin));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63871:9: note: in expansion of macro ‘assert’
         assert(!(isFreeObject(previousPin)));
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63907:5: note: in expansion of macro ‘assert’
     assert(!(isFreeObject(objOop)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63920:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(destObj)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63924:6: note: in expansion of macro ‘assert’
      assert(((GIV(savedFirstFieldsSpace).top)) == (top - BytesPerOop));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63925:6: note: in expansion of macro ‘assert’
      assert(nextObj == GIV(objectAfterLastMobileObject));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63785:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘copyAndUnmark’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64001:3: note: in expansion of macro ‘assert’
   assert(isOldObject(GIV(nilObj)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64005:4: note: in expansion of macro ‘assert’
    assert((objOop1 % (allocationUnit())) == 0);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64007:4: note: in expansion of macro ‘assert’
    assert((long64At(objOop1)) != 0);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64013:5: note: in expansion of macro ‘assert’
     assert(!(isFreeObject(objOop1)));
     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64024:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63996:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘freeFromupTonextObject’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64079:5: note: in expansion of macro ‘assert’
     assert(!(isFreeObject(obj)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64082:5: note: in expansion of macro ‘assert’
     assert(isPinned(obj));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64085:6: note: in expansion of macro ‘assert’
      assert(!(isFreeObject(obj)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘initializeScanCheckingForFullyCompactedHeap’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64124:8: warning: statement with no effect [-Wunused-value]
   error("uncompactable heap; no unmarked objects found");
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘planCompactSavingForwarders’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64185:2: note: in expansion of macro ‘assert’
  assert(!((isMarked(GIV(firstFreeObject)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64193:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(firstFreeObject)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64197:3: note: in expansion of macro ‘assert’
   assert((objOop % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64199:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop)) != 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64200:3: note: in expansion of macro ‘assert’
   assert((previousPin == null
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64204:3: note: in expansion of macro ‘assert’
   assert(GIV(savedFirstFieldsSpaceNotInOldSpace)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64261:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(objOop)));
     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64279:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64175:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘reinitializeScanFrom’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64319:3: note: in expansion of macro ‘assert’
   assert((isNonImmediate(GIV(firstFreeObject)))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64321:3: note: in expansion of macro ‘assert’
   assert((isNonImmediate(GIV(objectAfterLastMobileObject)))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64326:4: note: in expansion of macro ‘assert’
    assert((objOop % (allocationUnit())) == 0);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64328:4: note: in expansion of macro ‘assert’
    assert((long64At(objOop)) != 0);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64333:5: note: in expansion of macro ‘assert’
     assert(!(isFreeObject(objOop)));
     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64344:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64307:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘remapObj’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64368:2: note: in expansion of macro ‘assert’
  assert(shouldRemapOop(objOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64371:3: note: in expansion of macro ‘assert’
   assert(isUnambiguouslyForwarder(objOop));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64382:3: note: in expansion of macro ‘assert’
   assert(!((isInFutureSpace(objOop))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64388:45: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     && ((assert(isNonImmediate(resolvedObj)),
                                             ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64396:4: note: in expansion of macro ‘assert’
    assert(slidingCompactionInProgress());
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘scanForFirstFreeAndFirstMobileObjectFrom’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64435:2: note: in expansion of macro ‘assert’
  assert(isOldObject(initialObject));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64439:3: note: in expansion of macro ‘assert’
   assert((objOop % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64441:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop)) != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64461:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64431:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘shouldRemapObj’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64488:37: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   ? ((assert(isNonImmediate(objOop)),
                                     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘unmarkObjectsFromFirstFreeObject’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64515:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(firstFreeObject)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64519:3: note: in expansion of macro ‘assert’
   assert((objOop % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64521:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop)) != 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64534:6: note: in expansion of macro ‘assert’
      assert(!(isFreeObject(objOop)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64537:6: note: in expansion of macro ‘assert’
      assert(isPinned(objOop));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64540:7: note: in expansion of macro ‘assert’
       assert(!(isFreeObject(objOop)));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64553:5: note: in expansion of macro ‘assert’
     assert(!(isFreeObject(objOop)));
     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64574:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64509:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘updatePointers’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64682:2: note: in expansion of macro ‘assert’
  assert((startOfObject(GIV(firstFreeObject))) == GIV(mobileStart));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64704:4: note: in expansion of macro ‘assert’
    assert(isMarked(oop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64707:4: note: in expansion of macro ‘assert’
    assert(isPostMobile(fwd));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64709:4: note: in expansion of macro ‘assert’
    assert(!(isOopForwarded(heapEntity)));
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:204:31: warning: statement with no effect [-Wunused-value]
 # define longAtPointer(ptr)   (*(sqInt *)(ptr))
                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:229:25: note: in expansion of macro ‘longAtPointer’
 # define longAt(oop)    longAtPointer(atPointerArg(oop))
                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64716:3: note: in expansion of macro ‘longAt’
   longAt((heapEntity + BaseHeaderSize) + (0U << (shiftForWord())));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64729:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop11));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64730:3: note: in expansion of macro ‘assert’
   assert(isMarked(objOop11));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64744:5: note: in expansion of macro ‘assert’
     assert((ReceiverIndex + ((sp1 >> 3))) < (lengthOf(objOop11)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64751:4: note: in expansion of macro ‘assert’
    assert((classIndexOf(objOop11)) > (isForwardedObjectClassIndexPun()));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64767:3: note: in expansion of macro ‘assert’
   assert(isCompiledMethod(objOop11));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64773:4: note: in expansion of macro ‘assert’
    assert((((usqInt)header11)) < GIV(newSpaceStart));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64774:4: note: in expansion of macro ‘assert’
    assert((((((CogMethod *) header11))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64777:3: note: in expansion of macro ‘assert’
   assert((((header2) & 7) == 1));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64787:5: note: in expansion of macro ‘assert’
     assert((isMarked(oop2))
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64791:5: note: in expansion of macro ‘assert’
     assert(isPostMobile(fwd2));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64793:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(objOop11)));
     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64805:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64813:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64817:3: note: in expansion of macro ‘assert’
   assert((objOop12 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64819:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop12)) != 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64837:6: note: in expansion of macro ‘assert’
      assert((ReceiverIndex + ((sp2 >> 3))) < (lengthOf(objOop12)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64844:5: note: in expansion of macro ‘assert’
     assert((classIndexOf(objOop12)) > (isForwardedObjectClassIndexPun()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64860:4: note: in expansion of macro ‘assert’
    assert(isCompiledMethod(objOop12));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64866:5: note: in expansion of macro ‘assert’
     assert((((usqInt)header12)) < GIV(newSpaceStart));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64867:5: note: in expansion of macro ‘assert’
     assert((((((CogMethod *) header12))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64870:4: note: in expansion of macro ‘assert’
    assert((((header3) & 7) == 1));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64880:6: note: in expansion of macro ‘assert’
      assert((isMarked(oop3))
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64884:6: note: in expansion of macro ‘assert’
      assert(isPostMobile(fwd3));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64886:6: note: in expansion of macro ‘assert’
      assert(!(isOopForwarded(objOop12)));
      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64899:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64908:2: note: in expansion of macro ‘assert’
  assert(!((isMarked(GIV(firstFreeObject)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64916:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(firstFreeObject)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64920:3: note: in expansion of macro ‘assert’
   assert((objOop4 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64922:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop4)) != 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64923:3: note: in expansion of macro ‘assert’
   assert((previousPin == null
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64949:7: note: in expansion of macro ‘assert’
       assert((ReceiverIndex + ((sp3 >> 3))) < (lengthOf(objOop4)));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64956:6: note: in expansion of macro ‘assert’
      assert((classIndexOf(objOop4)) > (isForwardedObjectClassIndexPun()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64972:5: note: in expansion of macro ‘assert’
     assert(isCompiledMethod(objOop4));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64978:6: note: in expansion of macro ‘assert’
      assert((((usqInt)header13)) < GIV(newSpaceStart));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64979:6: note: in expansion of macro ‘assert’
      assert((((((CogMethod *) header13))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64982:5: note: in expansion of macro ‘assert’
     assert((((header4) & 7) == 1));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64992:7: note: in expansion of macro ‘assert’
       assert((isMarked(oop4))
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64996:7: note: in expansion of macro ‘assert’
       assert(isPostMobile(fwd4));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64998:7: note: in expansion of macro ‘assert’
       assert(!(isOopForwarded(objOop4)));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65044:6: note: in expansion of macro ‘assert’
      assert(((GIV(savedFirstFieldsSpace).top)) == (top - BytesPerOop));
      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65058:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65065:2: note: in expansion of macro ‘assert’
  assert(((GIV(savedFirstFieldsSpace).top)) == (top - BytesPerOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65070:3: note: in expansion of macro ‘assert’
   assert(isOldObject(GIV(objectAfterLastMobileObject)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65074:4: note: in expansion of macro ‘assert’
    assert((objOop1 % (allocationUnit())) == 0);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65076:4: note: in expansion of macro ‘assert’
    assert((long64At(objOop1)) != 0);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65092:8: note: in expansion of macro ‘assert’
        assert((ReceiverIndex + ((sp >> 3))) < (lengthOf(objOop1)));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65099:7: note: in expansion of macro ‘assert’
       assert((classIndexOf(objOop1)) > (isForwardedObjectClassIndexPun()));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65115:6: note: in expansion of macro ‘assert’
      assert(isCompiledMethod(objOop1));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65121:7: note: in expansion of macro ‘assert’
       assert((((usqInt)header1)) < GIV(newSpaceStart));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65122:7: note: in expansion of macro ‘assert’
       assert((((((CogMethod *) header1))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65125:6: note: in expansion of macro ‘assert’
      assert((((header) & 7) == 1));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65135:8: note: in expansion of macro ‘assert’
        assert((isMarked(oop1))
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65139:8: note: in expansion of macro ‘assert’
        assert(isPostMobile(fwd1));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65141:8: note: in expansion of macro ‘assert’
        assert(!(isOopForwarded(objOop1)));
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65155:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64668:11: warning: variable ‘prevPrevObj3’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj3;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64667:11: warning: variable ‘prevPrevObj2’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64666:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64665:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘updatePointersInsavedFirstFieldPointer’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65192:2: note: in expansion of macro ‘assert’
  assert((firstFieldPtr != null)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65205:4: note: in expansion of macro ‘assert’
    assert((ReceiverIndex + ((sp >> 3))) < (lengthOf(obj)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65212:3: note: in expansion of macro ‘assert’
   assert((classIndexOf(obj)) > (isForwardedObjectClassIndexPun()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65219:2: note: in expansion of macro ‘assert’
  assert(!((fmt == (forwardedFormat()))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65230:2: note: in expansion of macro ‘assert’
  assert((isNonImmediate(field))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65232:2: note: in expansion of macro ‘assert’
  assert((((((CogMethod *) field))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65235:2: note: in expansion of macro ‘assert’
  assert((((header) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65248:4: note: in expansion of macro ‘assert’
    assert(isMarked(oop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65251:4: note: in expansion of macro ‘assert’
    assert(isPostMobile(fwd));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65261:4: note: in expansion of macro ‘assert’
    assert((isMarked(oop))
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65265:4: note: in expansion of macro ‘assert’
    assert(isPostMobile(fwd));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65267:4: note: in expansion of macro ‘assert’
    assert(!(isOopForwarded(obj)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘useSegmentForSavedFirstFieldsSpace’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65293:3: note: in expansion of macro ‘assert’
   assert(savedFirstFieldsSpaceWasAllocated());
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘validRelocationPlanInPass’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65322:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(firstMobileObject)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65326:3: note: in expansion of macro ‘assert’
   assert((objOop % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65328:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop)) != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65358:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65315:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘addSegmentOfSize’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65393: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_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:77: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);
              ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65397:3: note: in expansion of macro ‘assert’
   assert(segAddress1 >= (segLimit(&GIV(segments)[0])));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65401:3: note: in expansion of macro ‘assert’
   assert(GIV(numSegments) < GIV(numSegInfos));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65420:3: note: in expansion of macro ‘assert’
   assert(!(segmentOverlap()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65429:4: note: in expansion of macro ‘assert’
    assert(isInSegments(((GIV(segments)[i]).segStart)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65430:4: note: in expansion of macro ‘assert’
    assert(isInSegments((segLimit(&GIV(segments)[i])) - BytesPerWord));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65431:4: note: in expansion of macro ‘assert’
    assert((!(isInSegments(segLimit(&GIV(segments)[i]))))
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65434:4: note: in expansion of macro ‘assert’
    assert((!(isInSegments((((GIV(segments)[i]).segStart)) - BytesPerWord)))
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘allBridgesMarked’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65484:3: note: in expansion of macro ‘assert’
   assert(isValidSegmentBridge(bridgeObj));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘allocateOrExtendSegmentInfos’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65509:8: warning: statement with no effect [-Wunused-value]
   error("out of memory; cannot allocate more segments");
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘bridgeFromto’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65568:2: note: in expansion of macro ‘assert’
  assert(bridgeSpan >= 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65570:2: note: in expansion of macro ‘assert’
  assert((addressAfter(objectStartingAt(clifton))) == ((nextSegmentOrNil == null
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘checkSegments’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65581:2: note: in expansion of macro ‘assert’
  assert(GIV(numSegments) >= 1);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65583:3: note: in expansion of macro ‘assert’
   assert(addressCouldBeObj(((GIV(segments)[i]).segStart)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65584:3: note: in expansion of macro ‘assert’
   assert(isValidSegmentBridge(bridgeAt(i)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65586:2: note: in expansion of macro ‘assert’
  assert(((segLimit(&GIV(segments)[GIV(numSegments) - 1])) - (bridgeSize())) == (endOfMemory()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘collapseSegmentsPostSwizzle’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65604:2: note: in expansion of macro ‘assert’
  assert(isSegmentBridge(bridgeAt(0)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65605:2: note: in expansion of macro ‘assert’
  assert((numSlotsOfAny(bridgeAt(0))) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘postSnapshot’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65731:3: note: in expansion of macro ‘assert’
   assert((endOfMemory()) == ((segLimit(seg)) - (bridgeSize())));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65758:2: note: in expansion of macro ‘assert’
  assert(bitsSetInFreeSpaceMaskForAllFreeLists());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65759:2: note: in expansion of macro ‘assert’
  assert(GIV(totalFreeOldSpace) == (totalFreeListBytes()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘prepareForSnapshot’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65806:3: note: in expansion of macro ‘assert’
   assert((bytesInObject(treeNode)) >= ((numFreeLists()) * (allocationUnit())));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65813:3: note: in expansion of macro ‘assert’
   assert((smallChild == 0)
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65815:3: note: in expansion of macro ‘assert’
   assert((largeChild == 0)
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65833:5: note: in expansion of macro ‘flag’
     flag("endianness");
     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65870:5: note: in expansion of macro ‘assert’
     assert(largeChild != 0);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘readHeapFromImageFiledataBytes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65956:2: note: in expansion of macro ‘assert’
  assert((newBase - (oldSpaceStart())) == (totalBytesRead - (GIV(numSegments) * (bridgeSize()))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘shrinkObjectMemory’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66037:2: note: in expansion of macro ‘assert’
  assert(bitsSetInFreeSpaceMaskForAllFreeLists());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66038:2: note: in expansion of macro ‘assert’
  assert(GIV(totalFreeOldSpace) == (totalFreeListBytes()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66066:4: note: in expansion of macro ‘assert’
    assert(bitsSetInFreeSpaceMaskForAllFreeLists());
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66067:4: note: in expansion of macro ‘assert’
    assert(GIV(totalFreeOldSpace) == (totalFreeListBytes()));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66090:8: warning: statement with no effect [-Wunused-value]
   error("segment not found");
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66092:3: note: in expansion of macro ‘assert’
   assert(i > 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘swizzleObj’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66135:2: note: in expansion of macro ‘assert’
  assert(GIV(canSwizzle));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘totalBytesInSegments’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66155:2: note: in expansion of macro ‘assert’
  assert(GIV(totalHeapSizeIncludingBridges) == total);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘writeImageSegmentsToFile’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66166:2: note: in expansion of macro ‘assert’
  assert(((endOfMemory()) == (segLimit(&GIV(segments)[GIV(numSegments) - 1])))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66169:3: note: in expansion of macro ‘assert’
   assert(GIV(firstSegmentSize) == (((GIV(segments)[0]).segSize)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66171:2: note: in expansion of macro ‘assert’
  assert((((GIV(segments)[0]).segSize)) > 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘writeSegmentnextSegmenttoFile’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66198:2: note: in expansion of macro ‘assert’
  assert(isValidSegmentBridge(bridgeFor(segment)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66199:2: note: in expansion of macro ‘assert’
  assert((startOfObject(bridgeFor(segment))) == pier1);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘addLastLinktoList’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66252:2: note: in expansion of macro ‘assert’
  assert(!((isForwarded(proc))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66253:2: note: in expansion of macro ‘assert’
  assert(!((isForwarded(aList))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66254:2: note: in expansion of macro ‘assert’
  assert((fetchPointerofObject(NextLinkIndex, proc)) == (nilObject()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66255:36: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(!(isForwarded(aList))),
                                    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66258:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(aList)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66259:37: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(aList)),
                                     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66276:3: note: in expansion of macro ‘assert’
   assert(lastLink != proc);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66278:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(lastLink)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66279:40: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(lastLink)),
                                        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66294:2: note: in expansion of macro ‘assert’
  assert(!(isForwarded(aList)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66295:36: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(aList)),
                                    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66309:2: note: in expansion of macro ‘assert’
  assert(!(isForwarded(proc)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66310:35: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(proc)),
                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘argumentCountOfClosure’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66354:2: note: in expansion of macro ‘assert’
  assert((((oop) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘argumentCountOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66373:2: note: in expansion of macro ‘assert’
  assert(isCompiledMethod(methodPointer));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66379:3: note: in expansion of macro ‘assert’
   assert((((usqInt)header1)) < GIV(newSpaceStart));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66380:3: note: in expansion of macro ‘assert’
   assert((((((CogMethod *) header1))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘assertValidStackLimits’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:32:29: warning: statement with no effect [-Wunused-value]
 # define assertl(expr,line) 0
                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66439:2: note: in expansion of macro ‘assertl’
  assertl((GIV(stackLimit) == ((GIV(stackPage)->realStackLimit)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:32:29: warning: statement with no effect [-Wunused-value]
 # define assertl(expr,line) 0
                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66441:2: note: in expansion of macro ‘assertl’
  assertl((((GIV(stackPage)->stackLimit)) == ((GIV(stackPage)->realStackLimit)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘checkAllAccessibleObjectsOkay’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66570:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66579:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66589:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66603:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop1));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66613:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66621:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66625:3: note: in expansion of macro ‘assert’
   assert((objOop11 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66627:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop11)) != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66639:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66562:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66561:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘checkForEventsMayContextSwitch’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66716:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66717:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPage) == (mostRecentlyUsedPage()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66718:2: note: in expansion of macro ‘assert’
  assert(!((isFree(GIV(stackPage)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66720:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPointer) < GIV(framePointer));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66721:2: note: in expansion of macro ‘assert’
  assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66723:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66727:2: note: in expansion of macro ‘assert’
  assert(pageListIsWellFormed());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66728:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPage) == (mostRecentlyUsedPage()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘checkIsStillMarriedContextcurrentFP’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66968:2: note: in expansion of macro ‘assert’
  assert((((senderOop) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66971:144: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  thePage = stackPageAtpages((assert((((((char *) maybeFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) maybeFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                                ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66979:107: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    && ((((assert(((oopForPointer(pointerForOop(longAt(maybeFP + FoxSavedFP)))) & (BytesPerWord - 1)) == 0),
                                                                                                           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66995:3: note: in expansion of macro ‘assert’
   assert(isUnambiguouslyForwarder(maybeFrameCtxt));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘checkOkayStackPage’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67076:4: note: in expansion of macro ‘assert’
    assert(isContext(frameContext(theFP)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘checkOkayStackZone’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67112:3: note: in expansion of macro ‘assert’
   assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67113:3: note: in expansion of macro ‘assert’
   assert(GIV(stackPage) == (mostRecentlyUsedPage()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67114:3: note: in expansion of macro ‘assert’
   assert(!((isFree(GIV(stackPage)))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67116:3: note: in expansion of macro ‘assert’
   assert(GIV(stackPointer) < GIV(framePointer));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67117:3: note: in expansion of macro ‘assert’
   assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67119:3: note: in expansion of macro ‘assert’
   assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67123:3: note: in expansion of macro ‘assert’
   assert(pageListIsWellFormed());
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘checkProfileTick’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67147:2: note: in expansion of macro ‘assert’
  assert(GIV(nextProfileTick) != 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘checkStackPointerForMaybeMarriedContext’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67184:3: note: in expansion of macro ‘assert’
   assert((ReceiverIndex + ((sp >> 3))) < (lengthOf(aContext)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67191:3: note: in expansion of macro ‘assert’
   assert(isCompiledMethod(methodPointer));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67197:4: note: in expansion of macro ‘assert’
    assert((((usqInt)header1)) < GIV(newSpaceStart));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67198:4: note: in expansion of macro ‘assert’
    assert((((((CogMethod *) header1))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67208:2: note: in expansion of macro ‘assert’
  assert((ReceiverIndex + ((sp1 >> 3))) < (lengthOf(aContext)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘checkStackPointerIndexForFrame’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67237:140: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67263:4: note: in expansion of macro ‘assert’
    assert(!(isBaseFrame(prevFrame)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘createActualMessageTo’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67458:2: note: in expansion of macro ‘assert’
  assert((isImmediate(GIV(messageSelector)))
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67461:2: note: in expansion of macro ‘mnuBreakpointreceiver’
  mnuBreakpointreceiver(firstFixedFieldOfMaybeImmediate(GIV(messageSelector)), lengthOfMaybeImmediate(GIV(messageSelector)), null);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67463:2: note: in expansion of macro ‘assert’
  assert((GIV(argumentCount) >= 0)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67465:2: note: in expansion of macro ‘assert’
  assert((2 /* arrayFormat */) == (instSpecOfClass(knownClassAtIndex(ClassArrayCompactIndex))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67467:2: note: in expansion of macro ‘assert’
  assert(GIV(argumentCount) < (numSlotsMask()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67472:2: note: in expansion of macro ‘assert’
  assert((numBytes % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67473:2: note: in expansion of macro ‘assert’
  assert((newObj % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67481:9: warning: statement with no effect [-Wunused-value]
    error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67492:2: note: in expansion of macro ‘assert’
  assert((numSlots >= 0)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67494:2: note: in expansion of macro ‘assert’
  assert((1 /* nonIndexablePointerFormat */) == (instSpecOfClass(knownClassAtIndex(ClassMessageCompactIndex))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67496:2: note: in expansion of macro ‘assert’
  assert(numSlots < (numSlotsMask()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67501:2: note: in expansion of macro ‘assert’
  assert((numBytes1 % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67502:2: note: in expansion of macro ‘assert’
  assert((newObj1 % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67510:9: warning: statement with no effect [-Wunused-value]
    error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67523:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(message)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67526:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(message)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67529:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(message)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘disownVM’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67571:2: note: in expansion of macro ‘assert’
  assert(GIV(primFailCode) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67572:2: note: in expansion of macro ‘assert’
  assert((isImmediate(flags)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67579:3: note: in expansion of macro ‘assert’
   assert((isOopCompiledMethod(GIV(newMethod)))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67584:2: note: in expansion of macro ‘assert’
  assert(((((flags) & 7) == 1))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67591:2: note: in expansion of macro ‘assert’
  assert((isOopCompiledMethod(GIV(newMethod)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘divorceAllFrames’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67608:3: note: in expansion of macro ‘assert’
   assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67609:3: note: in expansion of macro ‘assert’
   assert(GIV(stackPage) == (mostRecentlyUsedPage()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67610:3: note: in expansion of macro ‘assert’
   assert(!((isFree(GIV(stackPage)))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67612:3: note: in expansion of macro ‘assert’
   assert(GIV(stackPointer) < GIV(framePointer));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67613:3: note: in expansion of macro ‘assert’
   assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67615:3: note: in expansion of macro ‘assert’
   assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67619:3: note: in expansion of macro ‘assert’
   assert(pageListIsWellFormed());
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67627:3: note: in expansion of macro ‘assert’
   assert(isContext(frameContext(theFP)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67641:2: note: in expansion of macro ‘assert’
  assert((GIV(stackPage) == 0)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘divorceFramesIn’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67676:4: note: in expansion of macro ‘assert’
    assert(isContext(frameContext(theFP)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67685:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(theContext)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67687:3: note: in expansion of macro ‘assert’
   assert((frameReceiver(theFP)) == (fetchPointerofObject(ReceiverIndex, theContext)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67690:4: note: in expansion of macro ‘assert’
    assert(!(isForwarded(calleeContext)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67691:46: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    if ((assert(isNonImmediate(calleeContext)),
                                              ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67712:3: note: in expansion of macro ‘assert’
   assert(!(isBaseFrame(calleeFP)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67716:2: note: in expansion of macro ‘assert’
  assert(isBaseFrame(calleeFP));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67718:146: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  thePage = stackPageAtpages((assert((((((char *) calleeFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) calleeFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                                  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67721:2: note: in expansion of macro ‘assert’
  assert(addressCouldBeObj(callerContextOrNil));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67722:2: note: in expansion of macro ‘assert’
  assert((callerContextOrNil == (nilObject()))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67725:2: note: in expansion of macro ‘assert’
  assert(!(isForwarded(theContext)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67726:41: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(theContext)),
                                         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘doSignalSemaphoreWithIndex’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67886:2: note: in expansion of macro ‘assert’
  assert(isArray(xArray));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67889:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(sema1)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67890:2: note: in expansion of macro ‘assert’
  assert(isSemaphoreOop(sema1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘ensureCallerContext’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67921:3: note: in expansion of macro ‘assert’
   assert(isBaseFrame(theFP));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67923:141: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67926:3: note: in expansion of macro ‘assert’
   assert(addressCouldBeObj(callerContextOrNil));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67927:3: note: in expansion of macro ‘assert’
   assert((callerContextOrNil == (nilObject()))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67935:3: note: in expansion of macro ‘assert’
   assert(isContext(frameContext(callerFP)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67938:62: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  return marryFrameSP(callerFP, (assert(!(isBaseFrame(theFP))),
                                                              ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘ensureImageFormatIsUpToDate’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68002:3: note: in expansion of macro ‘assert’
   assert(ClassFloatCompactIndex != 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68008:3: note: in expansion of macro ‘assert’
   assert((((pastSpace()).start)) < (((eden()).start)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68017:4: note: in expansion of macro ‘assert’
    assert(isEnumerableObjectNoAssert(objOop12));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68027:56: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      wordAddr += (((assert((((methodHeader) & 7) == 1)),
                                                        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68058:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68072:4: note: in expansion of macro ‘assert’
    assert(isEnumerableObjectNoAssert(objOop12));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68082:56: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      wordAddr += (((assert((((methodHeader) & 7) == 1)),
                                                        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68113:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68121:3: note: in expansion of macro ‘assert’
   assert(isOldObject(GIV(nilObj)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68125:4: note: in expansion of macro ‘assert’
    assert((objOop111 % (allocationUnit())) == 0);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68127:4: note: in expansion of macro ‘assert’
    assert((long64At(objOop111)) != 0);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68138:57: warning: left-hand operand of comma expression has no effect [-Wunused-value]
       wordAddr += (((assert((((methodHeader) & 7) == 1)),
                                                         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68170:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68183:3: note: in expansion of macro ‘assert’
   assert(ClassFloatCompactIndex != 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68189:3: note: in expansion of macro ‘assert’
   assert((((pastSpace()).start)) < (((eden()).start)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68198:4: note: in expansion of macro ‘assert’
    assert(isEnumerableObjectNoAssert(objOop1));
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68212:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68226:4: note: in expansion of macro ‘assert’
    assert(isEnumerableObjectNoAssert(objOop1));
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68240:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68248:3: note: in expansion of macro ‘assert’
   assert(isOldObject(GIV(nilObj)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68252:4: note: in expansion of macro ‘assert’
    assert((objOop11 % (allocationUnit())) == 0);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68254:4: note: in expansion of macro ‘assert’
    assert((long64At(objOop11)) != 0);
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68270:4: note: in expansion of macro ‘flag’
    flag("endianness");
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67986:11: warning: variable ‘prevPrevObj2’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67985:11: warning: variable ‘prevPrevObj11’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj11;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67984:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67983:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘establishFrameForContextToReturnTo’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68300:43: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   return (assert((((senderOop) & 7) == 1)),
                                           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘externalDivorceFrameandContext’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68335:2: note: in expansion of macro ‘assert’
  assert((GIV(stackPage) == 0)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68338:140: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68351:3: note: in expansion of macro ‘assert’
   assert(isBaseFrame(theFP));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68353:142: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   thePage1 = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68356:3: note: in expansion of macro ‘assert’
   assert(addressCouldBeObj(callerContextOrNil));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68357:3: note: in expansion of macro ‘assert’
   assert((callerContextOrNil == (nilObject()))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68366:3: note: in expansion of macro ‘assert’
   assert(isContext(frameContext(callerFP1)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68370:68: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  callerCtx = marryFrameSP(callerFP1, (assert(!(isBaseFrame(theFP))),
                                                                    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68394:4: note: in expansion of macro ‘assert’
    assert(newPage != 0);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68407:3: note: in expansion of macro ‘assert’
   assert((frameCallerContext(frameAbove)) == ctxt);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68411:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(ctxt)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68414:2: note: in expansion of macro ‘assert’
  assert(!(isForwarded(ctxt)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68415:35: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(ctxt)),
                                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68434:45: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   callerSP = ((assert(!(isBaseFrame(theFP))),
                                             ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68438:3: note: in expansion of macro ‘assert’
   assert(callerSP < callerFP);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68439:3: note: in expansion of macro ‘assert’
   assert((callerSP < ((thePage->baseAddress)))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68441:3: note: in expansion of macro ‘assert’
   assert((callerFP < ((thePage->baseAddress)))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘externalEnsureIsBaseFrame’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68465:140: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68473:3: note: in expansion of macro ‘assert’
   assert(GIV(stackPage) != thePage);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68481:2: note: in expansion of macro ‘assert’
  assert(pageListIsWellFormed());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68482:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPage) == (mostRecentlyUsedPage()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘externalInstVarofContextput’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68496:2: note: in expansion of macro ‘assert’
  assert(isContext(maybeMarriedContext));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68498:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68499:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPage) == (mostRecentlyUsedPage()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68500:2: note: in expansion of macro ‘assert’
  assert(!((isFree(GIV(stackPage)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68502:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPointer) < GIV(framePointer));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68503:2: note: in expansion of macro ‘assert’
  assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68505:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68509:2: note: in expansion of macro ‘assert’
  assert(pageListIsWellFormed());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68510:2: note: in expansion of macro ‘assert’
  assert(!((isObjImmutable(maybeMarriedContext))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68514:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(maybeMarriedContext)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68515:51: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(maybeMarriedContext)),
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68535:2: note: in expansion of macro ‘assert’
  assert((((senderOop) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68538:140: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68540:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPage) == (mostRecentlyUsedPage()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68553:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(maybeMarriedContext)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68554:51: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(maybeMarriedContext)),
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68579:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPage) == (mostRecentlyUsedPage()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68580:2: note: in expansion of macro ‘assert’
  assert(pageListIsWellFormed());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68581:2: note: in expansion of macro ‘assert’
  assert(validStackPageBaseFrames());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘externalQuickPrimitiveResponse’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68601:2: note: in expansion of macro ‘assert’
  assert(isPrimitiveFunctionPointerAnIndex());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68603:2: note: in expansion of macro ‘assert’
  assert((localPrimIndex > 0xFF)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘fetchPointerofMarriedContext’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68738:2: note: in expansion of macro ‘assert’
  assert(isContext(aContext));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68739:2: note: in expansion of macro ‘assert’
  assert((((GIV(stackPage)->headFP)) == GIV(framePointer))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68741:2: note: in expansion of macro ‘assert’
  assert(checkIsStillMarriedContextcurrentFP(aContext, GIV(framePointer)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68749:3: note: in expansion of macro ‘assert’
   assert((((senderOop) & 7) == 1));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68758:5: note: in expansion of macro ‘assert’
     assert(isBaseFrame(spouseFP));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68760:149: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     thePage = stackPageAtpages((assert((((((char *) spouseFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) spouseFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68763:5: note: in expansion of macro ‘assert’
     assert(addressCouldBeObj(callerContextOrNil));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68764:5: note: in expansion of macro ‘assert’
     assert((callerContextOrNil == (nilObject()))
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68772:5: note: in expansion of macro ‘assert’
     assert(isContext(frameContext(callerFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68775:67: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    return marryFrameSP(callerFP, (assert(!(isBaseFrame(spouseFP))),
                                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68787:2: note: in expansion of macro ‘assert’
  assert((((senderOop1) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘fetchStackPointerOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68817:2: note: in expansion of macro ‘assert’
  assert((ReceiverIndex + ((sp >> 3))) < (lengthOf(aContext)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘findClassContainingMethodstartingAt’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68842:3: note: in expansion of macro ‘assert’
   assert(isUnambiguouslyForwarder(classObj));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68856:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(currClass)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68866:4: note: in expansion of macro ‘assert’
    assert(isUnambiguouslyForwarder(objOop1));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68877:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(classDict)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68879:3: note: in expansion of macro ‘assert’
   assert((classIndexOf(classDict)) > (isForwardedObjectClassIndexPun()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68890:5: note: in expansion of macro ‘assert’
     assert(isUnambiguouslyForwarder(objOop));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68901:4: note: in expansion of macro ‘assert’
    assert(!(isForwarded(methodArray)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68915:4: note: in expansion of macro ‘assert’
    assert(isUnambiguouslyForwarder(objOop2));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘findFrameAboveinPage’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68977:7: warning: statement with no effect [-Wunused-value]
  error("did not find theFP in stack page");
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘findMethodWithPrimitiveFromContextUpToContext’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69029:2: note: in expansion of macro ‘assert’
  assert((senderContext == (nilObject()))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69031:2: note: in expansion of macro ‘assert’
  assert((homeContext == (nilObject()))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69059:2: note: in expansion of macro ‘assert’
  assert((((senderOop) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69082:6: note: in expansion of macro ‘assert’
      assert(!(isBaseFrame(theFPAbove)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69089:6: note: in expansion of macro ‘assert’
      assert(isContext(frameContext(theFP)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69099:2: note: in expansion of macro ‘assert’
  assert(isBaseFrame(theFPAbove));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69101:150: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  thePage = stackPageAtpages((assert((((((char *) theFPAbove)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFPAbove)) <= (((char *) GIV(pages)))))),
                                                                                                                                                      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69104:2: note: in expansion of macro ‘assert’
  assert(addressCouldBeObj(callerContextOrNil));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69105:2: note: in expansion of macro ‘assert’
  assert((callerContextOrNil == (nilObject()))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘findSelectorOfMethod’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69149:3: note: in expansion of macro ‘assert’
   assert((classIndexOf(classDict)) > (isForwardedObjectClassIndexPun()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘findSPOfon’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69185:2: note: in expansion of macro ‘assert’
  assert(!((isFree(thePage))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69208:4: note: in expansion of macro ‘assert’
    assert(!(isBaseFrame(prevFrame)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69218:7: warning: statement with no effect [-Wunused-value]
  error("did not find theFP in stack page");
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘findUnwindThroughContext’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69255:143: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   && (((assert((((((char *) GIV(framePointer))) >= (GIV(stackBasePlus1) - 1)) && ((((char *) GIV(framePointer))) <= (((char *) GIV(pages)))))),
                                                                                                                                               ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69279:6: note: in expansion of macro ‘assert’
      assert(!(isBaseFrame(theFPAbove)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69286:6: note: in expansion of macro ‘assert’
      assert(isContext(frameContext(theFP)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69298:2: note: in expansion of macro ‘assert’
  assert(isBaseFrame(theFPAbove));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69300:150: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  thePage = stackPageAtpages((assert((((((char *) theFPAbove)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFPAbove)) <= (((char *) GIV(pages)))))),
                                                                                                                                                      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69303:2: note: in expansion of macro ‘assert’
  assert(addressCouldBeObj(callerContextOrNil));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69304:2: note: in expansion of macro ‘assert’
  assert((callerContextOrNil == (nilObject()))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69315:2: note: in expansion of macro ‘assert’
  assert(!((onSamePage
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘followForwardedFrameContentsstackPointer’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69364:4: note: in expansion of macro ‘assert’
    assert(isUnambiguouslyForwarder(oop));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69379:3: note: in expansion of macro ‘assert’
   assert(oop == (longAt(theFP + (frameStackedReceiverOffset(theFP)))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69382:2: note: in expansion of macro ‘assert’
  assert(!(isForwarded(frameMethodObject(theFP))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69386:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(frameContext(theFP))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘frameOfMarriedContext’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69435:42: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  return (assert((((senderOop) & 7) == 1)),
                                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘freeUntracedStackPages’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69504:4: note: in expansion of macro ‘assert’
    assert(noMarkedContextsOnPage(thePage));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69507:3: note: in expansion of macro ‘assert’
   assert(((thePage->trace = StackPageTraceInvalid)) != 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘getErrorObjectFromPrimFailCode’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69588:5: note: in expansion of macro ‘assert’
     assert((numSlots >= 0)
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69591:5: note: in expansion of macro ‘assert’
     assert((1 /* nonIndexablePointerFormat */) == (instSpecOfClass(knownClassAtIndex(knownClassIndex))));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69593:5: note: in expansion of macro ‘assert’
     assert(numSlots < (numSlotsMask()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69598:5: note: in expansion of macro ‘assert’
     assert((numBytes % (allocationUnit())) == 0);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69599:5: note: in expansion of macro ‘assert’
     assert((newObj % (allocationUnit())) == 0);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69607:12: warning: statement with no effect [-Wunused-value]
       error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
            ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69619:6: note: in expansion of macro ‘assert’
      assert(!(isOopForwarded(clone)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69626:6: note: in expansion of macro ‘assert’
      assert(!(isOopForwarded(clone)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69630:6: note: in expansion of macro ‘assert’
      assert(!(isOopForwarded(clone)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69636:6: note: in expansion of macro ‘assert’
      assert(!(isOopForwarded(clone)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘getExternalSemaphoreWithIndex’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69656:2: note: in expansion of macro ‘assert’
  assert(isArray(xArray));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69659:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(sema)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69660:2: note: in expansion of macro ‘assert’
  assert(isSemaphoreOop(sema));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘handleForwardedSelectorFaultFor’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69784:2: note: in expansion of macro ‘assert’
  assert(isOopForwarded(selectorOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69788:2: note: in expansion of macro ‘assert’
  assert(isUnambiguouslyForwarder(selectorOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘handleForwardedSendFaultForTag’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69811:2: note: in expansion of macro ‘assert’
  assert(isForwardedClassTag(classTag));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69815:2: note: in expansion of macro ‘assert’
  assert(isOopForwarded(rcvr));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69817:2: note: in expansion of macro ‘assert’
  assert(isUnambiguouslyForwarder(rcvr));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘handleSpecialSelectorSendFaultForfpsp’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69852:2: note: in expansion of macro ‘assert’
  assert(isOopForwarded(obj));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69862:2: note: in expansion of macro ‘assert’
  assert(isUnambiguouslyForwarder(obj));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘handleStackOverflow’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69892:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPointer) < ((GIV(stackPage)->realStackLimit)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69937:3: note: in expansion of macro ‘assert’
   assert(isBaseFrame(theFP));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69939:141: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69942:3: note: in expansion of macro ‘assert’
   assert(addressCouldBeObj(callerContextOrNil));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69943:3: note: in expansion of macro ‘assert’
   assert((callerContextOrNil == (nilObject()))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69951:3: note: in expansion of macro ‘assert’
   assert(isContext(frameContext(callerFP1)));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:204:31: warning: statement with no effect [-Wunused-value]
 # define longAtPointer(ptr)   (*(sqInt *)(ptr))
                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:229:25: note: in expansion of macro ‘longAtPointer’
 # define longAt(oop)    longAtPointer(atPointerArg(oop))
                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69952:3: note: in expansion of macro ‘longAt’
   longAt(callerFP1 + FoxThisContext);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69955:56: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  marryFrameSP(callerFP1, (assert(!(isBaseFrame(theFP))),
                                                        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69969:2: note: in expansion of macro ‘assert’
  assert(newPage != 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69978:2: note: in expansion of macro ‘assert’
  assert(validInstructionPointerinFrame(GIV(instructionPointer) + 1, GIV(framePointer)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69979:2: note: in expansion of macro ‘assert’
  assert((!(frameHasContext(GIV(framePointer))))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69881:11: warning: variable ‘callerContextOrNil’ set but not used [-Wunused-but-set-variable]
     sqInt callerContextOrNil;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘handleStackOverflowOrEventAllowContextSwitch’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69994:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69995:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPage) == (mostRecentlyUsedPage()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69996:2: note: in expansion of macro ‘assert’
  assert(!((isFree(GIV(stackPage)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69998:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPointer) < GIV(framePointer));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69999:2: note: in expansion of macro ‘assert’
  assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70001:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70005:2: note: in expansion of macro ‘assert’
  assert(pageListIsWellFormed());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘isFrameonPage’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70178:2: note: in expansion of macro ‘assert’
  assert(!((isFree(aPage))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘isLiveContext’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70240:2: note: in expansion of macro ‘assert’
  assert(!((isOopForwarded(oop))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘isWidowedContextDuringGC’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70398:2: note: in expansion of macro ‘assert’
  assert((isContext(aOnceMarriedContext))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70402:2: note: in expansion of macro ‘assert’
  assert((((senderOop) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70405:150: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  thePage = stackPageAtpages((assert((((((char *) maybeFrame)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) maybeFrame)) <= (((char *) GIV(pages)))))),
                                                                                                                                                      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70414:3: note: in expansion of macro ‘assert’
   assert((((anInteger) & 7) == 1));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70425:5: note: in expansion of macro ‘assert’
     assert(isUnambiguouslyForwarder(maybeFrameCtxt));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70445:2: note: in expansion of macro ‘assert’
  assert(isContext(aOnceMarriedContext));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70448:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(aOnceMarriedContext)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70452:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(aOnceMarriedContext)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘isWidowedContext’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70478:2: note: in expansion of macro ‘assert’
  assert((isContext(aOnceMarriedContext))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70482:2: note: in expansion of macro ‘assert’
  assert((((senderOop) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70485:146: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  thePage = stackPageAtpages((assert((((((char *) theFrame)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFrame)) <= (((char *) GIV(pages)))))),
                                                                                                                                                  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70494:3: note: in expansion of macro ‘assert’
   assert((((anInteger) & 7) == 1));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70500:4: note: in expansion of macro ‘assert’
    assert(!(((isFrameonPage(theFrame, thePage))
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70510:2: note: in expansion of macro ‘assert’
  assert(isContext(aOnceMarriedContext));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70513:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(aOnceMarriedContext)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70517:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(aOnceMarriedContext)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘lengthOfNameOfClass’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70625:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(classOop)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘longPrintOop’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70894:61: warning: left-hand operand of comma expression has no effect [-Wunused-value]
       && ((((usqInt)fieldOop)) >= (minCogMethodAddress())))),
                                                             ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘lookupMethodInClass’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71071:2: note: in expansion of macro ‘assert’
  assert(addressCouldBeClassObj(class));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71082:3: note: in expansion of macro ‘assert’
   assert(isNonImmediate(objOop));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71096:4: note: in expansion of macro ‘sendBreakpointreceiver’
    sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), null);
    ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71100:3: note: in expansion of macro ‘assert’
   assert((classIndexOf(dictionary)) > (isForwardedObjectClassIndexPun()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71123:6: note: in expansion of macro ‘assert’
      assert(isNonImmediate(objOop4));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71165:5: note: in expansion of macro ‘assert’
     assert(isNonImmediate(objOop2));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71204:8: warning: statement with no effect [-Wunused-value]
   error("Recursive not understood error encountered");
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71209: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71068:11: warning: variable ‘selector’ set but not used [-Wunused-but-set-variable]
     sqInt selector;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘lookupMNUInClass’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71250:3: note: in expansion of macro ‘assert’
   assert(isNonImmediate(objOop1));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71266:3: note: in expansion of macro ‘assert’
   assert((classIndexOf(dictionary)) > (isForwardedObjectClassIndexPun()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71289:6: note: in expansion of macro ‘assert’
      assert(isNonImmediate(objOop4));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71331:5: note: in expansion of macro ‘assert’
     assert(isNonImmediate(objOop2));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘lookupOrdinaryNoMNUEtcInClass’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71411:3: note: in expansion of macro ‘assert’
   assert(isNonImmediate(objOop1));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71427:3: note: in expansion of macro ‘assert’
   assert((classIndexOf(dictionary)) > (isForwardedObjectClassIndexPun()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71450:6: note: in expansion of macro ‘assert’
      assert(isNonImmediate(objOop4));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71492:5: note: in expansion of macro ‘assert’
     assert(isNonImmediate(objOop2));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘lookupSelectorinClass’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71562:3: note: in expansion of macro ‘assert’
   assert(isNonImmediate(objOop));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71571:3: note: in expansion of macro ‘assert’
   assert((classIndexOf(dictionary)) > (isForwardedObjectClassIndexPun()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71599:5: note: in expansion of macro ‘assert’
     assert(isNonImmediate(objOop2));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘makeContextSnapshotSafe’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71654:2: note: in expansion of macro ‘assert’
  assert(isContext(ctxt));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71657:3: note: in expansion of macro ‘assert’
   assert(isContext(ctxt));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71660:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(ctxt)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71664:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(ctxt)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71673:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(ctxt)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘makePointwithxValueyValue’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71697:2: note: in expansion of macro ‘assert’
  assert((rawHashBitsOf(classObj)) != 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71702:2: note: in expansion of macro ‘assert’
  assert((numSlots >= 0)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71705:2: note: in expansion of macro ‘assert’
  assert(((objFormat < (firstByteFormat())
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71709:2: note: in expansion of macro ‘assert’
  assert(numSlots < (numSlotsMask()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71714:2: note: in expansion of macro ‘assert’
  assert((numBytes % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71715:2: note: in expansion of macro ‘assert’
  assert((newObj % (allocationUnit())) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71723:9: warning: statement with no effect [-Wunused-value]
    error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71733:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(pointResult)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71736:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(pointResult)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘markAndTraceStackPages’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71878:3: note: in expansion of macro ‘assert’
   assert(isBaseFrame(theFP));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71880:142: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   thePage2 = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71883:3: note: in expansion of macro ‘assert’
   assert(addressCouldBeObj(callerContextOrNil));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71884:3: note: in expansion of macro ‘assert’
   assert((callerContextOrNil == (nilObject()))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71894:4: note: in expansion of macro ‘assert’
    assert((((senderOop) & 7) == 1));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71897:146: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    thePage = stackPageAtpages((assert((((((char *) pointer)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) pointer)) <= (((char *) GIV(pages)))))),
                                                                                                                                                  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71899:4: note: in expansion of macro ‘assert’
    assert(!(isFree(thePage)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘marriedContextpointsTostackDeltaForCurrentFrame’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71948:2: note: in expansion of macro ‘assert’
  assert((((senderOop) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71955:141: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘marryContextInNewStackPageAndInitializeInterpreterRegisters’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72024:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPage) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72027:2: note: in expansion of macro ‘assert’
  assert(newPage != 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72038:2: note: in expansion of macro ‘assert’
  assert((((usqInt)aMethodObj)) >= (startOfMemory()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72040:2: note: in expansion of macro ‘assert’
  assert(isOopCompiledMethod(GIV(method)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘marryFrameSP’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72077:2: note: in expansion of macro ‘assert’
  assert(!(frameHasContext(theFP)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72078:2: note: in expansion of macro ‘assert’
  assert(!(isBaseFrame(theFP)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72079:2: note: in expansion of macro ‘assert’
  assert(addressCouldBeOop(longAt(theSP)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72129:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(theContext)));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72130:159: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)(SenderIndex) << (shiftForWord())))), (assert(((oopForPointer(theFP)) & (BytesPerWord - 1)) == 0),
                                                                                                                                                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:205:62: note: in definition of macro ‘longAtPointerput’
 # define longAtPointerput(ptr,val) (*(sqInt *)(ptr)= (sqInt)(val))
                                                              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72130:2: note: in expansion of macro ‘longAtput’
  longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)(SenderIndex) << (shiftForWord())))), (assert(((oopForPointer(theFP)) & (BytesPerWord - 1)) == 0),
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72133:2: note: in expansion of macro ‘assert’
  assert(((oopForPointer(pointerForOop(longAt(theFP + FoxSavedFP)))) & (BytesPerWord - 1)) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72135:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(theContext)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72137:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(theContext)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72139:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(theContext)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72141:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(theContext)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72143:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(theContext)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72158:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(theContext)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72163:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(theContext)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72166:2: note: in expansion of macro ‘assert’
  assert(frameHasContext(theFP));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72167:2: note: in expansion of macro ‘assert’
  assert((frameOfMarriedContext(theContext)) == theFP);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72168:2: note: in expansion of macro ‘assert’
  assert((numStack + ReceiverIndex) < (lengthOf(theContext)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘maybeSelectorOfMethod’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72212:2: note: in expansion of macro ‘assert’
  assert(isOopCompiledMethod(methodObj));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72213:2: note: in expansion of macro ‘assert’
  assert(isOopCompiledMethod(methodObj));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72222:2: note: in expansion of macro ‘assert’
  assert(isOopCompiledMethod(methodObj));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘methodClassOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72294:48: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   ? (assert((numSlotsOf(literal)) > ValueIndex),
                                                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘methodPrimitiveIndex’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72325:2: note: in expansion of macro ‘assert’
  assert(isCompiledMethod(GIV(newMethod)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72331:3: note: in expansion of macro ‘assert’
   assert((((usqInt)header)) < GIV(newSpaceStart));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72332:3: note: in expansion of macro ‘assert’
   assert((((((CogMethod *) header))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘methodUsesAlternateBytecodeSet’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72448:2: note: in expansion of macro ‘assert’
  assert(isCompiledMethod(aMethodObj));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72454:3: note: in expansion of macro ‘assert’
   assert((((usqInt)header)) < GIV(newSpaceStart));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72455:3: note: in expansion of macro ‘assert’
   assert((((((CogMethod *) header))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘methodUsesPrimitiveErrorCode’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72475:2: note: in expansion of macro ‘assert’
  assert(isCompiledMethod(aMethodObj));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72481:3: note: in expansion of macro ‘assert’
   assert((((usqInt)header)) < GIV(newSpaceStart));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72482:3: note: in expansion of macro ‘assert’
   assert((((((CogMethod *) header))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘nameOfClass’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72530:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(classOop)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘noMarkedContextsOnPage’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72593:2: note: in expansion of macro ‘assert’
  assert(!(isFree(thePage)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72599:4: note: in expansion of macro ‘assert’
    assert(isContext(frameContext(theFP)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘ownVM’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72684:2: note: in expansion of macro ‘assert’
  assert((isOopCompiledMethod(GIV(newMethod)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72690:2: note: in expansion of macro ‘assert’
  assert(GIV(primFailCode) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘penultimateLiteralOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72703:2: note: in expansion of macro ‘assert’
  assert(isOopCompiledMethod(aMethodOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveIndexOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72867:2: note: in expansion of macro ‘assert’
  assert(isCompiledMethod(methodPointer));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72873:3: note: in expansion of macro ‘assert’
   assert((((usqInt)header)) < GIV(newSpaceStart));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72874:3: note: in expansion of macro ‘assert’
   assert((((((CogMethod *) header))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘printActivationNameForSelectorstartClass’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72902:4: note: in expansion of macro ‘assert’
    assert((classIndexOf(classDict)) > (isForwardedObjectClassIndexPun()));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘printAllStacks’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73105:3: note: in expansion of macro ‘assert’
   assert((classIndexOf(schedLists)) > (isForwardedObjectClassIndexPun()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73117:45: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if (!((assert(!(isForwarded(processList))),
                                             ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73133:2: note: in expansion of macro ‘assert’
  assert((rawHashBitsOf(semaphoreClass)) != 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73135:2: note: in expansion of macro ‘assert’
  assert((rawHashBitsOf(mutexClass)) != 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73138:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73142:3: note: in expansion of macro ‘assert’
   assert((objOop11 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73144:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop11)) != 0);
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73159:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73171:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73194:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73222:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73076:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73075:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘printCallStackOfcurrentFP’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73320:4: note: in expansion of macro ‘assert’
    assert((((senderOop) & 7) == 1));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73324:143: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73337:5: note: in expansion of macro ‘assert’
     assert(isBaseFrame(theFP));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73339:144: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     thePage1 = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                                ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73342:5: note: in expansion of macro ‘assert’
     assert(addressCouldBeObj(callerContextOrNil));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73343:5: note: in expansion of macro ‘assert’
     assert((callerContextOrNil == (nilObject()))
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73348:6: note: in expansion of macro ‘assert’
      assert(isUnambiguouslyForwarder(ctxt));
      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘printContext’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73436:56: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   printHex(oopForPointer((assert((((sender) & 7) == 1)),
                                                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:218:40: note: in definition of macro ‘oopForPointer’
 #  define oopForPointer(ptr)  ((sqInt)(ptr))
                                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73445:52: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   printHex(oopForPointer((assert((((ip) & 7) == 1)),
                                                    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:218:40: note: in definition of macro ‘oopForPointer’
 #  define oopForPointer(ptr)  ((sqInt)(ptr))
                                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73484:36: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(meth)),
                                    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73486:15: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
    printHexnp(cogMethodOf(meth));
               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:1660: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73494:36: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(meth)),
                                    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73498:15: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
    printHexnp(cogMethodOf(meth));
               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:1660: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘printDecodeMethodHeaderOop’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73531:50: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  printNum((assert((((methodHeaderOop) & 7) == 1)),
                                                  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘printFrameAndCallersSPshort’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73555:104: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   printFrameAndCallersSPshort(pointerForOop(longAt(theFP + FoxSavedFP)), (assert(!(isBaseFrame(theFP))),
                                                                                                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘printFrame’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73757:141: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73777:4: note: in expansion of macro ‘assert’
    assert(!(isFree(thePage)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73796:42: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     ? (assert(!(isBaseFrame(frameAbove))),
                                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘printLikelyImplementorsOfSelector’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73899:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73908:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop12));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:74029:52: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     && ((((assert(addressCouldBeClassObj(classOop)),
                                                    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:74037:58: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      if (((assert(addressCouldBeClassObj(classLookupKey)),
                                                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:74084:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:74098:3: note: in expansion of macro ‘assert’
   assert(isEnumerableObjectNoAssert(objOop12));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:74219:52: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     && ((((assert(addressCouldBeClassObj(classOop)),
                                                    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:74227:58: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      if (((assert(addressCouldBeClassObj(classLookupKey)),
                                                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:74274:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:74282:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:74286:3: note: in expansion of macro ‘assert’
   assert((objOop11 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:74288:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop11)) != 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:74410:53: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      && ((((assert(addressCouldBeClassObj(classOop)),
                                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:74418:59: warning: left-hand operand of comma expression has no effect [-Wunused-value]
       if (((assert(addressCouldBeClassObj(classLookupKey)),
                                                           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:74466:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73890:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73889:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘printNameOfClasscount’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:74572:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(classOop)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘printOopShort’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:74716:50: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   && ((((assert(addressCouldBeClassObj(classOop)),
                                                  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:74724:56: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    if (((assert(addressCouldBeClassObj(classLookupKey)),
                                                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘printOop’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:74793:38: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   printNum((assert(isFreeObject(oop)),
                                      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘printStackPageuseCount’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75125:160: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  printNum((assert((((((char *) ((page->realStackLimit)))) >= (GIV(stackBasePlus1) - 1)) && ((((char *) ((page->realStackLimit)))) <= (((char *) GIV(pages)))))),
                                                                                                                                                                ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75194:188: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  printNum((assert((((((char *) ((((page->prevPage))->realStackLimit)))) >= (GIV(stackBasePlus1) - 1)) && ((((char *) ((((page->prevPage))->realStackLimit)))) <= (((char *) GIV(pages)))))),
                                                                                                                                                                                            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75204:188: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  printNum((assert((((((char *) ((((page->nextPage))->realStackLimit)))) >= (GIV(stackBasePlus1) - 1)) && ((((char *) ((((page->nextPage))->realStackLimit)))) <= (((char *) GIV(pages)))))),
                                                                                                                                                                                            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘printStackReferencesTo’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75238:18: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
       printHexnp(theFP);
                  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73833:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75240:18: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
       printHexnp(theSP);
                  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73833:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75251:18: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
       printHexnp(theFP);
                  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73833:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75259:17: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
      printHexnp(theFP);
                 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73833:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75274:17: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
      printHexnp(theFP);
                 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73833:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75276:17: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
      printHexnp(theSP);
                 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73833:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
 printHexnp(usqInt n)
 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘putToSleepyieldingIf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75474:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75477:2: note: in expansion of macro ‘assert’
  assert((((oop) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75494:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(processList)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75495:3: note: in expansion of macro ‘assert’
   assert((fetchPointerofObject(NextLinkIndex, aProcess)) == (nilObject()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75498:3: note: in expansion of macro ‘assert’
   assert(firstLink != aProcess);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75500:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(processList)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75501:43: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(processList)),
                                           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75516:4: note: in expansion of macro ‘assert’
    assert(!(isForwarded(processList)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75517:44: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    if ((assert(isNonImmediate(processList)),
                                            ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75533:4: note: in expansion of macro ‘assert’
    assert(!(isForwarded(aProcess)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75534:41: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    if ((assert(isNonImmediate(aProcess)),
                                         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75549:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(aProcess)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75550:40: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(aProcess)),
                                        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘quickFetchIntegerofObject’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75604:2: note: in expansion of macro ‘assert’
  assert((((oop) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘reapAndResetErrorCodeToheader’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75633:2: note: in expansion of macro ‘assert’
  assert(GIV(primFailCode) != 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75634:87: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  initialPC = ((GIV(newMethod) + ((LiteralStart + ((assert((((methodHeader) & 7) == 1)),
                                                                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘reestablishContextPriorToCallback’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75672:2: note: in expansion of macro ‘flag’
  flag("obsolete");
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75684:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75685:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPage) == (mostRecentlyUsedPage()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75686:2: note: in expansion of macro ‘assert’
  assert(!((isFree(GIV(stackPage)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75688:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPointer) < GIV(framePointer));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75689:2: note: in expansion of macro ‘assert’
  assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75691:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75695:2: note: in expansion of macro ‘assert’
  assert(pageListIsWellFormed());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75698:3: note: in expansion of macro ‘assert’
   assert(isContext(callbackContext));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75701:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(callbackContext)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75705:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(callbackContext)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75711:3: note: in expansion of macro ‘assert’
   assert((((senderOop) & 7) == 1));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75730:4: note: in expansion of macro ‘assert’
    assert(isContext(callbackContext));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75733:4: note: in expansion of macro ‘assert’
    assert(!(isOopForwarded(callbackContext)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75737:4: note: in expansion of macro ‘assert’
    assert(!(isOopForwarded(callbackContext)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75745:3: note: in expansion of macro ‘assert’
   assert((((senderOop1) & 7) == 1));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75748:141: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75750:3: note: in expansion of macro ‘assert’
   assert(thePage != GIV(stackPage));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75753:3: note: in expansion of macro ‘assert’
   assert(GIV(stackPointer) < GIV(framePointer));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75766:2: note: in expansion of macro ‘assert’
  assert(thePage != 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘removeFirstLinkOfList’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75789:2: note: in expansion of macro ‘assert’
  assert(!((isForwarded(aList))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75794:2: note: in expansion of macro ‘assert’
  assert(!((isForwarded(first))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75795:2: note: in expansion of macro ‘assert’
  assert(!((isForwarded(last))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75799:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(aList)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75803:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(aList)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75810:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(aList)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75811:37: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(aList)),
                                     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75827:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(first)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘retryPrimitiveOnFailure’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75896:5: note: in expansion of macro ‘assert’
     assert(failed());
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75899:5: note: in expansion of macro ‘assert’
     assert(isCompiledMethod(GIV(newMethod)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75905:6: note: in expansion of macro ‘assert’
      assert((((usqInt)header)) < GIV(newSpaceStart));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75906:6: note: in expansion of macro ‘assert’
      assert((((((CogMethod *) header))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75916:5: note: in expansion of macro ‘assert’
     assert((GIV(argumentCount) == (argumentCountOf(GIV(newMethod))))
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75932:5: note: in expansion of macro ‘assert’
     assert(saneFunctionPointerForFailureOfPrimIndex(primIndex));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75933:5: note: in expansion of macro ‘assert’
     assert(((accessorDepth >= -1) && (accessorDepth <= 5)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75939:9: note: in expansion of macro ‘assert’
         assert(index < GIV(argumentCount));
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75942:9: note: in expansion of macro ‘assert’
         assert(isUnambiguouslyForwarder(oop));
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75977:3: note: in expansion of macro ‘assert’
   assert(GIV(primFailCode) != 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘returnAsThroughCallbackContext’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76010:2: note: in expansion of macro ‘assert’
  assert(GIV(primFailCode) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76011:2: note: in expansion of macro ‘assert’
  assert((((returnTypeOop) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76012:2: note: in expansion of macro ‘assert’
  assert(!(isImmediate(((sqInt)vmCallbackContext))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76013:2: note: in expansion of macro ‘assert’
  assert((addressCouldBeObj(callbackMethodContext))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76015:2: note: in expansion of macro ‘assert’
  assert(((debugCallbackPath = 0)) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76018:3: note: in expansion of macro ‘assert’
   assert(((debugCallbackPath = 1)) == 1);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76023:3: note: in expansion of macro ‘assert’
   assert(((debugCallbackPath = 2)) == 2);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76026:2: note: in expansion of macro ‘assert’
  assert(((debugCallbackReturns += 1)) > 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76031:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76032:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPage) == (mostRecentlyUsedPage()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76033:2: note: in expansion of macro ‘assert’
  assert(!((isFree(GIV(stackPage)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76035:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPointer) < GIV(framePointer));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76036:2: note: in expansion of macro ‘assert’
  assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76038:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76042:2: note: in expansion of macro ‘assert’
  assert(pageListIsWellFormed());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76044:3: note: in expansion of macro ‘assert’
   assert(((debugCallbackPath = debugCallbackPath | 4)) > 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76046:3: note: in expansion of macro ‘assert’
   assert(isContext(callbackMethodContext));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76049:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(callbackMethodContext)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76053:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(callbackMethodContext)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76057:3: note: in expansion of macro ‘assert’
   assert(((debugCallbackPath = debugCallbackPath | 8)) > 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76060:3: note: in expansion of macro ‘assert’
   assert((((senderOop) & 7) == 1));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76062:3: note: in expansion of macro ‘assert’
   assert((frameReceiver(theFP)) == (splObj(ClassAlien)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76064:4: note: in expansion of macro ‘assert’
    assert(((debugCallbackPath = debugCallbackPath | 16)) > 0);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76068:5: note: in expansion of macro ‘assert’
     assert(((debugCallbackPath = debugCallbackPath | 32)) > 0);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76077:5: note: in expansion of macro ‘assert’
     assert((((usqInt)aMethodObj)) >= (startOfMemory()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76079:5: note: in expansion of macro ‘assert’
     assert(isOopCompiledMethod(GIV(method)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76098:4: note: in expansion of macro ‘assert’
    assert(((debugCallbackPath = debugCallbackPath | 64)) > 0);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76101:4: note: in expansion of macro ‘assert’
    assert(isContext(callbackMethodContext));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76104:4: note: in expansion of macro ‘assert’
    assert(!(isOopForwarded(callbackMethodContext)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76108:4: note: in expansion of macro ‘assert’
    assert(!(isOopForwarded(callbackMethodContext)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76114:3: note: in expansion of macro ‘assert’
   assert(((debugCallbackPath = debugCallbackPath | 128)) > 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76117:3: note: in expansion of macro ‘assert’
   assert((((senderOop1) & 7) == 1));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76120:141: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76122:3: note: in expansion of macro ‘assert’
   assert(thePage != GIV(stackPage));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76127:3: note: in expansion of macro ‘assert’
   assert(GIV(stackPointer) < GIV(framePointer));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76130:3: note: in expansion of macro ‘assert’
   assert(((debugCallbackPath = debugCallbackPath | 256)) > 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76142:2: note: in expansion of macro ‘assert’
  assert((((usqInt)aMethodObj1)) >= (startOfMemory()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76144:2: note: in expansion of macro ‘assert’
  assert(isOopCompiledMethod(GIV(method)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76152:2: note: in expansion of macro ‘assert’
  assert(thePage != 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘safeMethodClassOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76230:3: note: in expansion of macro ‘assert’
   assert(isUnambiguouslyForwarder(literal));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76251:3: note: in expansion of macro ‘assert’
   assert(isUnambiguouslyForwarder(maybeClass));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘saneFunctionPointerForFailureOfPrimIndex’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76269:11: warning: variable ‘theClass’ set but not used [-Wunused-but-set-variable]
     sqInt theClass;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘setSignalLowSpaceFlagAndSaveProcess’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76389:2: note: in expansion of macro ‘assert’
  assert(GIV(totalFreeOldSpace) >= GIV(lowSpaceThreshold));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76398:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(GIV(specialObjectsOop))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76399:54: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(GIV(specialObjectsOop))),
                                                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘setTraceFlagOnContextsFramesPageIfNeeded’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76428:3: note: in expansion of macro ‘assert’
   assert((((senderOop) & 7) == 1));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76431:145: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   thePage = stackPageAtpages((assert((((((char *) pointer)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) pointer)) <= (((char *) GIV(pages)))))),
                                                                                                                                                 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76433:3: note: in expansion of macro ‘assert’
   assert(((((thePage->trace)) >= StackPageUnreached) && (((thePage->trace)) <= StackPageTraced)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘shortPrintContext’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76472:4: note: in expansion of macro ‘assert’
    assert((((senderOop) & 7) == 1));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘shortReversePrintFrameAndCallers’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76628:2: note: in expansion of macro ‘assert’
  assert(isBaseFrame(theFP));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76630:140: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76633:2: note: in expansion of macro ‘assert’
  assert(addressCouldBeObj(callerContextOrNil));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76634:2: note: in expansion of macro ‘assert’
  assert((callerContextOrNil == (nilObject()))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76639:3: note: in expansion of macro ‘assert’
   assert(isUnambiguouslyForwarder(caller));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘snapshot’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76827:2: note: in expansion of macro ‘assert’
  assert(!(isForwarded(activeProc)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76828:41: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(activeProc)),
                                         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76849:2: note: in expansion of macro ‘assert’
  assert((rememberedSetSize()) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76850:2: note: in expansion of macro ‘assert’
  assert(GIV(pastSpaceStart) == (((pastSpace()).start)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76851:2: note: in expansion of macro ‘assert’
  assert(GIV(freeStart) == (((eden()).start)));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76852:2: note: in expansion of macro ‘flag’
  flag("If we wanted to shrink the rememberedSet prior to snapshot this is the place to do it.");
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76860:2: note: in expansion of macro ‘assert’
  assert(bitsSetInFreeSpaceMaskForAllFreeLists());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76861:2: note: in expansion of macro ‘assert’
  assert(GIV(totalFreeOldSpace) == (totalFreeListBytes()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76875:3: note: in expansion of macro ‘assert’
   assert((((oop) & 7) == 1));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76881:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(activeContext)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76894:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(activeContext)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76922:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(rcvr1)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76926:4: note: in expansion of macro ‘assert’
    assert(!(isMachineCodeFrame(GIV(framePointer))));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76937:87: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   initialIP = (GIV(newMethod) + ((LiteralStart + ((assert((((methodHeader) & 7) == 1)),
                                                                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76945:4: note: in expansion of macro ‘assert’
    assert(isOopCompiledMethod(GIV(method)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76946:4: note: in expansion of macro ‘assert’
    assert((methodHeaderOf(GIV(method))) == methodHeader);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘spurPostBecomeAction’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77099:6: note: in expansion of macro ‘assert’
      assert(isUnambiguouslyForwarder(m));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77132:4: note: in expansion of macro ‘assert’
    assert(!(isForwarded(schedAssoc)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77138:4: note: in expansion of macro ‘assert’
    assert(isNonImmediate(objOop4));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77146:5: note: in expansion of macro ‘assert’
     assert(isNonImmediate(objOop1));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77153:5: note: in expansion of macro ‘assert’
     assert(isNonImmediate(objOop2));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77160:5: note: in expansion of macro ‘assert’
     assert(isNonImmediate(objOop3));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77168:6: note: in expansion of macro ‘assert’
      assert(isNonImmediate(objOop));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77180:5: note: in expansion of macro ‘assert’
     assert(isUnambiguouslyForwarder(obj1));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77190:5: note: in expansion of macro ‘assert’
     assert(!(isForwarded(GIV(specialObjectsOop))));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77191:56: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     if ((assert(isNonImmediate(GIV(specialObjectsOop))),
                                                        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77209:5: note: in expansion of macro ‘assert’
     assert(isUnambiguouslyForwarder(obj2));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77219:5: note: in expansion of macro ‘assert’
     assert(!(isForwarded(GIV(specialObjectsOop))));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77220:56: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     if ((assert(isNonImmediate(GIV(specialObjectsOop))),
                                                        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77238:5: note: in expansion of macro ‘assert’
     assert(isUnambiguouslyForwarder(obj3));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77248:5: note: in expansion of macro ‘assert’
     assert(!(isForwarded(GIV(specialObjectsOop))));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77249:56: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     if ((assert(isNonImmediate(GIV(specialObjectsOop))),
                                                        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77267:5: note: in expansion of macro ‘assert’
     assert(isUnambiguouslyForwarder(obj4));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77277:5: note: in expansion of macro ‘assert’
     assert(!(isForwarded(GIV(specialObjectsOop))));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77278:56: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     if ((assert(isNonImmediate(GIV(specialObjectsOop))),
                                                        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77296:5: note: in expansion of macro ‘assert’
     assert(isUnambiguouslyForwarder(xArray));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77306:5: note: in expansion of macro ‘assert’
     assert(!(isForwarded(GIV(specialObjectsOop))));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77307:56: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     if ((assert(isNonImmediate(GIV(specialObjectsOop))),
                                                        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77326:6: note: in expansion of macro ‘assert’
      assert(isUnambiguouslyForwarder(obj));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77336:6: note: in expansion of macro ‘assert’
      assert(!(isForwarded(xArray)));
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77337:41: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      if ((assert(isNonImmediate(xArray)),
                                         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77357:5: note: in expansion of macro ‘assert’
     assert(isUnambiguouslyForwarder(GIV(profileProcess)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77369:5: note: in expansion of macro ‘assert’
     assert(isUnambiguouslyForwarder(GIV(profileMethod)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77381:5: note: in expansion of macro ‘assert’
     assert(isUnambiguouslyForwarder(GIV(profileSemaphore)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘stackPageByteSize’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77486:2: note: in expansion of macro ‘assert’
  assert((largeSize > pageBytes)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘stackPointerForMaybeMarriedContext’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77506:3: note: in expansion of macro ‘assert’
   assert((ReceiverIndex + ((sp >> 3))) < (lengthOf(aContext)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77514:2: note: in expansion of macro ‘assert’
  assert((ReceiverIndex + ((sp1 >> 3))) < (lengthOf(aContext)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘stackPointerIndexForFrame’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77531:140: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘stackPositiveMachineIntegerValue’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77574:2: note: in expansion of macro ‘assert’
  assert(!(isImmediate(integerPointer)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77589:2: note: in expansion of macro ‘assert’
  assert(fmt >= (firstByteFormat()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘stObjectat’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77723:4: note: in expansion of macro ‘assert’
    assert((ReceiverIndex + ((sp >> 3))) < (lengthOf(array)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77733:3: note: in expansion of macro ‘assert’
   assert((ReceiverIndex + ((sp1 >> 3))) < (lengthOf(array)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘stObjectatput’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77852:4: note: in expansion of macro ‘assert’
    assert((ReceiverIndex + ((sp >> 3))) < (lengthOf(array)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77862:3: note: in expansion of macro ‘assert’
   assert((ReceiverIndex + ((sp1 >> 3))) < (lengthOf(array)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77882:4: note: in expansion of macro ‘assert’
    assert(!(isForwarded(array)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77883:38: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    if ((assert(isNonImmediate(array)),
                                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘storeIntegerofObjectwithValue’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77962:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(objectPointer)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘storeSenderOfFramewithValue’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77997:3: note: in expansion of macro ‘assert’
   assert((anOop == (nilObject()))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77999:3: note: in expansion of macro ‘assert’
   assert(isBaseFrame(theFP));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78000:3: note: in expansion of macro ‘assert’
   assert(((theFP + (frameStackedReceiverOffset(theFP))) + (2 * BytesPerWord)) == (((stackPageFor(theFP))->baseAddress)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78001:3: note: in expansion of macro ‘assert’
   assert((longAt((theFP + (frameStackedReceiverOffset(theFP))) + BytesPerWord)) == (frameContext(theFP)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78013:3: note: in expansion of macro ‘assert’
   assert(isBaseFrame(theFP));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78015:142: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   thePage1 = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78018:3: note: in expansion of macro ‘assert’
   assert(addressCouldBeObj(callerContextOrNil));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78019:3: note: in expansion of macro ‘assert’
   assert((callerContextOrNil == (nilObject()))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78027:3: note: in expansion of macro ‘assert’
   assert(isContext(frameContext(callerFP)));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:204:31: warning: statement with no effect [-Wunused-value]
 # define longAtPointer(ptr)   (*(sqInt *)(ptr))
                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:229:25: note: in expansion of macro ‘longAtPointer’
 # define longAt(oop)    longAtPointer(atPointerArg(oop))
                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78028:3: note: in expansion of macro ‘longAt’
   longAt(callerFP + FoxThisContext);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78031:55: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  marryFrameSP(callerFP, (assert(!(isBaseFrame(theFP))),
                                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78035:140: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78037:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPage) == (mostRecentlyUsedPage()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78056:3: note: in expansion of macro ‘assert’
   assert(newPage != 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78066:2: note: in expansion of macro ‘assert’
  assert(isBaseFrame(theMovedFP));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78068:2: note: in expansion of macro ‘assert’
  assert((anOop == (nilObject()))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78070:2: note: in expansion of macro ‘assert’
  assert(isBaseFrame(theMovedFP));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78071:2: note: in expansion of macro ‘assert’
  assert(((theMovedFP + (frameStackedReceiverOffset(theMovedFP))) + (2 * BytesPerWord)) == (((stackPageFor(theMovedFP))->baseAddress)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78072:2: note: in expansion of macro ‘assert’
  assert((longAt((theMovedFP + (frameStackedReceiverOffset(theMovedFP))) + BytesPerWord)) == (frameContext(theMovedFP)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77986:11: warning: variable ‘callerContextOrNil’ set but not used [-Wunused-but-set-variable]
     sqInt callerContextOrNil;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘stSizeOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78146:3: note: in expansion of macro ‘assert’
   assert(!(isContextHeader(hdr)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘tempCountOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78199:2: note: in expansion of macro ‘assert’
  assert(isCompiledMethod(methodPointer));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78205:3: note: in expansion of macro ‘assert’
   assert((((usqInt)header1)) < GIV(newSpaceStart));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78206:3: note: in expansion of macro ‘assert’
   assert((((((CogMethod *) header1))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘ultimateLiteralOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78225:2: note: in expansion of macro ‘assert’
  assert(isOopCompiledMethod(aMethodOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘unfollowatIndex’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78243:2: note: in expansion of macro ‘assert’
  assert(isUnambiguouslyForwarder(litVar));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78253:2: note: in expansion of macro ‘assert’
  assert(!(isForwarded(GIV(method))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78254:42: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(GIV(method))),
                                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘updateDisplayLeftTopRightBottom’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78305:3: note: in expansion of macro ‘assert’
   assert(isNonImmediate(((sqInt)displayBits)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘wakeHighestPriority’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78402:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78403:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPage) == (mostRecentlyUsedPage()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78404:2: note: in expansion of macro ‘assert’
  assert(!((isFree(GIV(stackPage)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78406:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPointer) < GIV(framePointer));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78407:2: note: in expansion of macro ‘assert’
  assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78409:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78413:2: note: in expansion of macro ‘assert’
  assert(pageListIsWellFormed());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78420:3: note: in expansion of macro ‘assert’
   assert((classIndexOf(schedLists)) > (isForwardedObjectClassIndexPun()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78432:48: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   while (!((assert(!(isForwarded(processList))),
                                                ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78460:7: warning: statement with no effect [-Wunused-value]
  error("scheduler could not find a runnable process");
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘writeImageFileIO’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78509:2: note: in expansion of macro ‘assert’
  assert(newSpaceIsEmpty());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78558:2: note: in expansion of macro ‘assert’
  assert((headerStart + headerSize) == (sqImageFilePosition(f)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘cloneContext’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78598:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(aContext)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78608:4: note: in expansion of macro ‘assert’
    assert(!(isOopForwarded(cloned)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78614:4: note: in expansion of macro ‘assert’
    assert(!(isOopForwarded(cloned)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78621:4: note: in expansion of macro ‘assert’
    assert((((senderOop) & 7) == 1));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78633:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(cloned)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78642:5: note: in expansion of macro ‘assert’
     assert(!(isOopForwarded(cloned)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘fieldOrSenderFPofContext’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78671:2: note: in expansion of macro ‘assert’
  assert((((senderOop) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘fieldofFrame’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78704:144: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     (thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                                ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78702:31: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     assert(isBaseFrame(theFP)),
                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78706:58: warning: right-hand operand of comma expression has no effect [-Wunused-value]
     (callerContextOrNil = longAt((thePage->baseAddress))),
                                                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78707:50: warning: right-hand operand of comma expression has no effect [-Wunused-value]
     assert(addressCouldBeObj(callerContextOrNil)),
                                                  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78714:82: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      ? (assert(checkIsStillMarriedContextcurrentFP(frameContext(callerFP), null)),
                                                                                  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78745:3: note: in expansion of macro ‘assert’
   assert((((index - CtxtTempFrameStart) >= 0) && ((index - CtxtTempFrameStart) <= (stackPointerIndexForFrame(theFP)))));
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘getHandler’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:204:31: warning: return makes pointer from integer without a cast [-Wint-conversion]
 # define longAtPointer(ptr)   (*(sqInt *)(ptr))
                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:229:25: note: in expansion of macro ‘longAtPointer’
 # define longAt(oop)    longAtPointer(atPointerArg(oop))
                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78782:9: note: in expansion of macro ‘longAt’
  return longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘marshallAndPushReturnValueFromofTypepoping’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78895:10: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   ptr[0] = aPointer;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78906: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_v8.6.0-alpha/build/generated/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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘marshallArgumentFromatIndexintoofTypewithSize’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78991:12: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
    address = longAt((oop1 + BaseHeaderSize) + (0U << (shiftForWord())));
            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79010: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_v8.6.0-alpha/build/generated/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,
 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘noInlineLoadFloatOrIntFrom’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79171:4: note: in expansion of macro ‘assert’
    assert(isImmediateFloat(floatOrInt));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveAllVMParameters’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79279:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79283:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79287:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79291:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79295:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79299:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79303:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79307:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79311:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79315:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(result)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79320:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79324:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79328:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79332:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79336:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79340:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79343:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79347:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79351:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79355:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79359:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79363:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79367:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79371:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79375:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79379:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79383:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79389:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79393:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79397:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79401:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79405:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79408:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79411:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79415:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79418:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79421:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79425:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79428:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79432:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79436:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79440:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79444:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79448:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79452:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79456:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79460:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79464:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79468:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79472:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79476:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79480:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79484:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79488:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79492:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79496:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79508:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79512:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79516:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79520:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79524:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79528:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79532:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79536:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79540:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79544:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(result)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveContextAt’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79705:5: note: in expansion of macro ‘assert’
     assert((ReceiverIndex + ((sp4 >> 3))) < (lengthOf(aContext)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79715:4: note: in expansion of macro ‘assert’
    assert((ReceiverIndex + ((sp11 >> 3))) < (lengthOf(aContext)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79771:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79772:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPage) == (mostRecentlyUsedPage()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79773:2: note: in expansion of macro ‘assert’
  assert(!((isFree(GIV(stackPage)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79775:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPointer) < GIV(framePointer));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79776:2: note: in expansion of macro ‘assert’
  assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79778:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79782:2: note: in expansion of macro ‘assert’
  assert(pageListIsWellFormed());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79836:3: note: in expansion of macro ‘assert’
   assert((ReceiverIndex + ((sp3 >> 3))) < (lengthOf(aContext)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79874:2: note: in expansion of macro ‘assert’
  assert((((senderOop) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveContextAtPut’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80010:5: note: in expansion of macro ‘assert’
     assert((ReceiverIndex + ((sp4 >> 3))) < (lengthOf(aContext)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80020:4: note: in expansion of macro ‘assert’
    assert((ReceiverIndex + ((sp11 >> 3))) < (lengthOf(aContext)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80041:5: note: in expansion of macro ‘assert’
     assert(!(isForwarded(aContext)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80042:42: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     if ((assert(isNonImmediate(aContext)),
                                          ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80118:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80119:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPage) == (mostRecentlyUsedPage()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80120:2: note: in expansion of macro ‘assert’
  assert(!((isFree(GIV(stackPage)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80122:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPointer) < GIV(framePointer));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80123:2: note: in expansion of macro ‘assert’
  assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80125:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80129:2: note: in expansion of macro ‘assert’
  assert(pageListIsWellFormed());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80183:3: note: in expansion of macro ‘assert’
   assert((ReceiverIndex + ((sp3 >> 3))) < (lengthOf(aContext)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80194:4: note: in expansion of macro ‘assert’
    assert(!(isForwarded(aContext)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80195:41: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    if ((assert(isNonImmediate(aContext)),
                                         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80261:2: note: in expansion of macro ‘assert’
  assert((((senderOop) & 7) == 1));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveContextSize’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80359:3: note: in expansion of macro ‘assert’
   assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80360:3: note: in expansion of macro ‘assert’
   assert(GIV(stackPage) == (mostRecentlyUsedPage()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80361:3: note: in expansion of macro ‘assert’
   assert(!((isFree(GIV(stackPage)))));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80363:3: note: in expansion of macro ‘assert’
   assert(GIV(stackPointer) < GIV(framePointer));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80364:3: note: in expansion of macro ‘assert’
   assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80366:3: note: in expansion of macro ‘assert’
   assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80370:3: note: in expansion of macro ‘assert’
   assert(pageListIsWellFormed());
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80375:4: note: in expansion of macro ‘assert’
    assert((ReceiverIndex + ((sp2 >> 3))) < (lengthOf(rcvr)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80385:3: note: in expansion of macro ‘assert’
   assert((ReceiverIndex + ((sp1 >> 3))) < (lengthOf(rcvr)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveDoNamedPrimitiveWithArgs’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80502:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(argumentArray)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80513:2: note: in expansion of macro ‘assert’
  assert(isCompiledMethod(methodArg));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80519:3: note: in expansion of macro ‘assert’
   assert((((usqInt)header)) < GIV(newSpaceStart));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80520:3: note: in expansion of macro ‘assert’
   assert((((((CogMethod *) header))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80523:45: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if (!(((assert((((methodHeader) & 7) == 1)),
                                             ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80538:2: note: in expansion of macro ‘assert’
  assert(!(isImmediate(spec)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80665:2: note: in expansion of macro ‘assert’
  assert((knownClassAtIndex(ClassArrayCompactIndex)) != GIV(nilObj));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80666:2: note: in expansion of macro ‘assert’
  assert((2 /* arrayFormat */) == (instSpecOfClass(knownClassAtIndex(ClassArrayCompactIndex))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80670:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(GIV(tempOop))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80674:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(GIV(tempOop))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80680:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(GIV(tempOop))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80686:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(GIV(tempOop))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80479:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80443:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveDoPrimitiveWithArgs’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80793:2: note: in expansion of macro ‘assert’
  assert((classIndexOf(argumentArray)) > (isForwardedObjectClassIndexPun()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80825:4: note: in expansion of macro ‘assert’
    assert(isUnambiguouslyForwarder(rcvr));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80872:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(stackValue(GIV(argumentCount)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80873:2: note: in expansion of macro ‘assert’
  assert((remapBufferCount()) == 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80880:2: note: in expansion of macro ‘assert’
  assert(maybeLeakCheckExternalPrimCall(GIV(newMethod)));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80899:4: note: in expansion of macro ‘flag’
    flag("Would be nice to make this a message send of e.g. unbalancedPrimitive to the current process or context");
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80907:2: warning: statement with no effect [-Wunused-value]
  !GIV(primFailCode);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveExecuteMethod’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80970:2: note: in expansion of macro ‘assert’
  assert(isCompiledMethod(GIV(newMethod)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80976:3: note: in expansion of macro ‘assert’
   assert((((usqInt)header)) < GIV(newSpaceStart));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80977:3: note: in expansion of macro ‘assert’
   assert((((((CogMethod *) header))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveExecuteMethodArgsArray’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81035:2: note: in expansion of macro ‘assert’
  assert(isCompiledMethod(methodArgument));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81041:3: note: in expansion of macro ‘assert’
   assert((((usqInt)header1)) < GIV(newSpaceStart));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81042:3: note: in expansion of macro ‘assert’
   assert((((((CogMethod *) header1))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81078:2: note: in expansion of macro ‘assert’
  assert(isCompiledMethod(GIV(newMethod)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81084:3: note: in expansion of macro ‘assert’
   assert((((usqInt)header2)) < GIV(newSpaceStart));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81085:3: note: in expansion of macro ‘assert’
   assert((((((CogMethod *) header2))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveExternalCall’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81206:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(lit)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81209:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(lit)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81310:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(lit)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81314:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(lit)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81338:3: note: in expansion of macro ‘assert’
   assert((fetchPointerofObject(2, lit)) == ConstZero);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81150:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveFindHandlerContext’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81356:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81357:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPage) == (mostRecentlyUsedPage()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81358:2: note: in expansion of macro ‘assert’
  assert(!((isFree(GIV(stackPage)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81360:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPointer) < GIV(framePointer));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81361:2: note: in expansion of macro ‘assert’
  assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81363:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81367:2: note: in expansion of macro ‘assert’
  assert(pageListIsWellFormed());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveFindNextUnwindContext’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81418:2: note: in expansion of macro ‘assert’
  assert(stopContext != calleeContext);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81420:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81421:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPage) == (mostRecentlyUsedPage()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81422:2: note: in expansion of macro ‘assert’
  assert(!((isFree(GIV(stackPage)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81424:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPointer) < GIV(framePointer));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81425:2: note: in expansion of macro ‘assert’
  assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81427:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81431:2: note: in expansion of macro ‘assert’
  assert(pageListIsWellFormed());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81436:3: note: in expansion of macro ‘assert’
   assert((((senderOop) & 7) == 1));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81465:8: note: in expansion of macro ‘assert’
        assert(!(isBaseFrame(theFPAbove)));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81472:8: note: in expansion of macro ‘assert’
        assert(isContext(frameContext(theFP1)));
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81484:4: note: in expansion of macro ‘assert’
    assert(isBaseFrame(theFPAbove));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81486:152: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    thePage = stackPageAtpages((assert((((((char *) theFPAbove)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFPAbove)) <= (((char *) GIV(pages)))))),
                                                                                                                                                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81489:4: note: in expansion of macro ‘assert’
    assert(addressCouldBeObj(callerContextOrNil));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81490:4: note: in expansion of macro ‘assert’
    assert((callerContextOrNil == (nilObject()))
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveFullGC’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81541:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81542:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPage) == (mostRecentlyUsedPage()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81543:2: note: in expansion of macro ‘assert’
  assert(!((isFree(GIV(stackPage)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81545:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPointer) < GIV(framePointer));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81546:2: note: in expansion of macro ‘assert’
  assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81548:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81552:2: note: in expansion of macro ‘assert’
  assert(pageListIsWellFormed());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81559:7: warning: statement with no effect [-Wunused-value]
  error("shouldNotImplement");
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveIncrementalGC’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81841:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81842:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPage) == (mostRecentlyUsedPage()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81843:2: note: in expansion of macro ‘assert’
  assert(!((isFree(GIV(stackPage)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81845:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPointer) < GIV(framePointer));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81846:2: note: in expansion of macro ‘assert’
  assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81848:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81852:2: note: in expansion of macro ‘assert’
  assert(pageListIsWellFormed());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveInstVarAtPut’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82097:4: note: in expansion of macro ‘assert’
    assert(!(isForwarded(rcvr)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82098:37: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    if ((assert(isNonImmediate(rcvr)),
                                     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveLongRunningPrimitive’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82202:3: note: in expansion of macro ‘assert’
   assert(!(isForwarded(result)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82203:38: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   if ((assert(isNonImmediate(result)),
                                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82217:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(result)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82220:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(result)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveObjectPointsTo’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82278:5: note: in expansion of macro ‘assert’
     assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82279:5: note: in expansion of macro ‘assert’
     assert(GIV(stackPage) == (mostRecentlyUsedPage()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82280:5: note: in expansion of macro ‘assert’
     assert(!((isFree(GIV(stackPage)))));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82282:5: note: in expansion of macro ‘assert’
     assert(GIV(stackPointer) < GIV(framePointer));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82283:5: note: in expansion of macro ‘assert’
     assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82285:5: note: in expansion of macro ‘assert’
     assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82289:5: note: in expansion of macro ‘assert’
     assert(pageListIsWellFormed());
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82305:4: note: in expansion of macro ‘assert’
    assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82320:3: note: in expansion of macro ‘assert’
   assert(isCompiledMethod(rcvr));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82326:4: note: in expansion of macro ‘assert’
    assert((((usqInt)header1)) < GIV(newSpaceStart));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82327:4: note: in expansion of macro ‘assert’
    assert((((((CogMethod *) header1))->objectHeader)) == (nullHeaderForMachineCodeMethod()));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82336:51: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   numSlots = ((assert((((methodHeader) & 7) == 1)),
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82339:2: note: in expansion of macro ‘assert’
  assert((((numSlots - 1) * BytesPerOop) + BaseHeaderSize) == (lastPointerOf(rcvr)));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitivePerform’:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82378:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(GIV(messageSelector)), lengthOfMaybeImmediate(GIV(messageSelector)), newReceiver);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveSameThreadCallout’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82519:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82559:13: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
   argHolder = alloca((argType->size));
             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82560:17: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   parameters[i] = argHolder;
                 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82575: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78802:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
 marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount)
 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveSignalAtMilliseconds’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82637:4: note: in expansion of macro ‘assert’
    assert(!(isForwarded(GIV(specialObjectsOop))));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82638:55: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    if ((assert(isNonImmediate(GIV(specialObjectsOop))),
                                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82662:4: note: in expansion of macro ‘assert’
    assert(!(isForwarded(GIV(specialObjectsOop))));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82663:55: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    if ((assert(isNonImmediate(GIV(specialObjectsOop))),
                                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveSignalAtUTCMicroseconds’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82708:4: note: in expansion of macro ‘assert’
    assert(!(isForwarded(GIV(specialObjectsOop))));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82709:55: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    if ((assert(isNonImmediate(GIV(specialObjectsOop))),
                                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82729:4: note: in expansion of macro ‘assert’
    assert(!(isForwarded(GIV(specialObjectsOop))));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82730:55: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    if ((assert(isNonImmediate(GIV(specialObjectsOop))),
                                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveSlotAt’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82805:3: note: in expansion of macro ‘assert’
   assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82813:5: note: in expansion of macro ‘assert’
     assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82814:5: note: in expansion of macro ‘assert’
     assert(GIV(stackPage) == (mostRecentlyUsedPage()));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82815:5: note: in expansion of macro ‘assert’
     assert(!((isFree(GIV(stackPage)))));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82817:5: note: in expansion of macro ‘assert’
     assert(GIV(stackPointer) < GIV(framePointer));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82818:5: note: in expansion of macro ‘assert’
     assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82820:5: note: in expansion of macro ‘assert’
     assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82824:5: note: in expansion of macro ‘assert’
     assert(pageListIsWellFormed());
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82855:3: note: in expansion of macro ‘assert’
   assert(fmt1 >= (firstByteFormat()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveSlotAtPut’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82979:3: note: in expansion of macro ‘assert’
   assert((classIndexOf(rcvr)) > (isForwardedObjectClassIndexPun()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82990:5: note: in expansion of macro ‘assert’
     assert(!(isForwarded(rcvr)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82991:38: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     if ((assert(isNonImmediate(rcvr)),
                                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83037:2: note: in expansion of macro ‘assert’
  assert(!(isImmediate(newValue)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83053:2: note: in expansion of macro ‘assert’
  assert(fmt2 >= (firstByteFormat()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83092:3: note: in expansion of macro ‘assert’
   assert(fmt1 >= (firstByteFormat()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreStackp’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83210:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) - GIV(stackPointer)) < (LargeContextSlots * BytesPerOop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83211:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPage) == (mostRecentlyUsedPage()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83212:2: note: in expansion of macro ‘assert’
  assert(!((isFree(GIV(stackPage)))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83214:2: note: in expansion of macro ‘assert’
  assert(GIV(stackPointer) < GIV(framePointer));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83215:2: note: in expansion of macro ‘assert’
  assert((GIV(stackPointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83217:2: note: in expansion of macro ‘assert’
  assert((GIV(framePointer) < ((GIV(stackPage)->baseAddress)))
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83221:2: note: in expansion of macro ‘assert’
  assert(pageListIsWellFormed());
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83226:3: note: in expansion of macro ‘assert’
   assert((((senderOop) & 7) == 1));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83229:141: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83246:4: note: in expansion of macro ‘assert’
    assert(GIV(stackPage) == (stackPageFor(GIV(framePointer))));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83256:2: note: in expansion of macro ‘assert’
  assert((ReceiverIndex + ((sp >> 3))) < (lengthOf(ctxt)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83262:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(ctxt)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83266:2: note: in expansion of macro ‘assert’
  assert((ReceiverIndex + newStackp) < (lengthOf(ctxt)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83268:2: note: in expansion of macro ‘assert’
  assert(!(isOopForwarded(ctxt)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveVMParameter’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83530:4: note: in expansion of macro ‘assert’
    assert((currentAllocatedBytes()) == arg);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveWorkerCallout’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83733:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83798:13: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
   argHolder = malloc((argType->size));
             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83799:17: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   parameters[i] = argHolder;
                 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83804:10: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
     aPtr = parameters[i1];
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83807: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_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:20:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83829:10: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  ptr1[0] = aPointer;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveWorkerExtractReturnValue’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83869:14: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  taskAddress = longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83885: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78802:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
 marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83891:23: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
    anParameterAddress = parameters[i];
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83893:26: warning: passing argument 1 of ‘free’ makes pointer from integer without a cast [-Wint-conversion]
     doFreeFromTask(task, anParameterAddress);
                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2811:47: note: in definition of macro ‘doFreeFromTask’
 #define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                               ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:20:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83902:23: warning: passing argument 1 of ‘free’ makes pointer from integer without a cast [-Wint-conversion]
  doFreeFromTask(task, ((sqInt)task));
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2811:47: note: in definition of macro ‘doFreeFromTask’
 #define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                               ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:20:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83852:13: warning: variable ‘worker’ set but not used [-Wunused-but-set-variable]
     Worker *worker;
             ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘pruneStackstackp’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83938:4: note: in expansion of macro ‘assert’
    assert(((oopForPointer(((char *) objOrFP))) & (BytesPerWord - 1)) == 0);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83942:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(stack)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83949:3: note: in expansion of macro ‘assert’
   assert(!(isOopForwarded(stack)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83954:2: note: in expansion of macro ‘assert’
  assert(addressCouldBeOop(oop));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83957:8: warning: statement with no effect [-Wunused-value]
   error("remapBuffer overflow");
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83964:4: note: in expansion of macro ‘assert’
    assert((((objOrFP) & 7) == 1));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83967:142: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                                                                              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: in definition of macro ‘stackPageAtpages’
 #define stackPageAtpages(index,pages) ((pages) + (index))
                                                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83982:9: warning: statement with no effect [-Wunused-value]
    error("did not find theFP in stack page");
         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83989:5: note: in expansion of macro ‘assert’
     assert(isContext(frameContext(theFP)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83993:69: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    objOrFP = marryFrameSP(theFP, (assert(!(isBaseFrame(theFPAbove))),
                                                                     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:84001:4: note: in expansion of macro ‘assert’
    assert(!(isForwarded(theStack)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:84002:41: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    if ((assert(isNonImmediate(theStack)),
                                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83924:11: warning: variable ‘oop1’ set but not used [-Wunused-but-set-variable]
     sqInt oop1;
           ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘ptEnterInterpreterFromCallback’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:84067:2: note: in expansion of macro ‘assert’
  assert(!(isForwarded(suspendedProcess)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:84068:47: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(suspendedProcess)),
                                               ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:84082:2: note: in expansion of macro ‘assert’
  assert(!(isForwarded(GIV(specialObjectsOop))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:84083:53: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(GIV(specialObjectsOop))),
                                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘ptExitInterpreterToCallback’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:84114:8: warning: statement with no effect [-Wunused-value]
   error("SameThreadCalloutSuspendedProcessStack is empty");
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:84119:2: note: in expansion of macro ‘assert’
  assert(!(isForwarded(GIV(specialObjectsOop))));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:84120:53: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(GIV(specialObjectsOop))),
                                                     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:84134:2: note: in expansion of macro ‘assert’
  assert(!(isForwarded(aProcess)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:84135:39: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if ((assert(isNonImmediate(aProcess)),
                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘readAddress’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:204:31: warning: return makes pointer from integer without a cast [-Wint-conversion]
 # define longAtPointer(ptr)   (*(sqInt *)(ptr))
                               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:229:25: note: in expansion of macro ‘longAtPointer’
 # define longAt(oop)    longAtPointer(atPointerArg(oop))
                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:84178:9: note: in expansion of macro ‘longAt’
  return longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘unmarkAfterPathTo’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:84205:2: note: in expansion of macro ‘assert’
  assert(isOldObject(GIV(nilObj)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:84209:3: note: in expansion of macro ‘assert’
   assert((objOop1 % (allocationUnit())) == 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:84211:3: note: in expansion of macro ‘assert’
   assert((long64At(objOop1)) != 0);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:84215:5: note: in expansion of macro ‘assert’
     assert(!(isFreeObject(objOop1)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:84221:6: note: in expansion of macro ‘assert’
      assert(!(isFreeObject(objOop1)));
      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:84234:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:84246:2: note: in expansion of macro ‘assert’
  assert((((pastSpace()).start)) < (((eden()).start)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:84258:5: note: in expansion of macro ‘assert’
     assert(!(isFreeObject(objOop)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:84264:6: note: in expansion of macro ‘assert’
      assert(!(isFreeObject(objOop)));
      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:84277:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:84294:5: note: in expansion of macro ‘assert’
     assert(!(isFreeObject(objOop)));
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:84300:6: note: in expansion of macro ‘assert’
      assert(!(isFreeObject(objOop)));
      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:25:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/unix/sqGnu.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:352:19: warning: statement with no effect [-Wunused-value]
 #define flag(foo) 0
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:84313:3: note: in expansion of macro ‘flag’
   flag("endianness");
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:84201:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:84200:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: At top level:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13866:1: warning: ‘cmHomeMethod’ defined but not used [-Wunused-function]
 cmHomeMethod(CogBlockMethod * self_in_cmHomeMethod)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14029:1: warning: ‘pageListIsWellFormed’ defined but not used [-Wunused-function]
 pageListIsWellFormed(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14448:1: warning: ‘asCogHomeMethod’ defined but not used [-Wunused-function]
 asCogHomeMethod(CogBlockMethod *aCogMethod)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17098:1: warning: ‘deferStackLimitSmashAroundwith’ defined but not used [-Wunused-function]
 deferStackLimitSmashAroundwith(void (*functionSymbol)(sqInt), sqInt arg)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17989:1: warning: ‘frameHasContext’ defined but not used [-Wunused-function]
 frameHasContext(char *theFP)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18001:1: warning: ‘frameIsBlockActivation’ defined but not used [-Wunused-function]
 frameIsBlockActivation(char *theFP)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18010:1: warning: ‘frameMethodObject’ defined but not used [-Wunused-function]
 frameMethodObject(char *theFP)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18022:1: warning: ‘frameNumArgs’ defined but not used [-Wunused-function]
 frameNumArgs(char *theFP)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18038:1: warning: ‘frameReceiver’ defined but not used [-Wunused-function]
 frameReceiver(char *theFP)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18278:1: warning: ‘iframeIsBlockActivation’ defined but not used [-Wunused-function]
 iframeIsBlockActivation(char *theFP)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18285:1: warning: ‘iframeReceiver’ defined but not used [-Wunused-function]
 iframeReceiver(char *theFP)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18292:1: warning: ‘iframeSavedIP’ defined but not used [-Wunused-function]
 iframeSavedIP(char *theFP)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18528:1: warning: ‘isMachineCodeFrame’ defined but not used [-Wunused-function]
 isMachineCodeFrame(char *theFP)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19417:1: warning: ‘mframeIsBlockActivation’ defined but not used [-Wunused-function]
 mframeIsBlockActivation(char *theFP)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19424:1: warning: ‘mframeReceiver’ defined but not used [-Wunused-function]
 mframeReceiver(char *theFP)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19840:1: warning: ‘newMethodInLookupCacheAtand’ defined but not used [-Wunused-function]
 newMethodInLookupCacheAtand(sqInt selector, sqInt classTag)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22397:1: warning: ‘stackLimitOffset’ defined but not used [-Wunused-function]
 stackLimitOffset(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22410:1: warning: ‘stackPageHeadroom’ defined but not used [-Wunused-function]
 stackPageHeadroom(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44073:1: warning: ‘headerWhileForwardingOf’ defined but not used [-Wunused-function]
 headerWhileForwardingOf(sqInt aCompiledMethodObjOop)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45368:1: warning: ‘isImmediateFloat’ defined but not used [-Wunused-function]
 isImmediateFloat(sqInt oop)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45477:1: warning: ‘maxSlotsForAlloc’ defined but not used [-Wunused-function]
 maxSlotsForAlloc(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45489:1: warning: ‘numFreeLists’ defined but not used [-Wunused-function]
 numFreeLists(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45719:1: warning: ‘wordIndexableFormat’ defined but not used [-Wunused-function]
 wordIndexableFormat(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45780:1: warning: ‘allNewSpaceObjectsHaveZeroRTRefCount’ defined but not used [-Wunused-function]
 allNewSpaceObjectsHaveZeroRTRefCount(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45859:1: warning: ‘allWeakSurvivorsOnWeakList’ defined but not used [-Wunused-function]
 allWeakSurvivorsOnWeakList(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46254:1: warning: ‘firstCorpse’ defined but not used [-Wunused-function]
 firstCorpse(sqInt headOfCorpseList)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46505:1: warning: ‘noUnfiredEphemeronsAtEndOfRememberedSet’ defined but not used [-Wunused-function]
 noUnfiredEphemeronsAtEndOfRememberedSet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48396:1: warning: ‘allObjectsUnmarked’ defined but not used [-Wunused-function]
 allObjectsUnmarked(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48511:1: warning: ‘allOldMarkedWeakObjectsOnWeaklingStack’ defined but not used [-Wunused-function]
 allOldMarkedWeakObjectsOnWeaklingStack(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48974:1: warning: ‘allocationUnit’ defined but not used [-Wunused-function]
 allocationUnit(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48986:1: warning: ‘allStrongSlotsOfWeaklingAreMarked’ defined but not used [-Wunused-function]
 allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49012:1: warning: ‘allUnscannedEphemeronsAreActive’ defined but not used [-Wunused-function]
 allUnscannedEphemeronsAreActive(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49045:1: warning: ‘assertInnerValidFreeObject’ defined but not used [-Wunused-function]
 assertInnerValidFreeObject(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49636:1: warning: ‘bitsSetInFreeSpaceMaskForAllFreeLists’ defined but not used [-Wunused-function]
 bitsSetInFreeSpaceMaskForAllFreeLists(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49652:1: warning: ‘bridgeSize’ defined but not used [-Wunused-function]
 bridgeSize(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49659:1: warning: ‘byteFormatMask’ defined but not used [-Wunused-function]
 byteFormatMask(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:50994:1: warning: ‘classIndexFieldWidth’ defined but not used [-Wunused-function]
 classIndexFieldWidth(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51132:1: warning: ‘classTableRootSlots’ defined but not used [-Wunused-function]
 classTableRootSlots(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52198:1: warning: ‘ephemeronFormat’ defined but not used [-Wunused-function]
 ephemeronFormat(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52205:1: warning: ‘existInstancesInNewSpaceOf’ defined but not used [-Wunused-function]
 existInstancesInNewSpaceOf(sqInt classObj)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52396:1: warning: ‘fetchPointerofFreeChunk’ defined but not used [-Wunused-function]
 fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52762:1: warning: ‘firstFixedFieldOfMaybeImmediate’ defined but not used [-Wunused-function]
 firstFixedFieldOfMaybeImmediate(sqInt oop)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53067:1: warning: ‘formatOf’ defined but not used [-Wunused-function]
 formatOf(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53077:1: warning: ‘forwardedFormat’ defined but not used [-Wunused-function]
 forwardedFormat(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53089:1: warning: ‘forwardersIn’ defined but not used [-Wunused-function]
 forwardersIn(sqInt anObject)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53115:1: warning: ‘freeChunkNextIndex’ defined but not used [-Wunused-function]
 freeChunkNextIndex(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53125:1: warning: ‘freeChunkParentIndex’ defined but not used [-Wunused-function]
 freeChunkParentIndex(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53136:1: warning: ‘freeChunkPrevIndex’ defined but not used [-Wunused-function]
 freeChunkPrevIndex(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53318:1: warning: ‘goodContextSize’ defined but not used [-Wunused-function]
 goodContextSize(sqInt oop)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53414:1: warning: ‘hasSpurMemoryManagerAPI’ defined but not used [-Wunused-function]
 hasSpurMemoryManagerAPI(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53488:1: warning: ‘hiddenRootSlots’ defined but not used [-Wunused-function]
 hiddenRootSlots(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53495:1: warning: ‘hiddenRootsObject’ defined but not used [-Wunused-function]
 hiddenRootsObject(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54548:1: warning: ‘isCompiledMethodHeader’ defined but not used [-Wunused-function]
 isCompiledMethodHeader(sqInt objHeader)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54565:1: warning: ‘isContextHeader’ defined but not used [-Wunused-function]
 isContextHeader(sqInt aHeader)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54583:1: warning: ‘isCopiedIntoSegment’ defined but not used [-Wunused-function]
 isCopiedIntoSegment(sqInt anObjectInTheHeap)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54606:1: warning: ‘isEnumerableObjectNoAssert’ defined but not used [-Wunused-function]
 isEnumerableObjectNoAssert(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54642:1: warning: ‘isEphemeron’ defined but not used [-Wunused-function]
 isEphemeron(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54662:1: warning: ‘isForwardedClassTag’ defined but not used [-Wunused-function]
 isForwardedClassTag(sqInt classIndex)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54687:1: warning: ‘isFreeObject’ defined but not used [-Wunused-function]
 isFreeObject(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54694:1: warning: ‘isFreeOop’ defined but not used [-Wunused-function]
 isFreeOop(sqInt oop)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54709:1: warning: ‘isInClassTable’ defined but not used [-Wunused-function]
 isInClassTable(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54732:1: warning: ‘isInEden’ defined but not used [-Wunused-function]
 isInEden(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54739:1: warning: ‘isInFutureSpace’ defined but not used [-Wunused-function]
 isInFutureSpace(sqInt address)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54774:1: warning: ‘isInNewSpace’ defined but not used [-Wunused-function]
 isInNewSpace(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54789:1: warning: ‘isInPastSpace’ defined but not used [-Wunused-function]
 isInPastSpace(sqInt address)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54796:1: warning: ‘isLargeFreeObject’ defined but not used [-Wunused-function]
 isLargeFreeObject(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54803:1: warning: ‘isMaybeFiredEphemeron’ defined but not used [-Wunused-function]
 isMaybeFiredEphemeron(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54822:1: warning: ‘isObjEphemeron’ defined but not used [-Wunused-function]
 isObjEphemeron(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54833:1: warning: ‘isObjImmutable’ defined but not used [-Wunused-function]
 isObjImmutable(sqInt anOop)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54937:1: warning: ‘isRemembered’ defined but not used [-Wunused-function]
 isRemembered(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54947:1: warning: ‘isSegmentBridge’ defined but not used [-Wunused-function]
 isSegmentBridge(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54954:1: warning: ‘isSemaphoreOop’ defined but not used [-Wunused-function]
 isSemaphoreOop(sqInt anOop)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55014:1: warning: ‘isValidObjStackAt’ defined but not used [-Wunused-function]
 isValidObjStackAt(sqInt objStackRootIndex)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55161:1: warning: ‘isWeakNonImm’ defined but not used [-Wunused-function]
 isWeakNonImm(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55302:1: warning: ‘knownClassAtIndex’ defined but not used [-Wunused-function]
 knownClassAtIndex(sqInt classIndex)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55311:1: warning: ‘lastPointerFormat’ defined but not used [-Wunused-function]
 lastPointerFormat(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55440:1: warning: ‘lengthOfMaybeImmediate’ defined but not used [-Wunused-function]
 lengthOfMaybeImmediate(sqInt oop)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57800:1: warning: ‘newSpaceIsEmpty’ defined but not used [-Wunused-function]
 newSpaceIsEmpty(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58035:1: warning: ‘noUnscannedEphemerons’ defined but not used [-Wunused-function]
 noUnscannedEphemerons(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62142:1: warning: ‘slidingCompactionInProgress’ defined but not used [-Wunused-function]
 slidingCompactionInProgress(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62210:1: warning: ‘startOfObject’ defined but not used [-Wunused-function]
 startOfObject(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63253:1: warning: ‘validClassTableHashes’ defined but not used [-Wunused-function]
 validClassTableHashes(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63334:1: warning: ‘validFreeTreeChunk’ defined but not used [-Wunused-function]
 validFreeTreeChunk(sqInt chunk)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63377:1: warning: ‘validObjStacks’ defined but not used [-Wunused-function]
 validObjStacks(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64131:1: warning: ‘isMobile’ defined but not used [-Wunused-function]
 isMobile(sqInt obj)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64142:1: warning: ‘isPostMobile’ defined but not used [-Wunused-function]
 isPostMobile(sqInt obj)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64409:1: warning: ‘savedFirstFieldsSpaceWasAllocated’ defined but not used [-Wunused-function]
 savedFirstFieldsSpaceWasAllocated(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65307:1: warning: ‘validRelocationPlanInPass’ defined but not used [-Wunused-function]
 validRelocationPlanInPass(sqInt onePass)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65372:1: warning: ‘segLimit’ defined but not used [-Wunused-function]
 segLimit(SpurSegmentInfo * self_in_segLimit)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65467:1: warning: ‘allBridgesMarked’ defined but not used [-Wunused-function]
 allBridgesMarked(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65517:1: warning: ‘bridgeAt’ defined but not used [-Wunused-function]
 bridgeAt(sqInt segIndex)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65532:1: warning: ‘bridgeFor’ defined but not used [-Wunused-function]
 bridgeFor(SpurSegmentInfo *aSegment)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65656:1: warning: ‘isInSegments’ defined but not used [-Wunused-function]
 isInSegments(usqInt address)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65678:1: warning: ‘isValidSegmentBridge’ defined but not used [-Wunused-function]
 isValidSegmentBridge(sqInt objOop)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65982:1: warning: ‘segmentOverlap’ defined but not used [-Wunused-function]
 segmentOverlap(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66338:1: warning: ‘allOnesAsCharStar’ defined but not used [-Wunused-function]
 allOnesAsCharStar(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66437:1: warning: ‘assertValidStackLimits’ defined but not used [-Wunused-function]
 assertValidStackLimits(sqInt ln)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67174:1: warning: ‘checkStackPointerForMaybeMarriedContext’ defined but not used [-Wunused-function]
 checkStackPointerForMaybeMarriedContext(sqInt aContext)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67329:1: warning: ‘contexthasValidInversePCMappingOfin’ defined but not used [-Wunused-function]
 contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67432:1: warning: ‘cr’ defined but not used [-Wunused-function]
 cr(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70067:1: warning: ‘ifCurrentStackPageHasValidHeadPointers’ defined but not used [-Wunused-function]
 ifCurrentStackPageHasValidHeadPointers(StackPage *thePage)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70088:1: warning: ‘iframeMethod’ defined but not used [-Wunused-function]
 iframeMethod(char *theFP)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70147:1: warning: ‘isBaseFrame’ defined but not used [-Wunused-function]
 isBaseFrame(char *theFP)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70253:1: warning: ‘isMarriedOrWidowedContext’ defined but not used [-Wunused-function]
 isMarriedOrWidowedContext(sqInt aContext)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70272:1: warning: ‘isMetaPrimitiveIndex’ defined but not used [-Wunused-function]
 isMetaPrimitiveIndex(sqInt primIndex)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70285:1: warning: ‘isNullExternalPrimitiveCall’ defined but not used [-Wunused-function]
 isNullExternalPrimitiveCall(sqInt aMethodObj)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70310:1: warning: ‘isPrimitiveFunctionPointerAnIndex’ defined but not used [-Wunused-function]
 isPrimitiveFunctionPointerAnIndex(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72181:1: warning: ‘maybeLeakCheckExternalPrimCall’ defined but not used [-Wunused-function]
 maybeLeakCheckExternalPrimCall(sqInt aMethodObj)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72589:1: warning: ‘noMarkedContextsOnPage’ defined but not used [-Wunused-function]
 noMarkedContextsOnPage(StackPage *thePage)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75367:1: warning: ‘pushedReceiverOrClosureOfFrame’ defined but not used [-Wunused-function]
 pushedReceiverOrClosureOfFrame(char *theFP)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76266:1: warning: ‘saneFunctionPointerForFailureOfPrimIndex’ defined but not used [-Wunused-function]
 saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77003:1: warning: ‘space’ defined but not used [-Wunused-function]
 space(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77438:1: warning: ‘stackLimitBytes’ defined but not used [-Wunused-function]
 stackLimitBytes(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78319:1: warning: ‘validBCPCinMethod’ defined but not used [-Wunused-function]
 validBCPCinMethod(sqInt thePC, usqInt aMethod)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78333:1: warning: ‘validInstructionPointerinFrame’ defined but not used [-Wunused-function]
 validInstructionPointerinFrame(usqInt anInstrPointer, char *fp)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78347:1: warning: ‘validStackPageBaseFrames’ defined but not used [-Wunused-function]
 validStackPageBaseFrames(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2008:13: warning: ‘byteCount’ defined but not used [-Wunused-variable]
 _iss usqInt byteCount;
             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2009:12: warning: ‘cifs’ defined but not used [-Wunused-variable]
 _iss sqInt cifs;
            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2010:12: warning: ‘disabledFFIFunction’ defined but not used [-Wunused-variable]
 _iss sqInt disabledFFIFunction;
            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2011:12: warning: ‘functions’ defined but not used [-Wunused-variable]
 _iss sqInt functions;
            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2012:12: warning: ‘nextAddress’ defined but not used [-Wunused-variable]
 _iss sqInt nextAddress;
            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2013:12: warning: ‘preferredPinningSegment’ defined but not used [-Wunused-variable]
 _iss sqInt preferredPinningSegment;
            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2014:12: warning: ‘statCoalesces’ defined but not used [-Wunused-variable]
 _iss sqInt statCoalesces;
            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2015:14: warning: ‘statFGCDeltaUsecs’ defined but not used [-Wunused-variable]
 _iss usqLong statFGCDeltaUsecs;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2016:14: warning: ‘statIncrGCUsecs’ defined but not used [-Wunused-variable]
 _iss usqLong statIncrGCUsecs;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2017:12: warning: ‘testWorker’ defined but not used [-Wunused-variable]
 _iss sqInt testWorker;
            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2018:12: warning: ‘theUnknownShort’ defined but not used [-Wunused-variable]
 _iss sqInt theUnknownShort;
            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveBeCursor’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:26697:4: warning: ‘offsetY’ may be used uninitialized in this function [-Wmaybe-uninitialized]
    ioSetCursorWithMask(cursorBitsIndex, maskBitsIndex, offsetX, offsetY);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:26697:4: warning: ‘offsetX’ may be used uninitialized in this function [-Wmaybe-uninitialized]
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: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared)
SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed)
NewUndeclaredWarning: Pragmatizer>>newConvertToMessageSendStamp: (Utilities is Undeclared)
NewUndeclaredWarning: Pragmatizer>>newConvertToPragmaStamp: (Utilities is Undeclared)
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
NewUndeclaredWarning: TMethod>>removeFinalSelfReturnIn: (Scanner is Undeclared)
NewUndeclaredWarning: TMethod>>statementsFor:varName: (Compiler is Undeclared)
NewUndeclaredWarning: CCodeGenerator class>>removeCompilerMethods (ParseNode is Undeclared)
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘followForwardedFrameContentsstackPointer’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69380:3: warning: ‘oop’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   followForwardedObjectFieldstoDepth(oop, 0);
   ^
NewUndeclaredWarning: CCodeGenerator>>noteVariableUsageInString: (Scanner is Undeclared)
NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared)
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c: In function ‘printInvalidClassTableEntries’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:60284:11: warning: ‘hash’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     sqInt hash;
           ^
NewUndeclaredWarning: SpurMemoryManager>>lookupAddress: (Scanner is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec 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: (FileDirectory is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp 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: VMClass class>>initialize (Utilities is Undeclared)
NewUndeclaredWarning: VMClass class>>openCogTestsMultiWindowBrowser (PackageInfo is Undeclared)
NewUndeclaredWarning: VMClass class>>openCogTestsMultiWindowBrowser (AbstractInstructionTests is Undeclared)
NewUndeclaredWarning: VMClass class>>openCogTestsMultiWindowBrowser (Browser is Undeclared)
NewUndeclaredWarning: VMClass class>>openCogitMultiWindowBrowser (Browser is Undeclared)
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/sqVirtualMachine.c: In function ‘sqGetInterpreterProxy’:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/vm/src/common/sqVirtualMachine.c:565:35: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->waitOnExternalSemaphoreIndex = waitOnExternalSemaphoreIndex;
                                   ^
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/sqExternalSemaphores.c:32:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/sqExternalSemaphores.c: In function ‘ioSetMaxExtSemTableSize’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/sqExternalSemaphores.c:97:3: note: in expansion of macro ‘assert’
   assert(ioOSThreadsEqual(ioCurrentOSThread(),getVMOSThread()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/sqExternalSemaphores.c:100:3: note: in expansion of macro ‘assert’
   assert(sz >= n);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/sqExternalSemaphores.c: In function ‘signalSemaphoreWithIndex’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/sqExternalSemaphores.c:133:2: note: in expansion of macro ‘assert’
  assert(index >= 0 && index <= numSignalRequests);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/sqExternalSemaphores.c:130:6: warning: unused variable ‘v’ [-Wunused-variable]
  int v;
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/sqExternalSemaphores.c: In function ‘doSignalExternalSemaphores’:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/vm/src/common/sqExternalSemaphores.c: In function ‘waitOnExternalSemaphoreIndex’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/sqExternalSemaphores.c:231:11: warning: unused variable ‘xArray’ [-Wunused-variable]
     sqInt xArray;
           ^
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/sqTicker.c:55:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/sqTicker.c: In function ‘checkHighPriorityTickees’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/sqTicker.c:217:5: note: in expansion of macro ‘assert’
     assert(async[i].inProgress);
     ^
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/aio.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/unix/aio.c: In function ‘aioInit’:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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)
                       ^
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/debugUnix.c: In function ‘reportStackState’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/debugUnix.c:254:8: warning: unused variable ‘pc’ [-Wunused-variable]
  void *pc;
        ^
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/memoryUnix.c: In function ‘sqMakeMemoryNotExecutableFromTo’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/memoryUnix.c:79:8: warning: unused variable ‘firstPage’ [-Wunused-variable]
  sqInt firstPage = roundDownToPage(startAddr);
        ^
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogUnix.c.o
[ 31%] Linking C shared library build/vm/libPharoVMCore.so
[ 31%] Built target PharoVMCore
Scanning dependencies of target JPEGReaderPlugin
[ 31%] Building C object CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: ‘colorConvertGrayscaleMCU’ defined but not used [-Wunused-function]
 colorConvertGrayscaleMCU(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: ‘colorConvertMCU’ defined but not used [-Wunused-function]
 colorConvertMCU(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: ‘fillBuffer’ defined but not used [-Wunused-function]
 fillBuffer(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: ‘nextSampleCb’ defined but not used [-Wunused-function]
 nextSampleCb(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: ‘nextSampleCr’ defined but not used [-Wunused-function]
 nextSampleCr(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: ‘nextSampleY’ defined but not used [-Wunused-function]
 nextSampleY(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: ‘stInit’ defined but not used [-Wunused-function]
 stInit(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:181:14: warning: ‘ySampleStream’ defined but not used [-Wunused-variable]
 static sqInt ySampleStream;
              ^
[ 32%] Linking C shared library build/vm/libJPEGReaderPlugin.so
[ 32%] Built target JPEGReaderPlugin
Scanning dependencies of target LargeIntegers
[ 32%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:3797:1: warning: ‘sqAssert’ defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared)
NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
[ 33%] Linking C shared library build/vm/libLargeIntegers.so
[ 33%] Built target LargeIntegers
Scanning dependencies of target SocketPlugin
[ 33%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c: In function ‘socketValueOf’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2400:3: warning: pointer/integer type mismatch in conditional expression
   : (primitiveFailFor(PrimErrBadArgument),
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c: At top level:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:263:1: warning: ‘netAddressToInt’ defined but not used [-Wunused-function]
 netAddressToInt(unsigned char *ptrToByteArray)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2384:1: warning: ‘socketRecordSize’ defined but not used [-Wunused-function]
 socketRecordSize(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2395:1: warning: ‘socketValueOf’ defined but not used [-Wunused-function]
 socketValueOf(sqInt socketOop)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2406:1: warning: ‘sqAssert’ defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared)
SystemNotification: Cogit>>mapPrimitive:withIndexToUniqueAddress:(primitiveIndex is shadowed)
NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared)
NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared)
NewUndeclaredWarning: Cogit>>simulateLeafCallOf: (ProcessorSimulationTrap is Undeclared)
[ 34%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c: In function ‘sqSocketSetReusable’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c:1594:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   *(sqInt *)buf= 1;
   ^
[ 34%] Linking C shared library build/vm/libSocketPlugin.so
[ 34%] Built target SocketPlugin
Scanning dependencies of target JPEGReadWriter2Plugin
[ 34%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o
[ 35%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o
SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c: In function ‘primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgr’:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c: At top level:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:537:1: warning: ‘sqAssert’ defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
[ 35%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o
[ 36%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o
[ 37%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o
[ 37%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o
[ 38%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o
[ 38%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o
[ 39%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o
[ 39%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c: In function ‘start_pass_main’:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c: In function ‘process_data_simple_main’:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c: In function ‘jinit_c_main_controller’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c:247:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main;
               ^
[ 40%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o
[ 41%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o
NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared)
[ 41%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o
[ 42%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o
[ 42%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o
[ 43%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o
[ 43%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o
[ 44%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o
[ 45%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o
[ 45%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o
[ 46%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o
[ 46%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o
[ 47%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o
[ 48%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o
[ 48%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o
[ 50%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o
[ 50%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o
[ 51%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘alloc_funny_pointers’:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘make_funny_pointers’:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘set_wraparound_pointers’:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘set_bottom_pointers’:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘start_pass_main’:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘process_data_simple_main’:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘process_data_context_main’:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘jinit_d_main_controller’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:478:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main;
               ^
[ 51%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o
[ 52%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o
[ 53%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o
[ 53%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o
[ 54%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o
[ 54%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o
[ 55%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o
[ 55%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o
[ 56%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o
[ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o
[ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o
NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c: In function ‘init_source’:
/builds/workspace/pharo-vm_v8.6.0-alpha/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;
              ^
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o
NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared)
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared)
SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o
[ 65%] Linking C shared library build/vm/libJPEGReadWriter2Plugin.so
[ 65%] Built target JPEGReadWriter2Plugin
Scanning dependencies of target B2DPlugin
[ 65%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: In function ‘stepToNextLine’:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: In function ‘stepToNextWideBezierInat’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13646:3: warning: statement with no effect [-Wunused-value]
   ((signed)lastX >> 8);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13676:2: warning: statement with no effect [-Wunused-value]
  ((signed)lastX1 >> 8);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: In function ‘stepToNextWideLine’:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: At top level:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: ‘aaColorMaskGet’ defined but not used [-Wunused-function]
 aaColorMaskGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: ‘aaColorShiftGet’ defined but not used [-Wunused-function]
 aaColorShiftGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: ‘aaHalfPixelGet’ defined but not used [-Wunused-function]
 aaHalfPixelGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: ‘aaLevelGet’ defined but not used [-Wunused-function]
 aaLevelGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: ‘aaScanMaskGet’ defined but not used [-Wunused-function]
 aaScanMaskGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: ‘aaShiftGet’ defined but not used [-Wunused-function]
 aaShiftGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: ‘adjustAALevel’ defined but not used [-Wunused-function]
 adjustAALevel(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: ‘aetStartGet’ defined but not used [-Wunused-function]
 aetStartGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: ‘aetUsedGet’ defined but not used [-Wunused-function]
 aetUsedGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: ‘allocateBezier’ defined but not used [-Wunused-function]
 allocateBezier(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: ‘allocateBezierStackEntry’ defined but not used [-Wunused-function]
 allocateBezierStackEntry(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: ‘allocateLine’ defined but not used [-Wunused-function]
 allocateLine(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: ‘allocateStackFillEntry’ defined but not used [-Wunused-function]
 allocateStackFillEntry(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: ‘allocateWideBezier’ defined but not used [-Wunused-function]
 allocateWideBezier(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: ‘allocateWideLine’ defined but not used [-Wunused-function]
 allocateWideLine(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: ‘clearSpanBufferGet’ defined but not used [-Wunused-function]
 clearSpanBufferGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: ‘clipMaxXGet’ defined but not used [-Wunused-function]
 clipMaxXGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: ‘clipMaxYGet’ defined but not used [-Wunused-function]
 clipMaxYGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: ‘clipMinXGet’ defined but not used [-Wunused-function]
 clipMinXGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: ‘clipMinYGet’ defined but not used [-Wunused-function]
 clipMinYGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: ‘colorTransform’ defined but not used [-Wunused-function]
 colorTransform(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: ‘currentYGet’ defined but not used [-Wunused-function]
 currentYGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: ‘currentZGet’ defined but not used [-Wunused-function]
 currentZGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: ‘destOffsetXGet’ defined but not used [-Wunused-function]
 destOffsetXGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: ‘destOffsetYGet’ defined but not used [-Wunused-function]
 destOffsetYGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: ‘edgeTransform’ defined but not used [-Wunused-function]
 edgeTransform(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: ‘fillBitmapSpan’ defined but not used [-Wunused-function]
 fillBitmapSpan(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: ‘fillLinearGradient’ defined but not used [-Wunused-function]
 fillLinearGradient(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: ‘fillMaxXGet’ defined but not used [-Wunused-function]
 fillMaxXGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1: warning: ‘fillMaxYGet’ defined but not used [-Wunused-function]
 fillMaxYGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: ‘fillMinXGet’ defined but not used [-Wunused-function]
 fillMinXGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: ‘fillMinYGet’ defined but not used [-Wunused-function]
 fillMinYGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: ‘fillOffsetXGet’ defined but not used [-Wunused-function]
 fillOffsetXGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: ‘fillOffsetYGet’ defined but not used [-Wunused-function]
 fillOffsetYGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: ‘fillRadialGradient’ defined but not used [-Wunused-function]
 fillRadialGradient(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: ‘finishedProcessing’ defined but not used [-Wunused-function]
 finishedProcessing(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: ‘firstPointListGet’ defined but not used [-Wunused-function]
 firstPointListGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: ‘freeStackFillEntry’ defined but not used [-Wunused-function]
 freeStackFillEntry(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: ‘getStartGet’ defined but not used [-Wunused-function]
 getStartGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: ‘getUsedGet’ defined but not used [-Wunused-function]
 getUsedGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: ‘hasColorTransform’ defined but not used [-Wunused-function]
 hasColorTransform(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: ‘hasColorTransformGet’ defined but not used [-Wunused-function]
 hasColorTransformGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: ‘hasEdgeTransform’ defined but not used [-Wunused-function]
 hasEdgeTransform(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: ‘hasEdgeTransformGet’ defined but not used [-Wunused-function]
 hasEdgeTransformGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: ‘lastExportedEdgeGet’ defined but not used [-Wunused-function]
 lastExportedEdgeGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: ‘lastExportedFillGet’ defined but not used [-Wunused-function]
 lastExportedFillGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: ‘lastExportedLeftXGet’ defined but not used [-Wunused-function]
 lastExportedLeftXGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: ‘lastExportedRightXGet’ defined but not used [-Wunused-function]
 lastExportedRightXGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: ‘magicNumberGet’ defined but not used [-Wunused-function]
 magicNumberGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: ‘makeRectFromPoints’ defined but not used [-Wunused-function]
 makeRectFromPoints(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: ‘needsFlush’ defined but not used [-Wunused-function]
 needsFlush(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: ‘needsFlushGet’ defined but not used [-Wunused-function]
 needsFlushGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: ‘objStartGet’ defined but not used [-Wunused-function]
 objStartGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: ‘objUsedGet’ defined but not used [-Wunused-function]
 objUsedGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: ‘point1Get’ defined but not used [-Wunused-function]
 point1Get(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: ‘point2Get’ defined but not used [-Wunused-function]
 point2Get(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: ‘point3Get’ defined but not used [-Wunused-function]
 point3Get(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: ‘point4Get’ defined but not used [-Wunused-function]
 point4Get(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: ‘returnWideBezierFill’ defined but not used [-Wunused-function]
 returnWideBezierFill(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: ‘returnWideBezierWidth’ defined but not used [-Wunused-function]
 returnWideBezierWidth(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: ‘returnWideLineFill’ defined but not used [-Wunused-function]
 returnWideLineFill(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: ‘returnWideLineWidth’ defined but not used [-Wunused-function]
 returnWideLineWidth(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: ‘sortGlobalEdgeTable’ defined but not used [-Wunused-function]
 sortGlobalEdgeTable(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: ‘spanEndAAGet’ defined but not used [-Wunused-function]
 spanEndAAGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: ‘spanEndGet’ defined but not used [-Wunused-function]
 spanEndGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: ‘spanSizeGet’ defined but not used [-Wunused-function]
 spanSizeGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: ‘spanStartGet’ defined but not used [-Wunused-function]
 spanStartGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: ‘stackFillEntryLength’ defined but not used [-Wunused-function]
 stackFillEntryLength(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: ‘stackFillSize’ defined but not used [-Wunused-function]
 stackFillSize(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: ‘stateGet’ defined but not used [-Wunused-function]
 stateGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: ‘stepToFirstBezier’ defined but not used [-Wunused-function]
 stepToFirstBezier(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: ‘stepToFirstLine’ defined but not used [-Wunused-function]
 stepToFirstLine(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: ‘stepToFirstWideBezier’ defined but not used [-Wunused-function]
 stepToFirstWideBezier(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: ‘stepToFirstWideLine’ defined but not used [-Wunused-function]
 stepToFirstWideLine(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: ‘stepToNextBezier’ defined but not used [-Wunused-function]
 stepToNextBezier(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: ‘stepToNextLine’ defined but not used [-Wunused-function]
 stepToNextLine(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: ‘stepToNextWideLine’ defined but not used [-Wunused-function]
 stepToNextWideLine(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: ‘stopReasonGet’ defined but not used [-Wunused-function]
 stopReasonGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: ‘topFillDepth’ defined but not used [-Wunused-function]
 topFillDepth(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: ‘topFillRightX’ defined but not used [-Wunused-function]
 topFillRightX(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: ‘topFillValue’ defined but not used [-Wunused-function]
 topFillValue(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: ‘wbSizeGet’ defined but not used [-Wunused-function]
 wbSizeGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: ‘wbStackClear’ defined but not used [-Wunused-function]
 wbStackClear(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: ‘wbStackSize’ defined but not used [-Wunused-function]
 wbStackSize(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: ‘wbTopGet’ defined but not used [-Wunused-function]
 wbTopGet(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: ‘workBufferPut’ defined but not used [-Wunused-function]
 workBufferPut(sqInt wbOop)
 ^
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph 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: 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: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared)
[ 66%] Linking C shared library build/vm/libB2DPlugin.so
[ 66%] Built target B2DPlugin
Scanning dependencies of target FilePlugin
[ 67%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c: In function ‘waitForDataonSemaphoreIndex’:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:846:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
[ 67%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o
[ 68%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o
[ 68%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtils.c.o
[ 69%] Building C object CMakeFiles/FilePlugin.dir/generated/plugins/src/FilePlugin/FilePlugin.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c: In function ‘pointerFrom’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:505:10: warning: return makes pointer from integer without a cast [-Wint-conversion]
   return primitiveFailFor(PrimErrBadArgument);
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c: In function ‘primitiveDirectoryEntry’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:706:11: warning: variable ‘v’ set but not used [-Wunused-but-set-variable]
     sqInt v;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c: In function ‘primitiveDirectoryLookup’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:802:11: warning: variable ‘v’ set but not used [-Wunused-but-set-variable]
     sqInt v;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:800:11: warning: unused variable ‘stringPtr’ [-Wunused-variable]
     char *stringPtr;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:798:11: warning: unused variable ‘results’ [-Wunused-variable]
     sqInt results;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:793:11: warning: unused variable ‘nameString’ [-Wunused-variable]
     sqInt nameString;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:791:11: warning: unused variable ‘modDateOop’ [-Wunused-variable]
     sqInt modDateOop;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:789:11: warning: unused variable ‘i’ [-Wunused-variable]
     sqInt i;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:788:11: warning: unused variable ‘fileSizeOop’ [-Wunused-variable]
     sqInt fileSizeOop;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:783:11: warning: unused variable ‘createDateOop’ [-Wunused-variable]
     sqInt createDateOop;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c: In function ‘primitiveFileRead’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:1144:12: warning: unused variable ‘startIndex1’ [-Wunused-variable]
     size_t startIndex1;
            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:1141:11: warning: unused variable ‘retryCount’ [-Wunused-variable]
     sqInt retryCount;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:1140:11: warning: unused variable ‘objectPointer1’ [-Wunused-variable]
     sqInt objectPointer1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:1138:13: warning: unused variable ‘file1’ [-Wunused-variable]
     SQFile *file1;
             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:1136:12: warning: unused variable ‘elementSize1’ [-Wunused-variable]
     size_t elementSize1;
            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:1134:12: warning: unused variable ‘count1’ [-Wunused-variable]
     size_t count1;
            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:1132:11: warning: unused variable ‘bytesRead1’ [-Wunused-variable]
     sqInt bytesRead1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:1130:11: warning: unused variable ‘array1’ [-Wunused-variable]
     sqInt array1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c: In function ‘setInterpreter’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:1631:21: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   characterObjectOf = interpreterProxy->characterObjectOf;
                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:1645:10: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   fullGC = interpreterProxy->fullGC;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c: At top level:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "FilePlugin VMMaker-tonel.1 uuid: 4f14e029-846c-0d00-b470-dd200db35318 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:230:1: warning: ‘connectToFdwrite’ defined but not used [-Wunused-function]
 connectToFdwrite(int fd, sqInt writeFlag)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:257:1: warning: ‘connectToFilewrite’ defined but not used [-Wunused-function]
 connectToFilewrite(void *cfile, sqInt writeFlag)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:385: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_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:1232:1: warning: ‘primitiveFileReadWithoutPinning’ defined but not used [-Wunused-function]
 primitiveFileReadWithoutPinning(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:1288:1: warning: ‘primitiveFileReadWithPinning’ defined but not used [-Wunused-function]
 primitiveFileReadWithPinning(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c: In function ‘primitiveFileGetPosition’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:1074:3: warning: ‘position’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   methodReturnValue(positive64BitIntegerFor(position));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c: In function ‘primitiveFileSize’:
/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:1414:3: warning: ‘size’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   methodReturnValue(positive64BitIntegerFor(size));
   ^
[ 69%] Linking C shared library build/vm/libFilePlugin.so
[ 71%] Built target FilePlugin
Scanning dependencies of target FileAttributesPlugin
[ 72%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: In function ‘primitiveFileAttributes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:688:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: In function ‘primitiveLogicalDrives’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:767:18: warning: unused variable ‘mask’ [-Wunused-variable]
     unsigned int mask;
                  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: In function ‘processDirectory’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1110:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: At top level:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: ‘badSessionId’ defined but not used [-Wunused-function]
 badSessionId(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:407:1: warning: ‘faSuccess’ defined but not used [-Wunused-function]
 faSuccess(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:439:1: warning: ‘objectFromStructsize’ defined but not used [-Wunused-function]
 objectFromStructsize(void *aMachineAddress, sqInt structSize)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:458:1: warning: ‘pathOoptoBuffermaxLen’ defined but not used [-Wunused-function]
 pathOoptoBuffermaxLen(sqInt pathNameOop, char *cPathName, sqInt maxLen)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:482:1: warning: ‘pointerFrom’ defined but not used [-Wunused-function]
 pointerFrom(sqInt directoryPointerBytes)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1155:1: warning: ‘readLinkintomaxLength’ defined but not used [-Wunused-function]
 readLinkintomaxLength(char *cPathName, char *cLinkPtr, size_t maxLength)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1233:1: warning: ‘sizeOfFaPath’ defined but not used [-Wunused-function]
 sizeOfFaPath(void)
 ^
[ 72%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o
[ 73%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:19:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/semaphores/platformSemaphore.h:5,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:37,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c: In function ‘faSetStFile’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:77:2: note: in expansion of macro ‘assert’
  assert(aFaPath->path_file != 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c: In function ‘faSetPlatFile’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:158:2: note: in expansion of macro ‘assert’
  assert(aFaPath->uxpath_file != 0);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c: In function ‘faFileStatAttributes’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:468:6: warning: unused variable ‘mode’ [-Wunused-variable]
 int  mode;
      ^
[ 73%] Linking C shared library build/vm/libFileAttributesPlugin.so
[ 73%] Built target FileAttributesPlugin
Scanning dependencies of target libgit2-0.25.1
[ 75%] Generating build/third-party/libgit2-0.25.1.zip
--2020-09-25 14:28:25--  https://files.pharo.org/vm/pharo-spur64/linux/third-party//libgit2-0.25.1.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3429345 (3.3M) [application/zip]
Saving to: ‘libgit2-0.25.1.zip’

     0K .......... .......... .......... .......... ..........  1% 1.45M 2s
    50K .......... .......... .......... .......... ..........  2% 2.90M 2s
   100K .......... .......... .......... .......... ..........  4% 23.6M 1s
   150K .......... .......... .......... .......... ..........  5% 25.6M 1s
   200K .......... .......... .......... .......... ..........  7% 3.36M 1s
   250K .......... .......... .......... .......... ..........  8% 22.4M 1s
   300K .......... .......... .......... .......... .......... 10% 23.6M 1s
   350K .......... .......... .......... .......... .......... 11% 25.1M 1s
   400K .......... .......... .......... .......... .......... 13% 5.03M 1s
   450K .......... .......... .......... .......... .......... 14% 24.7M 0s
   500K .......... .......... .......... .......... .......... 16% 21.6M 0s
   550K .......... .......... .......... .......... .......... 17% 23.5M 0s
   600K .......... .......... .......... .......... .......... 19% 23.2M 0s
   650K .......... .......... .......... .......... .......... 20% 22.9M 0s
   700K .......... .......... .......... .......... .......... 22% 22.5M 0s
   750K .......... .......... .......... .......... .......... 23% 23.6M 0s
   800K .......... .......... .......... .......... .......... 25% 21.8M 0s
   850K .......... .......... .......... .......... .......... 26% 23.6M 0s
   900K .......... .......... .......... .......... .......... 28% 22.6M 0s
   950K .......... .......... .......... .......... .......... 29% 23.3M 0s
  1000K .......... .......... .......... .......... .......... 31% 22.4M 0s
  1050K .......... .......... .......... .......... .......... 32% 23.1M 0s
  1100K .......... .......... .......... .......... .......... 34% 23.7M 0s
  1150K .......... .......... .......... .......... .......... 35% 22.6M 0s
  1200K .......... .......... .......... .......... .......... 37% 21.4M 0s
  1250K .......... .......... .......... .......... .......... 38% 24.4M 0s
  1300K .......... .......... .......... .......... .......... 40% 22.8M 0s
  1350K .......... .......... .......... .......... .......... 41% 22.1M 0s
  1400K .......... .......... .......... .......... .......... 43% 23.0M 0s
  1450K .......... .......... .......... .......... .......... 44% 17.9M 0s
  1500K .......... .......... .......... .......... .......... 46% 32.7M 0s
  1550K .......... .......... .......... .......... .......... 47% 22.7M 0s
  1600K .......... .......... .......... .......... .......... 49% 24.0M 0s
  1650K .......... .......... .......... .......... .......... 50% 21.6M 0s
  1700K .......... .......... .......... .......... .......... 52% 25.3M 0s
  1750K .......... .......... .......... .......... .......... 53% 19.4M 0s
  1800K .......... .......... .......... .......... .......... 55% 20.6M 0s
  1850K .......... .......... .......... .......... .......... 56% 26.2M 0s
  1900K .......... .......... .......... .......... .......... 58% 26.0M 0s
  1950K .......... .......... .......... .......... .......... 59% 21.3M 0s
  2000K .......... .......... .......... .......... .......... 61% 24.8M 0s
  2050K .......... .......... .......... .......... .......... 62% 22.0M 0s
  2100K .......... .......... .......... .......... .......... 64% 25.5M 0s
  2150K .......... .......... .......... .......... .......... 65% 16.9M 0s
  2200K .......... .......... .......... .......... .......... 67% 22.9M 0s
  2250K .......... .......... .......... .......... .......... 68% 19.5M 0s
  2300K .......... .......... .......... .......... .......... 70% 23.0M 0s
  2350K .......... .......... .......... .......... .......... 71% 27.0M 0s
  2400K .......... .......... .......... .......... .......... 73% 23.6M 0s
  2450K .......... .......... .......... .......... .......... 74% 23.3M 0s
  2500K .......... .......... .......... .......... .......... 76% 22.3M 0s
  2550K .......... .......... .......... .......... .......... 77% 26.6M 0s
  2600K .......... .......... .......... .......... .......... 79% 20.5M 0s
  2650K .......... .......... .......... .......... .......... 80% 22.7M 0s
  2700K .......... .......... .......... .......... .......... 82% 24.4M 0s
  2750K .......... .......... .......... .......... .......... 83% 22.1M 0s
  2800K .......... .......... .......... .......... .......... 85% 22.2M 0s
  2850K .......... .......... .......... .......... .......... 86% 24.5M 0s
  2900K .......... .......... .......... .......... .......... 88% 22.1M 0s
  2950K .......... .......... .......... .......... .......... 89% 23.0M 0s
  3000K .......... .......... .......... .......... .......... 91% 22.2M 0s
  3050K .......... .......... .......... .......... .......... 92% 22.9M 0s
  3100K .......... .......... .......... .......... .......... 94% 23.3M 0s
  3150K .......... .......... .......... .......... .......... 95% 22.8M 0s
  3200K .......... .......... .......... .......... .......... 97% 22.7M 0s
  3250K .......... .......... .......... .......... .......... 98% 23.4M 0s
  3300K .......... .......... .......... .......... ........  100% 23.4M=0.2s

2020-09-25 14:28:26 (15.7 MB/s) - ‘libgit2-0.25.1.zip’ saved [3429345/3429345]

[ 75%] Generating build/third-party/libgit2-0.25.1.done
Archive:  libgit2-0.25.1.zip
  inflating: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libgit2.so  
  inflating: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libgit2.so.0.25.1  
  inflating: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libgit2.so.25  
[ 75%] Built target libgit2-0.25.1
Scanning dependencies of target UUIDPlugin
[ 76%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/plugins/UUIDPlugin/common/UUIDPlugin.c: In function ‘setInterpreter’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:107:11: warning: unused variable ‘ok’ [-Wunused-variable]
     sqInt ok;
           ^
[ 76%] Linking C shared library build/vm/libUUIDPlugin.so
[ 76%] Built target UUIDPlugin
Scanning dependencies of target SurfacePlugin
[ 76%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c:60:0: warning: ignoring #pragma export on [-Wunknown-pragmas]
 #pragma export on
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c:79:0: warning: ignoring #pragma export off [-Wunknown-pragmas]
 #pragma export off
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c: In function ‘ioShowSurface’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c:135:3: warning: statement with no effect [-Wunused-value]
   -1;
   ^
[ 77%] Linking C shared library build/vm/libSurfacePlugin.so
[ 77%] Built target SurfacePlugin
Scanning dependencies of target SecurityPlugin
[ 78%] Building C object CMakeFiles/SecurityPlugin.dir/plugins/SecurityPlugin/common/DummySecurityPlugin.c.o
[ 79%] Linking C shared library build/vm/libSecurityPlugin.so
[ 79%] Built target SecurityPlugin
Scanning dependencies of target UnixOSProcessPlugin
[ 80%] Building C object CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘primitiveFileStat’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:2063:11: warning: variable ‘uid’ set but not used [-Wunused-but-set-variable]
     sqInt uid;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:2057:11: warning: variable ‘gid’ set but not used [-Wunused-but-set-variable]
     sqInt gid;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘primitiveFixPointersInArrayOfStrings’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:2103:11: warning: variable ‘count’ set but not used [-Wunused-but-set-variable]
     sqInt count;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘setSigChldHandler’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4624:36: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  sigchldHandlerAction.sa_sigaction = reapChildProcess;
                                    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4630:53: warning: comparison between pointer and integer
  if ((sigaction(SIGCHLD, &sigchldHandlerAction, 0)) == (sigErrorNumber())) {
                                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘setSignalNumberhandler’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4673:74: warning: comparison between pointer and integer
  if ((sigaction(signalNumber, (&sigHandlerAction), (&oldHandlerAction))) == (sigErrorNumber())) {
                                                                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘sigHoldNumber’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4807:9: warning: return makes pointer from integer without a cast [-Wint-conversion]
  return -1;
         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: At top level:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:368:1: warning: ‘argumentAtAsType’ defined but not used [-Wunused-function]
 argumentAtAsType(sqInt classIdentifier)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:413:1: warning: ‘copyBytesFromtolength’ defined but not used [-Wunused-function]
 copyBytesFromtolength(void *charArray1, void *charArray2, sqInt len)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:501:1: warning: ‘descriptorTableSize’ defined but not used [-Wunused-function]
 descriptorTableSize(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:665:1: warning: ‘environmentAtSymbolAsType’ defined but not used [-Wunused-function]
 environmentAtSymbolAsType(sqInt classIdentifier)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:690:1: warning: ‘fileDescriptorFrom’ defined but not used [-Wunused-function]
 fileDescriptorFrom(sqInt aSQFileByteArray)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:720:1: warning: ‘fileRecordSize’ defined but not used [-Wunused-function]
 fileRecordSize(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:734:1: warning: ‘fileValueOf’ defined but not used [-Wunused-function]
 fileValueOf(sqInt anSQFileRecord)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1209:1: warning: ‘getThisSessionIdentifier’ defined but not used [-Wunused-function]
 getThisSessionIdentifier(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1321:1: warning: ‘isSQFileObject’ defined but not used [-Wunused-function]
 isSQFileObject(sqInt objectPointer)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1339:1: warning: ‘isSQSocketObject’ defined but not used [-Wunused-function]
 isSQSocketObject(sqInt objectPointer)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1353:1: warning: ‘isValidFileSession’ defined but not used [-Wunused-function]
 isValidFileSession(sqInt objectPointer)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1409:1: warning: ‘maskForThisThreadAndResend’ defined but not used [-Wunused-function]
 maskForThisThreadAndResend(int sigNum)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1534:1: warning: ‘newSQFileByteArray’ defined but not used [-Wunused-function]
 newSQFileByteArray(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1544:1: warning: ‘newSQSocketByteArray’ defined but not used [-Wunused-function]
 newSQSocketByteArray(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1568:1: warning: ‘pointerFrom’ defined but not used [-Wunused-function]
 pointerFrom(sqInt aByteArray)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4421:1: warning: ‘restoreDefaultSignalHandlers’ defined but not used [-Wunused-function]
 restoreDefaultSignalHandlers(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4527:1: warning: ‘sendSignaltoPid’ defined but not used [-Wunused-function]
 sendSignaltoPid(sqInt sig, sqInt pid)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4640:1: warning: ‘setSigIntDefaultHandler’ defined but not used [-Wunused-function]
 setSigIntDefaultHandler(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4650:1: warning: ‘setSigIntIgnore’ defined but not used [-Wunused-function]
 setSigIntIgnore(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4681:1: warning: ‘setSigPipeDefaultHandler’ defined but not used [-Wunused-function]
 setSigPipeDefaultHandler(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4697:1: warning: ‘setSigPipeHandler’ defined but not used [-Wunused-function]
 setSigPipeHandler(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4711:1: warning: ‘setSigPipeIgnore’ defined but not used [-Wunused-function]
 setSigPipeIgnore(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4742:1: warning: ‘sigAbrtNumber’ defined but not used [-Wunused-function]
 sigAbrtNumber(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4752:1: warning: ‘sigAlrmNumber’ defined but not used [-Wunused-function]
 sigAlrmNumber(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4762:1: warning: ‘sigChldNumber’ defined but not used [-Wunused-function]
 sigChldNumber(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4772:1: warning: ‘sigContNumber’ defined but not used [-Wunused-function]
 sigContNumber(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4802:1: warning: ‘sigHoldNumber’ defined but not used [-Wunused-function]
 sigHoldNumber(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4816:1: warning: ‘sigHupNumber’ defined but not used [-Wunused-function]
 sigHupNumber(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4836:1: warning: ‘sigIntNumber’ defined but not used [-Wunused-function]
 sigIntNumber(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4846:1: warning: ‘sigKillNumber’ defined but not used [-Wunused-function]
 sigKillNumber(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4867:1: warning: ‘sigPipeNumber’ defined but not used [-Wunused-function]
 sigPipeNumber(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4877:1: warning: ‘sigQuitNumber’ defined but not used [-Wunused-function]
 sigQuitNumber(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4887:1: warning: ‘sigStopNumber’ defined but not used [-Wunused-function]
 sigStopNumber(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4899:1: warning: ‘sigTermNumber’ defined but not used [-Wunused-function]
 sigTermNumber(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4910:1: warning: ‘sigUsr1Number’ defined but not used [-Wunused-function]
 sigUsr1Number(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4921:1: warning: ‘sigUsr2Number’ defined but not used [-Wunused-function]
 sigUsr2Number(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4931:1: warning: ‘sizeOfInt’ defined but not used [-Wunused-function]
 sizeOfInt(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4941:1: warning: ‘sizeOfPointer’ defined but not used [-Wunused-function]
 sizeOfPointer(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4972:1: warning: ‘socketDescriptorFrom’ defined but not used [-Wunused-function]
 socketDescriptorFrom(sqInt sqSocketOop)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4991:1: warning: ‘socketRecordSize’ defined but not used [-Wunused-function]
 socketRecordSize(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:5005:1: warning: ‘socketValueOf’ defined but not used [-Wunused-function]
 socketValueOf(sqInt anSQSocketRecord)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:5077:1: warning: ‘unixFileNumber’ defined but not used [-Wunused-function]
 unixFileNumber(FILEHANDLETYPE fileHandle)
 ^
[ 80%] Linking C shared library build/vm/libUnixOSProcessPlugin.so
[ 80%] Built target UnixOSProcessPlugin
Scanning dependencies of target SqueakSSL
[ 81%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/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__ ;
             ^
[ 81%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c: In function ‘sqVerifySAN’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:168:24: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
  const char* sANData = ASN1_STRING_get0_data(sAN->d.ia5);
                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c: In function ‘sqConnectSSL’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:440: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_v8.6.0-alpha/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:440:47: warning: the address of ‘X509_check_host’ will always evaluate as ‘true’ [-Waddress]
                         if (X509_check_ip_asc && X509_check_host) {
                                               ^
[ 82%] Linking C shared library build/vm/libSqueakSSL.so
[ 82%] Built target SqueakSSL
Scanning dependencies of target SqueakFFIPrims
[ 83%] Building C object CMakeFiles/SqueakFFIPrims.dir/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c:23:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiArgByValuein’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:117:20: warning: statement with no effect [-Wunused-value]
 #define error(foo) 0
                    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:733:4: note: in expansion of macro ‘error’
    error("Case not found");
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:766:36: warning: array subscript has type ‘char’ [-Wchar-subscripts]
    ((calloutState->floatRegisters))[(calloutState->floatRegisterIndex)] = floatValue;
                                    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiArgumentSpecClassin’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:905:19: warning: passing argument 1 of ‘isInMemory’ makes integer from pointer without a cast [-Wint-conversion]
    if (isInMemory(ptrAddress)) {
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:905:19: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:952:40: warning: array subscript has type ‘char’ [-Wchar-subscripts]
        ((calloutState->floatRegisters))[(calloutState->floatRegisterIndex)] = ((((double *) ptrAddress))[0]);
                                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:967:42: warning: array subscript has type ‘char’ [-Wchar-subscripts]
        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((usqInt) ((((long long *) ptrAddress))[0])));
                                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:983:41: warning: array subscript has type ‘char’ [-Wchar-subscripts]
         ((calloutState->floatRegisters))[(calloutState->floatRegisterIndex)] = ((((double *) ptrAddress))[1]);
                                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:998:43: warning: array subscript has type ‘char’ [-Wchar-subscripts]
         ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((usqInt) ((((long long *) ptrAddress))[1])));
                                           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1084:41: warning: array subscript has type ‘char’ [-Wchar-subscripts]
         ((calloutState->floatRegisters))[(calloutState->floatRegisterIndex)] = ((((double *) ptrAddress))[0]);
                                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1099:43: warning: array subscript has type ‘char’ [-Wchar-subscripts]
         ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((usqInt) ((((long long *) ptrAddress))[0])));
                                           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1115:42: warning: array subscript has type ‘char’ [-Wchar-subscripts]
          ((calloutState->floatRegisters))[(calloutState->floatRegisterIndex)] = ((((double *) ptrAddress))[1]);
                                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1130:44: warning: array subscript has type ‘char’ [-Wchar-subscripts]
          ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((usqInt) ((((long long *) ptrAddress))[1])));
                                            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1158:19: warning: passing argument 1 of ‘isInMemory’ makes integer from pointer without a cast [-Wint-conversion]
    if (isInMemory(ptrAddress)) {
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1158:19: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1163:39: warning: array subscript has type ‘char’ [-Wchar-subscripts]
     ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)ptrAddress));
                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1186:39: warning: array subscript has type ‘char’ [-Wchar-subscripts]
     ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)null));
                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1289:42: warning: array subscript has type ‘char’ [-Wchar-subscripts]
        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)copy));
                                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1327:42: warning: array subscript has type ‘char’ [-Wchar-subscripts]
        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer1));
                                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1343:42: warning: array subscript has type ‘char’ [-Wchar-subscripts]
        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer2));
                                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1361:42: warning: array subscript has type ‘char’ [-Wchar-subscripts]
        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer3));
                                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1383:42: warning: array subscript has type ‘char’ [-Wchar-subscripts]
        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer4));
                                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1399:42: warning: array subscript has type ‘char’ [-Wchar-subscripts]
        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer5));
                                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1417:42: warning: array subscript has type ‘char’ [-Wchar-subscripts]
        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer6));
                                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:117:20: warning: statement with no effect [-Wunused-value]
 #define error(foo) 0
                    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1553:5: note: in expansion of macro ‘error’
     error("Case not found");
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1586:37: warning: array subscript has type ‘char’ [-Wchar-subscripts]
     ((calloutState->floatRegisters))[(calloutState->floatRegisterIndex)] = floatValue;
                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiAtomicArgByReferenceClassin’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1668:39: warning: array subscript has type ‘char’ [-Wchar-subscripts]
     ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)copy));
                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1706:39: warning: array subscript has type ‘char’ [-Wchar-subscripts]
     ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer1));
                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1722:39: warning: array subscript has type ‘char’ [-Wchar-subscripts]
     ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer2));
                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1740:39: warning: array subscript has type ‘char’ [-Wchar-subscripts]
     ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer3));
                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1762:39: warning: array subscript has type ‘char’ [-Wchar-subscripts]
     ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer4));
                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1778:39: warning: array subscript has type ‘char’ [-Wchar-subscripts]
     ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer5));
                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1796:39: warning: array subscript has type ‘char’ [-Wchar-subscripts]
     ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer6));
                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:38:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c:23:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiCalloutToSpecOnStackin’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:2079:2: note: in expansion of macro ‘assert’
  assert(atomicType < FFITypeSingleFloat);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c:23:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiCallArgArrayOrNilNumArgs’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:2295:38: warning: array subscript has type ‘char’ [-Wchar-subscripts]
    ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer));
                                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:38:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c:23:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:2344:2: note: in expansion of macro ‘assert’
  assert(!(failed()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:2518:2: note: in expansion of macro ‘assert’
  assert(atomicType < FFITypeSingleFloat);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiCreateIntegralResultOopofAtomicTypein’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:2632:2: note: in expansion of macro ‘assert’
  assert(atomicType < FFITypeSingleFloat);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c:23:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiPushPointerContentsOfin’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:2966:18: warning: passing argument 1 of ‘isInMemory’ makes integer from pointer without a cast [-Wint-conversion]
   if (isInMemory(ptrAddress)) {
                  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:2966:18: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:2971:38: warning: array subscript has type ‘char’ [-Wchar-subscripts]
    ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)ptrAddress));
                                      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:2997:38: warning: array subscript has type ‘char’ [-Wchar-subscripts]
    ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)ptrAddress));
                                      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3019:14: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   ptrAddress = ((longAt(oop + BaseHeaderSize)) > 0
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3024:38: warning: array subscript has type ‘char’ [-Wchar-subscripts]
    ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)ptrAddress));
                                      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiPushPointerin’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3044:37: warning: array subscript has type ‘char’ [-Wchar-subscripts]
   ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer));
                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiPushSignedBytein’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3062:37: warning: array subscript has type ‘char’ [-Wchar-subscripts]
   ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((signed char) value));
                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiPushSignedCharin’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3080:37: warning: array subscript has type ‘char’ [-Wchar-subscripts]
   ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((signed char) value));
                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiPushSignedIntin’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3098:37: warning: array subscript has type ‘char’ [-Wchar-subscripts]
   ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = value;
                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiPushSignedLongLongOopin’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3138:37: warning: array subscript has type ‘char’ [-Wchar-subscripts]
   ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((usqInt) value));
                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiPushSignedLongLongin’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3156:37: warning: array subscript has type ‘char’ [-Wchar-subscripts]
   ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((usqInt) value));
                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiPushSignedShortin’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3174:37: warning: array subscript has type ‘char’ [-Wchar-subscripts]
   ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((signed short) value));
                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiPushStringOfLengthin’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3206:37: warning: array subscript has type ‘char’ [-Wchar-subscripts]
   ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)copy));
                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiPushStructureContentsOfin’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3259:18: warning: passing argument 1 of ‘isInMemory’ makes integer from pointer without a cast [-Wint-conversion]
   if (isInMemory(ptrAddress)) {
                  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3259:18: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3306:39: warning: array subscript has type ‘char’ [-Wchar-subscripts]
       ((calloutState->floatRegisters))[(calloutState->floatRegisterIndex)] = ((((double *) ptrAddress))[0]);
                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3321:41: warning: array subscript has type ‘char’ [-Wchar-subscripts]
       ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((usqInt) ((((long long *) ptrAddress))[0])));
                                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3337:40: warning: array subscript has type ‘char’ [-Wchar-subscripts]
        ((calloutState->floatRegisters))[(calloutState->floatRegisterIndex)] = ((((double *) ptrAddress))[1]);
                                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3352:42: warning: array subscript has type ‘char’ [-Wchar-subscripts]
        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((usqInt) ((((long long *) ptrAddress))[1])));
                                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3438:40: warning: array subscript has type ‘char’ [-Wchar-subscripts]
        ((calloutState->floatRegisters))[(calloutState->floatRegisterIndex)] = ((((double *) ptrAddress))[0]);
                                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3453:42: warning: array subscript has type ‘char’ [-Wchar-subscripts]
        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((usqInt) ((((long long *) ptrAddress))[0])));
                                          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3469:41: warning: array subscript has type ‘char’ [-Wchar-subscripts]
         ((calloutState->floatRegisters))[(calloutState->floatRegisterIndex)] = ((((double *) ptrAddress))[1]);
                                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3484:43: warning: array subscript has type ‘char’ [-Wchar-subscripts]
         ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((usqInt) ((((long long *) ptrAddress))[1])));
                                           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3512:18: warning: passing argument 1 of ‘isInMemory’ makes integer from pointer without a cast [-Wint-conversion]
   if (isInMemory(ptrAddress)) {
                  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3512:18: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3517:38: warning: array subscript has type ‘char’ [-Wchar-subscripts]
    ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)ptrAddress));
                                      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiPushStructureofSizetypeSpecofLengthin’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3585:38: warning: array subscript has type ‘char’ [-Wchar-subscripts]
      ((calloutState->floatRegisters))[(calloutState->floatRegisterIndex)] = ((((double *) pointer))[0]);
                                      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3600:40: warning: array subscript has type ‘char’ [-Wchar-subscripts]
      ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((usqInt) ((((long long *) pointer))[0])));
                                        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3616:39: warning: array subscript has type ‘char’ [-Wchar-subscripts]
       ((calloutState->floatRegisters))[(calloutState->floatRegisterIndex)] = ((((double *) pointer))[1]);
                                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3631:41: warning: array subscript has type ‘char’ [-Wchar-subscripts]
       ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((usqInt) ((((long long *) pointer))[1])));
                                         ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiPushUnsignedBytein’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3661:37: warning: array subscript has type ‘char’ [-Wchar-subscripts]
   ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((unsigned char) value));
                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiPushUnsignedCharin’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3679:37: warning: array subscript has type ‘char’ [-Wchar-subscripts]
   ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((unsigned char) value));
                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiPushUnsignedIntin’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3697:37: warning: array subscript has type ‘char’ [-Wchar-subscripts]
   ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = value;
                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiPushUnsignedLongLongOopin’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3737:37: warning: array subscript has type ‘char’ [-Wchar-subscripts]
   ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = value;
                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiPushUnsignedLongLongin’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3755:37: warning: array subscript has type ‘char’ [-Wchar-subscripts]
   ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = value;
                                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiPushUnsignedShortin’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3773:37: warning: array subscript has type ‘char’ [-Wchar-subscripts]
   ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((unsigned short) value));
                                     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:38:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c:23:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘isDirectAlien’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4097:2: note: in expansion of macro ‘assert’
  assert(isAlien(oop));
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c:23:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘primitiveCallout’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4768:39: warning: array subscript has type ‘char’ [-Wchar-subscripts]
    ((calloutState1->integerRegisters))[(calloutState1->integerRegisterIndex)] = (((sqInt)pointer1));
                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:38:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c:23:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4819:2: note: in expansion of macro ‘assert’
  assert(!(failed()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4993:2: note: in expansion of macro ‘assert’
  assert(atomicType2 < FFITypeSingleFloat);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c:23:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4245:13: warning: unused variable ‘value’ [-Wunused-variable]
     usqLong value;
             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4242:11: warning: unused variable ‘typeSpec1’ [-Wunused-variable]
     sqInt typeSpec1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4241:11: warning: unused variable ‘typeSpec’ [-Wunused-variable]
     sqInt typeSpec;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4239:18: warning: unused variable ‘theCalloutState’ [-Wunused-variable]
     CalloutState theCalloutState;
                  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4237:11: warning: unused variable ‘strPtr’ [-Wunused-variable]
     char *strPtr;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4235:11: warning: unused variable ‘strOop’ [-Wunused-variable]
     sqInt strOop;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4233:11: warning: unused variable ‘strLen’ [-Wunused-variable]
     sqInt strLen;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4231:11: warning: unused variable ‘stackSize’ [-Wunused-variable]
     sqInt stackSize;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4229:11: warning: unused variable ‘specLiteral2’ [-Wunused-variable]
     sqInt specLiteral2;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4227:11: warning: unused variable ‘specLiteral’ [-Wunused-variable]
     sqInt specLiteral;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4225:11: warning: unused variable ‘shift’ [-Wunused-variable]
     sqInt shift;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4222:13: warning: unused variable ‘retVal1’ [-Wunused-variable]
     usqLong retVal1;
             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4221:13: warning: unused variable ‘retVal’ [-Wunused-variable]
     usqLong retVal;
             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4219:11: warning: unused variable ‘retType’ [-Wunused-variable]
     sqInt retType;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4218:11: warning: unused variable ‘retryCount’ [-Wunused-variable]
     sqInt retryCount;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4215:11: warning: unused variable ‘retOop1’ [-Wunused-variable]
     sqInt retOop1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4214:11: warning: unused variable ‘retOop’ [-Wunused-variable]
     sqInt retOop;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4211:11: warning: unused variable ‘retClass1’ [-Wunused-variable]
     sqInt retClass1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4210:11: warning: unused variable ‘retClass’ [-Wunused-variable]
     sqInt retClass;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4208:11: warning: unused variable ‘result1’ [-Wunused-variable]
     sqInt result1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4207:11: warning: unused variable ‘result’ [-Wunused-variable]
     sqInt result;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4205:11: warning: unused variable ‘requiredStackSize’ [-Wunused-variable]
     sqInt requiredStackSize;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4202:12: warning: unused variable ‘ptr1’ [-Wunused-variable]
     sqInt *ptr1;
            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4201:17: warning: unused variable ‘ptr’ [-Wunused-variable]
     sqIntptr_t *ptr;
                 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4199:11: warning: unused variable ‘primNumArgs’ [-Wunused-variable]
     sqInt primNumArgs;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4197:11: warning: unused variable ‘pointer’ [-Wunused-variable]
     void *pointer;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4194:11: warning: unused variable ‘oop2’ [-Wunused-variable]
     sqInt oop2;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4192:11: warning: unused variable ‘oop1’ [-Wunused-variable]
     sqInt oop1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4191:11: warning: unused variable ‘oop’ [-Wunused-variable]
     sqInt oop;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4189:11: warning: unused variable ‘nArgs’ [-Wunused-variable]
     sqInt nArgs;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4187:11: warning: unused variable ‘myThreadIndex’ [-Wunused-variable]
     sqInt myThreadIndex;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4184:13: warning: unused variable ‘mask’ [-Wunused-variable]
     usqLong mask;
             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4181:23: warning: unused variable ‘intRet’ [-Wunused-variable]
     SixteenByteReturn intRet;
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4178:11: warning: unused variable ‘i1’ [-Wunused-variable]
     sqInt i1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4177:11: warning: unused variable ‘i’ [-Wunused-variable]
     sqInt i;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4175:11: warning: unused variable ‘functionName’ [-Wunused-variable]
     sqInt functionName;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4173:12: warning: unused variable ‘floatRet’ [-Wunused-variable]
     double floatRet;
            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4171:11: warning: unused variable ‘flags’ [-Wunused-variable]
     sqInt flags;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4169:11: warning: unused variable ‘ffiRetType’ [-Wunused-variable]
     sqInt ffiRetType;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4166:11: warning: unused variable ‘err’ [-Wunused-variable]
     sqInt err;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4164:11: warning: unused variable ‘cString’ [-Wunused-variable]
     char *cString;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4162:11: warning: unused variable ‘cPointer’ [-Wunused-variable]
     sqInt cPointer;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4160:11: warning: unused variable ‘classOop’ [-Wunused-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4158:19: warning: unused variable ‘calloutState’ [-Wunused-variable]
     CalloutState *calloutState;
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4156:11: warning: unused variable ‘byteSize’ [-Wunused-variable]
     sqInt byteSize;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4153:11: warning: unused variable ‘atomicType1’ [-Wunused-variable]
     sqInt atomicType1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4152:11: warning: unused variable ‘atomicType’ [-Wunused-variable]
     sqInt atomicType;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4150:11: warning: unused variable ‘argTypes2’ [-Wunused-variable]
     sqInt argTypes2;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4148:11: warning: unused variable ‘argTypes’ [-Wunused-variable]
     sqInt argTypes;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4146:11: warning: unused variable ‘argTypeArray’ [-Wunused-variable]
     sqInt argTypeArray;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4144:11: warning: unused variable ‘argType’ [-Wunused-variable]
     sqInt argType;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4142:11: warning: unused variable ‘argSpec’ [-Wunused-variable]
     sqInt argSpec;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4140:11: warning: unused variable ‘argClass’ [-Wunused-variable]
     sqInt argClass;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4138:11: warning: unused variable ‘allocation’ [-Wunused-variable]
     char *allocation;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4136:11: warning: unused variable ‘addressPtr’ [-Wunused-variable]
     sqInt addressPtr;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4133:11: warning: unused variable ‘address1’ [-Wunused-variable]
     sqInt address1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4132:11: warning: unused variable ‘address’ [-Wunused-variable]
     sqInt address;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘primitiveCalloutWithArgs’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5708:39: warning: array subscript has type ‘char’ [-Wchar-subscripts]
    ((calloutState1->integerRegisters))[(calloutState1->integerRegisterIndex)] = (((sqInt)pointer1));
                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:38:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c:23:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5759:2: note: in expansion of macro ‘assert’
  assert(!(failed()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5933:2: note: in expansion of macro ‘assert’
  assert(atomicType2 < FFITypeSingleFloat);
  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c:23:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5175:13: warning: unused variable ‘value’ [-Wunused-variable]
     usqLong value;
             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5172:11: warning: unused variable ‘typeSpec1’ [-Wunused-variable]
     sqInt typeSpec1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5171:11: warning: unused variable ‘typeSpec’ [-Wunused-variable]
     sqInt typeSpec;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5169:18: warning: unused variable ‘theCalloutState’ [-Wunused-variable]
     CalloutState theCalloutState;
                  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5167:11: warning: unused variable ‘strPtr’ [-Wunused-variable]
     char *strPtr;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5165:11: warning: unused variable ‘strOop’ [-Wunused-variable]
     sqInt strOop;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5163:11: warning: unused variable ‘strLen’ [-Wunused-variable]
     sqInt strLen;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5161:11: warning: unused variable ‘stackSize’ [-Wunused-variable]
     sqInt stackSize;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5159:11: warning: unused variable ‘specLiteral2’ [-Wunused-variable]
     sqInt specLiteral2;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5157:11: warning: unused variable ‘specLiteral’ [-Wunused-variable]
     sqInt specLiteral;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5155:11: warning: unused variable ‘shift’ [-Wunused-variable]
     sqInt shift;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5152:13: warning: unused variable ‘retVal1’ [-Wunused-variable]
     usqLong retVal1;
             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5151:13: warning: unused variable ‘retVal’ [-Wunused-variable]
     usqLong retVal;
             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5149:11: warning: unused variable ‘retType’ [-Wunused-variable]
     sqInt retType;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5148:11: warning: unused variable ‘retryCount’ [-Wunused-variable]
     sqInt retryCount;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5145:11: warning: unused variable ‘retOop1’ [-Wunused-variable]
     sqInt retOop1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5144:11: warning: unused variable ‘retOop’ [-Wunused-variable]
     sqInt retOop;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5141:11: warning: unused variable ‘retClass1’ [-Wunused-variable]
     sqInt retClass1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5140:11: warning: unused variable ‘retClass’ [-Wunused-variable]
     sqInt retClass;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5138:11: warning: unused variable ‘result1’ [-Wunused-variable]
     sqInt result1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5137:11: warning: unused variable ‘result’ [-Wunused-variable]
     sqInt result;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5135:11: warning: unused variable ‘requiredStackSize’ [-Wunused-variable]
     sqInt requiredStackSize;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5132:12: warning: unused variable ‘ptr1’ [-Wunused-variable]
     sqInt *ptr1;
            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5131:17: warning: unused variable ‘ptr’ [-Wunused-variable]
     sqIntptr_t *ptr;
                 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5129:11: warning: unused variable ‘primNumArgs’ [-Wunused-variable]
     sqInt primNumArgs;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5127:11: warning: unused variable ‘pointer’ [-Wunused-variable]
     void *pointer;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5124:11: warning: unused variable ‘oop2’ [-Wunused-variable]
     sqInt oop2;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5122:11: warning: unused variable ‘oop1’ [-Wunused-variable]
     sqInt oop1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5121:11: warning: unused variable ‘oop’ [-Wunused-variable]
     sqInt oop;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5118:11: warning: unused variable ‘myThreadIndex’ [-Wunused-variable]
     sqInt myThreadIndex;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5116:13: warning: unused variable ‘mask’ [-Wunused-variable]
     usqLong mask;
             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5113:23: warning: unused variable ‘intRet’ [-Wunused-variable]
     SixteenByteReturn intRet;
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5110:11: warning: unused variable ‘i1’ [-Wunused-variable]
     sqInt i1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5109:11: warning: unused variable ‘i’ [-Wunused-variable]
     sqInt i;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5107:11: warning: unused variable ‘functionName’ [-Wunused-variable]
     sqInt functionName;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5105:12: warning: unused variable ‘floatRet’ [-Wunused-variable]
     double floatRet;
            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5103:11: warning: unused variable ‘flags’ [-Wunused-variable]
     sqInt flags;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5101:11: warning: unused variable ‘ffiRetType’ [-Wunused-variable]
     sqInt ffiRetType;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5098:11: warning: unused variable ‘err’ [-Wunused-variable]
     sqInt err;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5096:11: warning: unused variable ‘cString’ [-Wunused-variable]
     char *cString;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5094:11: warning: unused variable ‘cPointer’ [-Wunused-variable]
     sqInt cPointer;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5092:11: warning: unused variable ‘classOop’ [-Wunused-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5090:19: warning: unused variable ‘calloutState’ [-Wunused-variable]
     CalloutState *calloutState;
                   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5088:11: warning: unused variable ‘byteSize’ [-Wunused-variable]
     sqInt byteSize;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5085:11: warning: unused variable ‘atomicType1’ [-Wunused-variable]
     sqInt atomicType1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5084:11: warning: unused variable ‘atomicType’ [-Wunused-variable]
     sqInt atomicType;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5082:11: warning: unused variable ‘argTypes2’ [-Wunused-variable]
     sqInt argTypes2;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5080:11: warning: unused variable ‘argTypes’ [-Wunused-variable]
     sqInt argTypes;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5078:11: warning: unused variable ‘argTypeArray’ [-Wunused-variable]
     sqInt argTypeArray;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5076:11: warning: unused variable ‘argType’ [-Wunused-variable]
     sqInt argType;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5074:11: warning: unused variable ‘argSpec’ [-Wunused-variable]
     sqInt argSpec;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5072:11: warning: unused variable ‘argClass’ [-Wunused-variable]
     sqInt argClass;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5069:11: warning: unused variable ‘allocation’ [-Wunused-variable]
     char *allocation;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5067:11: warning: unused variable ‘addressPtr’ [-Wunused-variable]
     sqInt addressPtr;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5064:11: warning: unused variable ‘address1’ [-Wunused-variable]
     sqInt address1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5063:11: warning: unused variable ‘address’ [-Wunused-variable]
     sqInt address;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘setInterpreter’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:6550:21: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   characterObjectOf = interpreterProxy->characterObjectOf;
                     ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c:23:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c: At top level:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "ThreadedX64SysVFFIPlugin VMMaker.oscog-eem.2481 uuid: 43e5789a-92ab-47cd-9c5b-ffe711bbfa4e " __DATE__ ;
             ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c:23:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:538:1: warning: ‘atomicTypeOf’ defined but not used [-Wunused-function]
 atomicTypeOf(sqInt typeSpec)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:548:1: warning: ‘cleanupCalloutState’ defined but not used [-Wunused-function]
 cleanupCalloutState(CalloutState *calloutState)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:557:1: warning: ‘externalFunctionHasStackSizeSlot’ defined but not used [-Wunused-function]
 externalFunctionHasStackSizeSlot(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:614:1: warning: ‘ffiArgByValuein’ defined but not used [-Wunused-function]
 ffiArgByValuein(sqInt oop, CalloutState *calloutState)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1614:1: warning: ‘ffiAtomicArgByReferenceClassin’ defined but not used [-Wunused-function]
 ffiAtomicArgByReferenceClassin(sqInt oop, sqInt oopClass, CalloutState *calloutState)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1819:1: warning: ‘ffiAtomicStructByReferenceClassin’ defined but not used [-Wunused-function]
 ffiAtomicStructByReferenceClassin(sqInt oop, sqInt oopClass, CalloutState *calloutState)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1889:1: warning: ‘ffiCalloutToSpecOnStackin’ defined but not used [-Wunused-function]
 ffiCalloutToSpecOnStackin(void *procAddr, sqInt specOnStack, CalloutState *calloutState)
 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c:23:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:2137:1: warning: ‘ffiCallArgArrayOrNilNumArgs’ defined but not used [-Wunused-function]
 ffiCallArgArrayOrNilNumArgs(sqInt externalFunction, sqInt argArrayOrNil, sqInt nArgs)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:2611:1: warning: ‘ffiContentsOfHandleerrCode’ defined but not used [-Wunused-function]
 ffiContentsOfHandleerrCode(sqInt oop, sqInt errCode)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:2625:1: warning: ‘ffiCreateIntegralResultOopofAtomicTypein’ defined but not used [-Wunused-function]
 ffiCreateIntegralResultOopofAtomicTypein(usqLong retVal, sqInt atomicType, CalloutState *calloutState)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:2712:1: warning: ‘ffiFloatValueOf’ defined but not used [-Wunused-function]
 ffiFloatValueOf(sqInt oop)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:2820:1: warning: ‘ffiLoadCalloutAddress’ defined but not used [-Wunused-function]
 ffiLoadCalloutAddress(sqInt lit)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:2927:1: warning: ‘ffiLogCallout’ defined but not used [-Wunused-function]
 ffiLogCallout(sqInt lit)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3041:1: warning: ‘ffiPushPointerin’ defined but not used [-Wunused-function]
 ffiPushPointerin(void *pointer, CalloutState *calloutState)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3153:1: warning: ‘ffiPushSignedLongLongin’ defined but not used [-Wunused-function]
 ffiPushSignedLongLongin(sqLong value, CalloutState *calloutState)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3189:1: warning: ‘ffiPushStringOfLengthin’ defined but not used [-Wunused-function]
 ffiPushStringOfLengthin(char *pointer, sqInt length, CalloutState *calloutState)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3224:1: warning: ‘ffiPushStructureContentsOfin’ defined but not used [-Wunused-function]
 ffiPushStructureContentsOfin(sqInt oop, CalloutState *calloutState)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3534:1: warning: ‘ffiPushStructureofSizetypeSpecofLengthin’ defined but not used [-Wunused-function]
 ffiPushStructureofSizetypeSpecofLengthin(void *pointer, sqInt structSize, sqInt *argSpec, sqInt argSpecSize, CalloutState *calloutState)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3752:1: warning: ‘ffiPushUnsignedLongLongin’ defined but not used [-Wunused-function]
 ffiPushUnsignedLongLongin(usqLong value, CalloutState *calloutState)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3793:1: warning: ‘ffiPushVoidin’ defined but not used [-Wunused-function]
 ffiPushVoidin(sqInt ignored, CalloutState *calloutState)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3803:1: warning: ‘ffiReturnCStringFrom’ defined but not used [-Wunused-function]
 ffiReturnCStringFrom(sqInt cPointer)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3834:1: warning: ‘ffiReturnPointerofTypein’ defined but not used [-Wunused-function]
 ffiReturnPointerofTypein(usqLong retVal, sqInt retType, CalloutState *calloutState)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3939:1: warning: ‘ffiReturnStructofTypein’ defined but not used [-Wunused-function]
 ffiReturnStructofTypein(SixteenByteReturn sixteenByteRet, sqInt ffiRetType, CalloutState *calloutState)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3969:1: warning: ‘ffiReturnType’ defined but not used [-Wunused-function]
 ffiReturnType(sqInt specOnStack)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3987:1: warning: ‘ffiSupportsCallingConvention’ defined but not used [-Wunused-function]
 ffiSupportsCallingConvention(sqInt aCallingConvention)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4000:1: warning: ‘ffiValidateExternalDataAtomicType’ defined but not used [-Wunused-function]
 ffiValidateExternalDataAtomicType(sqInt oop, sqInt atomicType)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4051:1: warning: ‘incrementFloatRegisterIndex’ defined but not used [-Wunused-function]
 incrementFloatRegisterIndex(CalloutState * self_in_incrementFloatRegisterIndex)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4058:1: warning: ‘incrementIntegerRegisterIndex’ defined but not used [-Wunused-function]
 incrementIntegerRegisterIndex(CalloutState * self_in_incrementIntegerRegisterIndex)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4081:1: warning: ‘isAlien’ defined but not used [-Wunused-function]
 isAlien(sqInt anOop)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4088:1: warning: ‘isAtomicType’ defined but not used [-Wunused-function]
 isAtomicType(sqInt typeSpec)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4095:1: warning: ‘isDirectAlien’ defined but not used [-Wunused-function]
 isDirectAlien(sqInt oop)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4103:1: warning: ‘msg’ defined but not used [-Wunused-function]
 msg(char *s)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4116:1: warning: ‘nonRegisterStructReturnIsViaImplicitFirstArgument’ defined but not used [-Wunused-function]
 nonRegisterStructReturnIsViaImplicitFirstArgument(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:6525:1: warning: ‘returnStructInRegisters’ defined but not used [-Wunused-function]
 returnStructInRegisters(sqInt returnStructSize)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:6657:1: warning: ‘sizeField’ defined but not used [-Wunused-function]
 sizeField(sqInt oop)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:6670:1: warning: ‘startOfData’ defined but not used [-Wunused-function]
 startOfData(sqInt oop)
 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c:23:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:515:20: warning: ‘moduleName’ defined but not used [-Wunused-variable]
 static const char *moduleName =
                    ^
[ 83%] Building C object CMakeFiles/SqueakFFIPrims.dir/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c.o
[ 84%] Building C object CMakeFiles/SqueakFFIPrims.dir/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c.o
[ 85%] Building C object CMakeFiles/SqueakFFIPrims.dir/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c:30:0: warning: ignoring #pragma export on [-Wunknown-pragmas]
 #pragma export on
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c:59:0: warning: ignoring #pragma export off [-Wunknown-pragmas]
 #pragma export off
 ^
[ 85%] Linking C shared library build/vm/libSqueakFFIPrims.so
[ 85%] Built target SqueakFFIPrims
Scanning dependencies of target MiscPrimitivePlugin
[ 85%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/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__ ;
             ^
[ 86%] Linking C shared library build/vm/libMiscPrimitivePlugin.so
[ 86%] Built target MiscPrimitivePlugin
Scanning dependencies of target BitBltPlugin
[ 86%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:33:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘alphaSourceBlendBits16’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:688:4: note: in expansion of macro ‘assert’
    assert((((usqInt)srcIndex)) < endOfSource);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:704:5: note: in expansion of macro ‘assert’
     assert((((usqInt)dstIndex)) < endOfDestination);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:718:6: note: in expansion of macro ‘assert’
      assert((((usqInt)dstIndex)) < endOfDestination);
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:740:6: note: in expansion of macro ‘assert’
      assert((((usqInt)dstIndex)) < endOfDestination);
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘alphaSourceBlendBits32’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:816:4: note: in expansion of macro ‘assert’
    assert((((usqInt)srcIndex)) < endOfSource);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:826:65: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      && ((((usqInt) ((assert((((usqInt)srcIndex)) < endOfSource),
                                                                 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:843:66: warning: left-hand operand of comma expression has no effect [-Wunused-value]
       && ((((usqInt) ((assert((((usqInt)srcIndex)) < endOfSource),
                                                                  ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:33:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:854:6: note: in expansion of macro ‘assert’
      assert((((usqInt)dstIndex)) < endOfDestination);
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘alphaSourceBlendBits8’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:966:62: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    sourceWord = (((assert((((usqInt)srcIndex)) < endOfSource),
                                                              ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:33:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:975:6: note: in expansion of macro ‘assert’
      assert((((usqInt)dstIndex)) < endOfDestination);
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1005:5: note: in expansion of macro ‘assert’
     assert((((usqInt)dstIndex)) < endOfDestination);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘copyBitsLockedAndClipped’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1553:4: note: in expansion of macro ‘assert’
    assert((destPPW == sourcePPW)
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1592:4: note: in expansion of macro ‘assert’
    assert(!((preload
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1594:4: note: in expansion of macro ‘assert’
    assert(((skew >= -31) && (skew <= 0x1F)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘copyBitsFallback’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1694:8: warning: unused variable ‘t’ [-Wunused-variable]
  sqInt t;
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1693:8: warning: unused variable ‘sxLowBits’ [-Wunused-variable]
  sqInt sxLowBits;
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1692:8: warning: unused variable ‘startBits1’ [-Wunused-variable]
  sqInt startBits1;
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1691:8: warning: unused variable ‘startBits’ [-Wunused-variable]
  sqInt startBits;
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1690:8: warning: unused variable ‘pixPerM11’ [-Wunused-variable]
  sqInt pixPerM11;
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1689:8: warning: unused variable ‘pixPerM1’ [-Wunused-variable]
  sqInt pixPerM1;
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1688:15: warning: unused variable ‘m1’ [-Wunused-variable]
  unsigned int m1;
               ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1687:8: warning: unused variable ‘endBits’ [-Wunused-variable]
  sqInt endBits;
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1686:8: warning: unused variable ‘dxLowBits’ [-Wunused-variable]
  sqInt dxLowBits;
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1685:8: warning: unused variable ‘done’ [-Wunused-variable]
  sqInt done;
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:33:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘copyLoop’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1982:2: note: in expansion of macro ‘assert’
  assert(!((preload
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1984:2: note: in expansion of macro ‘assert’
  assert(((skew >= -31) && (skew <= 0x1F)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2026:5: note: in expansion of macro ‘assert’
     assert((((usqInt)sourceIndex)) < endOfSource);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2036:4: note: in expansion of macro ‘assert’
    assert((((usqInt)sourceIndex)) < endOfSource);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2043:4: note: in expansion of macro ‘assert’
    assert((((usqInt)destIndex)) < endOfDestination);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2060:7: note: in expansion of macro ‘assert’
       assert((((usqInt)sourceIndex)) < endOfSource);
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2067:7: note: in expansion of macro ‘assert’
       assert((((usqInt)sourceIndex)) < endOfSource);
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2078:6: note: in expansion of macro ‘assert’
      assert((((usqInt)sourceIndex)) < endOfSource);
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2093:5: note: in expansion of macro ‘assert’
     assert((((usqInt)sourceIndex)) < endOfSource);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2099:5: note: in expansion of macro ‘assert’
     assert((((usqInt)destIndex)) < endOfDestination);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2122:5: note: in expansion of macro ‘assert’
     assert((((usqInt)sourceIndex)) < endOfSource);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2132:4: note: in expansion of macro ‘assert’
    assert((((usqInt)sourceIndex)) < endOfSource);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2139:4: note: in expansion of macro ‘assert’
    assert((((usqInt)destIndex)) < endOfDestination);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2151:5: note: in expansion of macro ‘assert’
     assert((((usqInt)sourceIndex)) < endOfSource);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2158:103: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     mergeWord = mergeFnwith(skewWord & halftoneWord, (assert((((usqInt)destIndex)) < endOfDestination),
                                                                                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:33:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2167:5: note: in expansion of macro ‘assert’
     assert((((usqInt)sourceIndex)) < endOfSource);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2173:5: note: in expansion of macro ‘assert’
     assert((((usqInt)destIndex)) < endOfDestination);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘copyLoopNoSource’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2214:3: note: in expansion of macro ‘assert’
   assert((((usqInt)destIndex)) < endOfDestination);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2236:5: note: in expansion of macro ‘assert’
     assert((((usqInt)destIndex)) < endOfDestination);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2245:4: note: in expansion of macro ‘assert’
    assert((((usqInt)destIndex)) < endOfDestination);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘copyLoopPixMap’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2373:6: note: in expansion of macro ‘assert’
      assert((((usqInt)sourceIndex)) < endOfSource);
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2396:6: note: in expansion of macro ‘assert’
      assert((((usqInt)sourceIndex)) < endOfSource);
      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2441:103: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     mergeWord = mergeFnwith(skewWord & halftoneWord, (assert((((usqInt)destIndex)) < endOfDestination),
                                                                                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:33:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2448:5: note: in expansion of macro ‘assert’
     assert((((usqInt)destIndex)) < endOfDestination);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘loadBitBltDestForm’:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘loadBitBltFromwarping’:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘loadBitBltSourceForm’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3558:8: warning: variable ‘v’ set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:33:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘lockSurfaces’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3880:2: note: in expansion of macro ‘assert’
  assert(numGCsOnInvocation == (statNumGCs()));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3877:8: warning: variable ‘v’ set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:33:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘performCopyLoop’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4734:4: note: in expansion of macro ‘assert’
    assert((destPPW == sourcePPW)
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4773:4: note: in expansion of macro ‘assert’
    assert(!((preload
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4775:4: note: in expansion of macro ‘assert’
    assert(((skew >= -31) && (skew <= 0x1F)));
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4819:4: note: in expansion of macro ‘assert’
    assert((((usqInt)sourceIndex)) < endOfSource);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4842:4: note: in expansion of macro ‘assert’
    assert((((usqInt)sourceIndex)) < endOfSource);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘pickWarpPixelAtXy’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4913:2: note: in expansion of macro ‘assert’
  assert((((usqInt)srcIndex)) < endOfSource);
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘primitiveCompareColors’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5028:8: warning: unused variable ‘_return_value’ [-Wunused-variable]
  sqInt _return_value;
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5023:14: warning: variable ‘colorA’ set but not used [-Wunused-but-set-variable]
  usqIntptr_t colorA;
              ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:33:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘rgbComponentAlpha16’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5783:4: note: in expansion of macro ‘assert’
    assert((((usqInt)srcIndex)) < endOfSource);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5791:5: note: in expansion of macro ‘assert’
     assert((((usqInt)dstIndex)) < endOfDestination);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5813:5: note: in expansion of macro ‘assert’
     assert((((usqInt)dstIndex)) < endOfDestination);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘rgbComponentAlpha32’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5888:4: note: in expansion of macro ‘assert’
    assert((((usqInt)srcIndex)) < endOfSource);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5897:55: warning: left-hand operand of comma expression has no effect [-Wunused-value]
      && ((((assert((((usqInt)srcIndex)) < endOfSource),
                                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:33:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5909:5: note: in expansion of macro ‘assert’
     assert((((usqInt)dstIndex)) < endOfDestination);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘rgbComponentAlpha8’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6136:62: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    sourceWord = (((assert((((usqInt)srcIndex)) < endOfSource),
                                                              ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:33:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6151:5: note: in expansion of macro ‘assert’
     assert((((usqInt)dstIndex)) < endOfDestination);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6180:5: note: in expansion of macro ‘assert’
     assert((((usqInt)dstIndex)) < endOfDestination);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘sourceSkewAndPointerInit’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6788:2: note: in expansion of macro ‘assert’
  assert((destPPW == sourcePPW)
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6827:2: note: in expansion of macro ‘assert’
  assert(!((preload
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6829:2: note: in expansion of macro ‘assert’
  assert(((skew >= -31) && (skew <= 0x1F)));
  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘warpLoop’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7685:7: note: in expansion of macro ‘assert’
       assert((((usqInt)srcIndex)) < endOfSource);
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7713:7: note: in expansion of macro ‘assert’
       assert((((usqInt)srcIndex1)) < endOfSource);
       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7755:103: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     mergeWord = mergeFnwith(skewWord & halftoneWord, (assert((((usqInt)destIndex)) < endOfDestination),
                                                                                                       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:33:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7764:5: note: in expansion of macro ‘assert’
     assert((((usqInt)destIndex)) < endOfDestination);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘warpPickSmoothPixelsxDeltahyDeltahxDeltavyDeltavsourceMapsmoothingdstShiftInc’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7919:5: note: in expansion of macro ‘assert’
     assert((((usqInt)srcIndex)) < endOfSource);
     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:8068:4: note: in expansion of macro ‘assert’
    assert((((usqInt)srcIndex)) < endOfSource);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:8096:4: note: in expansion of macro ‘assert’
    assert((((usqInt)srcIndex1)) < endOfSource);
    ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: At top level:
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: ‘affectedBottom’ defined but not used [-Wunused-function]
 affectedBottom(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: ‘affectedLeft’ defined but not used [-Wunused-function]
 affectedLeft(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:425:1: warning: ‘affectedRight’ defined but not used [-Wunused-function]
 affectedRight(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: ‘affectedTop’ defined but not used [-Wunused-function]
 affectedTop(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: ‘checkSourceOverlap’ defined but not used [-Wunused-function]
 checkSourceOverlap(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: ‘copyBitsFastPathSpecialised’ defined but not used [-Wunused-function]
 copyBitsFastPathSpecialised(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: ‘default8To32Table’ defined but not used [-Wunused-function]
 default8To32Table(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: ‘destMaskAndPointerInit’ defined but not used [-Wunused-function]
 destMaskAndPointerInit(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: ‘loadBitBltDestForm’ defined but not used [-Wunused-function]
 loadBitBltDestForm(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: ‘loadBitBltSourceForm’ defined but not used [-Wunused-function]
 loadBitBltSourceForm(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: ‘loadColorMap’ defined but not used [-Wunused-function]
 loadColorMap(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: ‘loadHalftoneForm’ defined but not used [-Wunused-function]
 loadHalftoneForm(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: ‘performCopyLoop’ defined but not used [-Wunused-function]
 performCopyLoop(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: ‘showDisplayBits’ defined but not used [-Wunused-function]
 showDisplayBits(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: ‘sourceSkewAndPointerInit’ defined but not used [-Wunused-function]
 sourceSkewAndPointerInit(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: ‘tryCopyingBitsQuickly’ defined but not used [-Wunused-function]
 tryCopyingBitsQuickly(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: ‘warpBits’ defined but not used [-Wunused-function]
 warpBits(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: ‘warpLoopSetup’ defined but not used [-Wunused-function]
 warpLoopSetup(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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)
 ^
[ 87%] Linking C shared library build/vm/libBitBltPlugin.so
[ 87%] Built target BitBltPlugin
Scanning dependencies of target LocalePlugin
[ 87%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:388:1: warning: ‘sqAssert’ defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
[ 88%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c.o
[ 89%] Linking C shared library build/vm/libLocalePlugin.so
[ 89%] Built target LocalePlugin
Scanning dependencies of target DSAPrims
[ 89%] Building C object CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: ‘bigDivideLoop’ defined but not used [-Wunused-function]
 bigDivideLoop(void)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:675:1: warning: ‘subtractDivisorMultipliedByDigitdigitShift’ defined but not used [-Wunused-function]
 subtractDivisorMultipliedByDigitdigitShift(sqInt digit, sqInt digitShift)
 ^
[ 90%] Linking C shared library build/vm/libDSAPrims.so
[ 90%] Built target DSAPrims
Scanning dependencies of target PThreadedFFI-1.3.1-linux64
[ 91%] Generating build/third-party/PThreadedFFI-1.3.1-linux64.zip
--2020-09-25 14:28:30--  https://files.pharo.org/vm/pharo-spur64/linux/third-party//PThreadedFFI-1.3.1-linux64.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 137024 (134K) [application/zip]
Saving to: ‘PThreadedFFI-1.3.1-linux64.zip’

     0K .......... .......... .......... .......... .......... 37% 1.40M 0s
    50K .......... .......... .......... .......... .......... 74% 3.22M 0s
   100K .......... .......... .......... ...                  100% 14.0M=0.05s

2020-09-25 14:28:31 (2.49 MB/s) - ‘PThreadedFFI-1.3.1-linux64.zip’ saved [137024/137024]

[ 91%] Generating build/third-party/PThreadedFFI-1.3.1-linux64.done
Archive:  PThreadedFFI-1.3.1-linux64.zip
  inflating: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libPThreadedPlugin.so  
  inflating: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libffi.so.7  
  inflating: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libTestLibrary.so  
  inflating: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libffi.so  
  inflating: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libffi.so.7.1.0  
[ 91%] Built target PThreadedFFI-1.3.1-linux64
Scanning dependencies of target libgit2-linux-1.0.0
[ 92%] Generating build/third-party/libgit2-linux-1.0.0.zip
--2020-09-25 14:28:31--  https://github.com/guillep/libgit_build/releases/download/v1.0.1/libgit2-linux-1.0.0.zip
Resolving github.com (github.com)... 140.82.121.4
Connecting to github.com (github.com)|140.82.121.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/258204794/72f0f800-a03f-11ea-80bc-0e33059546d5?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20200925%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20200925T122831Z&X-Amz-Expires=300&X-Amz-Signature=0dc74d12f61c7911754e034801c88966c73daaf59625dd21f555e1aff5246ce8&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=258204794&response-content-disposition=attachment%3B%20filename%3Dlibgit2-linux-1.0.0.zip&response-content-type=application%2Foctet-stream [following]
--2020-09-25 14:28:31--  https://github-production-release-asset-2e65be.s3.amazonaws.com/258204794/72f0f800-a03f-11ea-80bc-0e33059546d5?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20200925%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20200925T122831Z&X-Amz-Expires=300&X-Amz-Signature=0dc74d12f61c7911754e034801c88966c73daaf59625dd21f555e1aff5246ce8&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=258204794&response-content-disposition=attachment%3B%20filename%3Dlibgit2-linux-1.0.0.zip&response-content-type=application%2Foctet-stream
Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.217.14.220
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.217.14.220|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1505693 (1.4M) [application/octet-stream]
Saving to: ‘libgit2-linux-1.0.0.zip’

     0K .......... .......... .......... .......... ..........  3%  607K 2s
    50K .......... .......... .......... .......... ..........  6%  304K 3s
   100K .......... .......... .......... .......... .......... 10%  307K 4s
   150K .......... .......... .......... .......... .......... 13%  609K 3s
   200K .......... .......... .......... .......... .......... 17%  308K 3s
   250K .......... .......... .......... .......... .......... 20%  608K 3s
   300K .......... .......... .......... .......... .......... 23%  308K 3s
   350K .......... .......... .......... .......... .......... 27%  608K 3s
   400K .......... .......... .......... .......... .......... 30%  309K 3s
   450K .......... .......... .......... .......... .......... 34%  610K 2s
   500K .......... .......... .......... .......... .......... 37%  309K 2s
   550K .......... .......... .......... .......... .......... 40%  604K 2s
   600K .......... .......... .......... .......... .......... 44%  309K 2s
   650K .......... .......... .......... .......... .......... 47%  307K 2s
   700K .......... .......... .......... .......... .......... 51%  604K 2s
   750K .......... .......... .......... .......... .......... 54%  307K 2s
   800K .......... .......... .......... .......... .......... 57%  309K 2s
   850K .......... .......... .......... .......... .......... 61%  613K 1s
   900K .......... .......... .......... .......... .......... 64%  602K 1s
   950K .......... .......... .......... .......... .......... 68%  310K 1s
  1000K .......... .......... .......... .......... .......... 71%  603K 1s
  1050K .......... .......... .......... .......... .......... 74%  309K 1s
  1100K .......... .......... .......... .......... .......... 78%  603K 1s
  1150K .......... .......... .......... .......... .......... 81%  416K 1s
  1200K .......... .......... .......... .......... .......... 85%  404K 1s
  1250K .......... .......... .......... .......... .......... 88%  415K 0s
  1300K .......... .......... .......... .......... .......... 91%  407K 0s
  1350K .......... .......... .......... .......... .......... 95%  604K 0s
  1400K .......... .......... .......... .......... .......... 98%  123K 0s
  1450K .......... ..........                                 100%  169K=4.0s

2020-09-25 14:28:35 (372 KB/s) - ‘libgit2-linux-1.0.0.zip’ saved [1505693/1505693]

[ 92%] Generating build/third-party/libgit2-linux-1.0.0.done
Archive:  libgit2-linux-1.0.0.zip
  inflating: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libgit2.1.0.0.so  
[ 92%] Built target libgit2-linux-1.0.0
Scanning dependencies of target openssl-1.0.2q
[ 92%] Generating build/third-party/openssl-1.0.2q.zip
--2020-09-25 14:28:35--  https://files.pharo.org/vm/pharo-spur64/linux/third-party//openssl-1.0.2q.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1300161 (1.2M) [application/zip]
Saving to: ‘openssl-1.0.2q.zip’

     0K .......... .......... .......... .......... ..........  3% 1.44M 1s
    50K .......... .......... .......... .......... ..........  7% 2.91M 1s
   100K .......... .......... .......... .......... .......... 11% 24.5M 0s
   150K .......... .......... .......... .......... .......... 15% 23.4M 0s
   200K .......... .......... .......... .......... .......... 19% 3.35M 0s
   250K .......... .......... .......... .......... .......... 23% 25.8M 0s
   300K .......... .......... .......... .......... .......... 27% 21.4M 0s
   350K .......... .......... .......... .......... .......... 31% 20.6M 0s
   400K .......... .......... .......... .......... .......... 35% 5.23M 0s
   450K .......... .......... .......... .......... .......... 39% 17.3M 0s
   500K .......... ...MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc --- cache
....... .......... .......... .......... 43% 20.6M 0s
   550K .......... .......... .......... .......... .......... 47% 26.8M 0s
   600K .......... .......... .......... .......... .......... 51% 28.2M 0s
   650K .......... .......... .......... .......... .......... 55% 22.8M 0s
   700K .......... .......... .......... .......... .......... 59% 23.5M 0s
   750K .......... .......... .......... .......... .......... 63% 23.1M 0s
   800K .......... .......... .......... .......... .......... 66% 27.7M 0s
   850K .......... .......... .......... .......... .......... 70% 17.2M 0s
   900K .......... .......... .......... .......... .......... 74% 29.2M 0s
   950K .......... .......... .......... .......... .......... 78% 22.3M 0s
  1000K .......... .......... .......... .......... .......... 82% 24.8M 0s
  1050K .......... .......... .......... .......... .......... 86% 19.6M 0s
  1100K .......... .......... .......... .......... .......... 90% 20.7M 0s
  1150K .......... .......... .......... .......... .......... 94% 31.2M 0s
  1200K .......... .......... .......... .......... .......... 98% 20.7M 0s
  1250K .......... .........                                  100% 31.6M=0.1s

2020-09-25 14:28:35 (10.3 MB/s) - ‘openssl-1.0.2q.zip’ saved [1300161/1300161]

[ 93%] Generating build/third-party/openssl-1.0.2q.done
Archive:  openssl-1.0.2q.zip
  inflating: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libssl.so  
  inflating: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libssl.so.1.0.0  
  inflating: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libcrypto.so.1.0.0  
[ 93%] Built target openssl-1.0.2q
Scanning dependencies of target libssh2-1.7.0
[ 94%] Generating build/third-party/libssh2-1.7.0.zip
--2020-09-25 14:28:36--  https://files.pharo.org/vm/pharo-spur64/linux/third-party//libssh2-1.7.0.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 250736 (245K) [application/zip]
Saving to: ‘libssh2-1.7.0.zip’

     0K .......... .......... .......... .......... .......... 20% 1.45M 0s
    50K .......... .......... .......... .......... .......... 40% 2.92M 0s
   100K .......... .......... .......... .......... .......... 61% 24.5M 0s
   150K .......... .......... .......... .......... .......... 81% 22.8M 0s
   200K .......... .......... .......... .......... ....      100% 3.14M=0.07s

2020-09-25 14:28:36 (3.49 MB/s) - ‘libssh2-1.7.0.zip’ saved [250736/250736]

[ 94%] Generating build/third-party/libssh2-1.7.0.done
Archive:  libssh2-1.7.0.zip
  inflating: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libssh2.so  
  inflating: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libssh2.so.1  
  inflating: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libssh2.so.1.0.1  
[ 94%] Built target libssh2-1.7.0
Scanning dependencies of target IA32ABI
[ 95%] Building C object CMakeFiles/IA32ABI.dir/extracted/plugins/IA32ABI/src/common/IA32ABI.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c: In function ‘primDoubleAt’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:748:24: warning: passing argument 2 of ‘memcpy’ makes pointer from integer without a cast [-Wint-conversion]
  memcpy((&floatValue), addr, sizeof(floatValue));
                        ^
In file included from /usr/include/features.h:367:0,
                 from /usr/include/math.h:26,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:11:
/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_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c: In function ‘primDoubleAtPut’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:795:9: warning: passing argument 1 of ‘memcpy’ makes pointer from integer without a cast [-Wint-conversion]
  memcpy(addr, (&floatValue), sizeof(floatValue));
         ^
In file included from /usr/include/features.h:367:0,
                 from /usr/include/math.h:26,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:11:
/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_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c: In function ‘primFloatAt’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:840:24: warning: passing argument 2 of ‘memcpy’ makes pointer from integer without a cast [-Wint-conversion]
  memcpy((&floatValue), addr, sizeof(floatValue));
                        ^
In file included from /usr/include/features.h:367:0,
                 from /usr/include/math.h:26,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:11:
/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_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c: In function ‘primFloatAtPut’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:887:9: warning: passing argument 1 of ‘memcpy’ makes pointer from integer without a cast [-Wint-conversion]
  memcpy(addr, (&floatValue), sizeof(floatValue));
         ^
In file included from /usr/include/features.h:367:0,
                 from /usr/include/math.h:26,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:11:
/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,
 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:36:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c: In function ‘primReturnAsFromContextThrough’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:1046:3: note: in expansion of macro ‘assert’
   assert(isNonImmediate(stackValue(3)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:1047:3: note: in expansion of macro ‘assert’
   assert((fetchClassOf(stackValue(2))) == (classSemaphore()));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:1048:3: note: in expansion of macro ‘assert’
   assert(isIntegerObject(stackValue(1)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:1049:3: note: in expansion of macro ‘assert’
   assert(isNonImmediate(stackValue(0)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:1062:3: note: in expansion of macro ‘assert’
   assert((methodArgumentCount()) == 2);
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:1063:3: note: in expansion of macro ‘assert’
   assert(isNonImmediate(stackValue(2)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:1064:3: note: in expansion of macro ‘assert’
   assert(isIntegerObject(stackValue(1)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:1065:3: note: in expansion of macro ‘assert’
   assert(isNonImmediate(stackValue(0)));
   ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c: In function ‘setInterpreter’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:2253:34: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   returnAsThroughCallbackContext = interpreterProxy->returnAsThroughCallbackContext;
                                  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c: At top level:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "IA32ABIPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:2278:1: warning: ‘sizeField’ defined but not used [-Wunused-function]
 sizeField(sqInt rcvr)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:2289:1: warning: ‘startOfByteData’ defined but not used [-Wunused-function]
 startOfByteData(sqInt rcvr)
 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:2318:1: warning: ‘startOfDatawithSize’ defined but not used [-Wunused-function]
 startOfDatawithSize(sqInt rcvr, sqInt sizeField)
 ^
[ 96%] Building C object CMakeFiles/IA32ABI.dir/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c:35:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h:34:0: warning: ignoring #pragma export on [-Wunknown-pragmas]
 #pragma export on
 ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c:35:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h:72:0: warning: ignoring #pragma export off [-Wunknown-pragmas]
 #pragma export off
 ^
[ 96%] Building C object CMakeFiles/IA32ABI.dir/extracted/plugins/IA32ABI/src/common/xabicc.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/xabicc.c:16:0:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c:21:22: warning: missing terminating ' character
 # error Windows doesn't use the SystemV ABI
                      ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c:45:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/xabicc.c:16:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/include/common/dax64business.h: In function ‘callIA32IntegralReturn’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/include/common/dax64business.h:23:9: note: in expansion of macro ‘assert’
         assert(sizeof(long) == sizeof(void*)); /* Will need to fix for Windows. */
         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c:106:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/xabicc.c:16:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/include/common/dax64business.h:21:7: warning: variable ‘argstart’ set but not used [-Wunused-but-set-variable]
  long argstart;
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c:45:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/xabicc.c:16:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/include/common/dax64business.h: In function ‘callIA32FloatReturn’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/include/common/dax64business.h:23:9: note: in expansion of macro ‘assert’
         assert(sizeof(long) == sizeof(void*)); /* Will need to fix for Windows. */
         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c:118:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/xabicc.c:16:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/include/common/dax64business.h:21:7: warning: variable ‘argstart’ set but not used [-Wunused-but-set-variable]
  long argstart;
       ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c:45:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/xabicc.c:16:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/include/common/dax64business.h: In function ‘callIA32DoubleReturn’:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: warning: statement with no effect [-Wunused-value]
 # define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                       ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/include/common/dax64business.h:23:9: note: in expansion of macro ‘assert’
         assert(sizeof(long) == sizeof(void*)); /* Will need to fix for Windows. */
         ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c:130:0,
                 from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/xabicc.c:16:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/include/common/dax64business.h:21:7: warning: variable ‘argstart’ set but not used [-Wunused-but-set-variable]
  long argstart;
       ^
[ 97%] Linking C shared library build/vm/libIA32ABI.so
[ 97%] Built target IA32ABI
Scanning dependencies of target SDL2-2.0.7
[ 97%] Generating build/third-party/SDL2-2.0.7.zip
--2020-09-25 14:28:37--  https://files.pharo.org/vm/pharo-spur64/linux/third-party//SDL2-2.0.7.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1340373 (1.3M) [application/zip]
Saving to: ‘SDL2-2.0.7.zip’

     0K .......... .......... .......... .......... ..........  3% 1.48M 1s
    50K .......... .......... .......... .......... ..........  7% 2.93M 1s
   100K .......... .......... .......... .......... .......... 11% 24.1M 0s
   150K .......... .......... .......... .......... .......... 15% 23.0M 0s
   200K .......... .......... .......... .......... .......... 19% 3.48M 0s
   250K .......... .......... .......... .......... .......... 22% 18.6M 0s
   300K .......... .......... .......... .......... .......... 26% 27.7M 0s
   350K .......... .......... .......... .......... .......... 30% 17.4M 0s
   400K .......... .......... .......... .......... .......... 34% 5.35M 0s
   450K .......... .......... .......... .......... .......... 38% 22.8M 0s
   500K .......... .......... .......... .......... .......... 42% 22.4M 0s
   550K .......... .......... .......... .......... .......... 45% 23.4M 0s
   600K .......... .......... .......... .......... .......... 49% 22.5M 0s
   650K .......... .......... .......... .......... .......... 53% 17.9M 0s
   700K .......... .......... .......... .......... .......... 57% 33.3M 0s
   750K .......... .......... .......... .......... .......... 61% 22.1M 0s
   800K .......... .......... .......... .......... .......... 64% 21.8M 0s
   850K .......... .......... .......... .......... .......... 68% 23.0M 0s
   900K .......... .......... .......... .......... .......... 72% 26.2M 0s
   950K .......... .......... .......... .......... .......... 76% 21.7M 0s
  1000K .......... .......... .......... .......... .......... 80% 18.6M 0s
  1050K .......... .......... .......... .......... .......... 84% 27.0M 0s
  1100K .......... .......... .......... .......... .......... 87% 23.4M 0s
  1150K .......... .......... .......... .......... .......... 91% 27.3M 0s
  1200K .......... .......... .......... .......... .......... 95% 18.7M 0s
  1250K .......... .......... .......... .......... .......... 99% 25.3M 0s
  1300K ........                                              100% 30.5M=0.1s

2020-09-25 14:28:37 (10.6 MB/s) - ‘SDL2-2.0.7.zip’ saved [1340373/1340373]

[ 98%] Generating build/third-party/SDL2-2.0.7.done
Archive:  SDL2-2.0.7.zip
  inflating: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libSDL2-2.0.so.0  
  inflating: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libSDL2-2.0.so.0.7.0  
  inflating: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libSDL2.so  
[ 98%] Built target SDL2-2.0.7
Scanning dependencies of target pharo
[100%] Building C object CMakeFiles/pharo.dir/src/unixMain.c.o
[100%] Linking C executable build/vm/pharo
[100%] Built target pharo
Install the project...
-- Install configuration: ""
-- Up-to-date: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/./
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//bin
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//bin/pharo
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//pharo
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libFilePlugin.so
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libPThreadedPlugin.so
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libgit2.1.0.0.so
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libffi.so.7
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libssl.so
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libMiscPrimitivePlugin.so
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libB2DPlugin.so
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libgit2.so.0.25.1
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libJPEGReaderPlugin.so
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libTestLibrary.so
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libgit2.so
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libLargeIntegers.so
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libSqueakSSL.so
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libJPEGReadWriter2Plugin.so
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libSDL2-2.0.so.0
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libUUIDPlugin.so
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libssl.so.1.0.0
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libDSAPrims.so
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libSDL2-2.0.so.0.7.0
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/pharo
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libPharoVMCore.so
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libBitBltPlugin.so
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libssh2.so.1
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libSqueakFFIPrims.so
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libgit2.so.25
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libLocalePlugin.so
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libssh2.so.1.0.1
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libIA32ABI.so
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libSDL2.so
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libUnixOSProcessPlugin.so
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libcrypto.so.1.0.0
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libssh2.so
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libFileAttributesPlugin.so
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libSocketPlugin.so
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libSurfacePlugin.so
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libSecurityPlugin.so
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libffi.so
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libffi.so.7.1.0
-- Up-to-date: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libffi.so.7
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/pkgconfig
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libffi.so
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/lib/libffi.so.7.1.0
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqUnixCharConv.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqConfig.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqGnu.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqPlatformSpecific.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/config.h
-- Up-to-date: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/semaphores
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/semaphores/pSemaphore.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/pharoClient.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/pThreadedFFI
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/pThreadedFFI/worker.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/pThreadedFFI/pThreadedFFIUtils.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/pThreadedFFI/pThreadedFFI.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/pThreadedFFI/callbacks.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/pThreadedFFI/workerTask.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/imageAccess.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/fileDialog.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/pharo.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/threadSafeQueue
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/debug.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqNamedPrims.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/stringUtilities.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/parameterVector.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/macros.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/errorCode.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/pathUtilities.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/interpreter.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/parameters.h
-- Up-to-date: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqVirtualMachine.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqAtomicOps.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sq.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqaio.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqMemoryAccess.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqCogStackAlignment.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqAssert.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/dispdbg.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqMemoryFence.h
-- Up-to-date: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/interp.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/vmCallback.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/cointerp.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/cogit.h
-- Installing: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/cogmethod.h
[Pipeline] sh
+ make package
[  5%] Built target build_libFFI
[  5%] Built target libFFI
[ 31%] Built target PharoVMCore
[ 32%] Built target JPEGReaderPlugin
[ 33%] Built target LargeIntegers
[ 34%] Built target SocketPlugin
[ 65%] Built target JPEGReadWriter2Plugin
[ 66%] Built target B2DPlugin
[ 71%] Built target FilePlugin
[ 73%] Built target FileAttributesPlugin
[ 75%] Built target libgit2-0.25.1
[ 76%] Built target UUIDPlugin
[ 77%] Built target SurfacePlugin
[ 79%] Built target SecurityPlugin
[ 80%] Built target UnixOSProcessPlugin
[ 82%] Built target SqueakSSL
[ 85%] Built target SqueakFFIPrims
[ 86%] Built target MiscPrimitivePlugin
[ 87%] Built target BitBltPlugin
[ 89%] Built target LocalePlugin
[ 90%] Built target DSAPrims
[ 91%] Built target PThreadedFFI-1.3.1-linux64
[ 92%] Built target libgit2-linux-1.0.0
[ 93%] Built target openssl-1.0.2q
[ 94%] Built target libssh2-1.7.0
[ 97%] Built target IA32ABI
[ 98%] Built target SDL2-2.0.7
[100%] Built target pharo
Run CPack packaging tool...
CPack: Create package using ZIP
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
CPack: - Install project: PharoVM
CPack: -   Install component: bin
CPack: -   Install component: include
CPack: Create package
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_v8.6.0-alpha/repository/smalltalksrc --- cache
NewUndeclaredWarning: UnicornSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
NewUndeclaredWarning: VMCodeGenerationTest>>testEmptyStructTypeDef (MockEmptyVMStruct is Undeclared)
NewUndeclaredWarning: VMCodeGenerationTest>>testEmptyStructWithRedefinedStructNameTypeDef (MockEmptyVMStructWithRedefinedStructName is Undeclared)
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)
CPack: - package: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/packages/PharoVM-8.5.0-3cf4aab-linux64-bin.zip generated.
CPack: - checksum file: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/packages/PharoVM-8.5.0-3cf4aab-linux64-bin.zip.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/packages/PharoVM-8.5.0-3cf4aab-linux64-include.zip generated.
CPack: - checksum file: /builds/workspace/pharo-vm_v8.6.0-alpha/build/build/packages/PharoVM-8.5.0-3cf4aab-linux64-include.zip.sha1 generated.
[Pipeline] }
[Pipeline] // dir
[Pipeline] stash
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/smalltalksrc --- cache
Stashed 4 file(s)
[Pipeline] archiveArtifacts
Archiving artifacts
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/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)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed)
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_v8.6.0-alpha/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_v8.6.0-alpha/repository/smalltalksrc --- cache
MetacelloNotification: ...finished baseline
2020-09-25 14:28:47.293 Pharo[16144:2184455] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to (null)
[ 14%] Generating VM files for flavour: CoInterpreterWithQueueFFI
2020-09-25 14:28:51.278 Pharo[16158:2184524] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to (null)
Generating #CoInterpreterWithQueueFFI in '/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build'...
StackInterpreterPrimitives>>primitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction

conflicting return types sqInt, void in reverseDisplayFrom:to:
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in reverseDisplayFrom:to:
conflicting return types sqInt, void in longPrintOop:
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in reverseDisplayFrom:to:
conflicting return types sqInt, void in longPrintOop:
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in reverseDisplayFrom:to:
conflicting return types sqInt, void in longPrintOop:
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in reverseDisplayFrom:to:
conflicting return types sqInt, void in longPrintOop:
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in reverseDisplayFrom:to:
conflicting return types sqInt, void in longPrintOop:
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in reverseDisplayFrom:to:
conflicting return types sqInt, void in longPrintOop:
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in baseFrameReturn
Local variable name 'receiver' in primitiveWorkerExtractReturnValue may mask method when inlining

Local variable name 'receiver' in primitiveWorkerCallout 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:
CogARMv8Compiler>>concretizeMoveCqR contains declaration for non-existent variable word

conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
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:

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:
Running on pharo-ci-jenkins2-win10 in C:\builds\workspace\pharo-vm_v8.6.0-alpha
[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-windows)
[Pipeline] dir
Running in C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci
Cloning the remote Git repository
Using shallow clone with depth 2
Cloning repository https://github.com/pharo-project/opensmalltalk-vm.git
 > git init C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.28.0'
using GIT_ASKPASS to set credentials pharo-ci GitHub account
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/opensmalltalk-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10

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:
25 September 2020 2:29:40.666275 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
25 September 2020 2:29:41.449559 pm
PharoVMMaker
Scanning dependencies of target PharoVMCore
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/functionDefinitionPrimitives.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/functionDefinitionPrimitives.c:1:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pThreadedFFI/pThreadedFFI.h:16:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
1 warning generated.
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/primitiveCalls.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/primitiveCalls.c:1:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pThreadedFFI/pThreadedFFI.h:16:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
1 warning generated.
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/primitiveUtils.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/primitiveUtils.c:1:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pThreadedFFI/pThreadedFFI.h:16:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
1 warning generated.
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/pThreadedFFI.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/pThreadedFFI.c:1:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pThreadedFFI/pThreadedFFI.h:16:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
1 warning generated.
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/types.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/types.c:1:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pThreadedFFI/pThreadedFFI.h:16:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/types.c:108:3: warning: variable 'address' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
                default:
                ^~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/types.c:112:19: note: uninitialized use occurs here
        setHandler(aOop, address);
                         ^~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/types.c:4:15: note: initialize the variable 'address' to silence this warning
        void* address;
                     ^
                      = NULL
2 warnings generated.
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/typesPrimitives.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/typesPrimitives.c:1:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pThreadedFFI/pThreadedFFI.h:16:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
1 warning generated.
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/utils.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/utils.c:1:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pThreadedFFI/pThreadedFFI.h:16:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
1 warning generated.
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/callbacks/callbackPrimitives.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/callbacks/callbackPrimitives.c:1:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pThreadedFFI/callbacks.h:6:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/semaphores/pharoSemaphore.h:5:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/callbacks/callbackPrimitives.c:101:11: warning: unused variable 'handler' [-Wunused-variable]
    void *handler;
          ^
2 warnings generated.
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/callbacks/callbacks.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/callbacks/callbacks.c:1:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pThreadedFFI/callbacks.h:6:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/semaphores/pharoSemaphore.h:5:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
1 warning generated.
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/sameThread/sameThread.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/sameThread/sameThread.c:3:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pThreadedFFI/pThreadedFFI.h:16:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/sameThread/sameThread.c:53:8: warning: unused variable 'flags' [-Wunused-variable]
        sqInt flags;
              ^
2 warnings generated.
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/worker/worker.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/worker/worker.c:1:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pThreadedFFI/pThreadedFFI.h:16:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
1 warning generated.
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/worker/workerPrimitives.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/worker/workerPrimitives.c:1:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pThreadedFFI/worker.h:4:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pThreadedFFI/pThreadedFFI.h:16:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
1 warning generated.
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/worker/workerTask.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/worker/workerTask.c:1:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pThreadedFFI/workerTask.h:6:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pThreadedFFI/callbacks.h:6:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/semaphores/pharoSemaphore.h:5:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
1 warning generated.
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/src/debug.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/debug.c:1:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/debug.c:40:6: warning: unused variable 'msgLength' [-Wunused-variable]
        int msgLength;
            ^
2 warnings generated.
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/utils.c:1:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/utils.c:179:8: warning: unused variable 'tmpBasedir' [-Wunused-variable]
        char* tmpBasedir = alloca(bufferSize);
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/utils.c:433:17: warning: unused function 'max' [-Wunused-function]
static long int max(long int x, long int y) { return (x > y) ? x : y; }
                ^
3 warnings generated.
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/src/errorCode.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/errorCode.c:1:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/errorCode.h:6:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
1 warning generated.
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/nullDisplay.c:1:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/nullDisplay.c:208:1: warning: unused function 'dropInit' [-Wunused-function]
dropInit (void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/nullDisplay.c:215:1: warning: unused function 'dropShutdown' [-Wunused-function]
dropShutdown (void)
^
3 warnings generated.
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/externalPrimitives.c:33:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/externalPrimitives.c:62:9: warning: unused variable 'i' [-Wunused-variable]
    int i = 0;
        ^
2 warnings generated.
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/client.c:1:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/client.c:235:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
2 warnings generated.
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pathUtilities.c:1:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pathUtilities.h:8:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/errorCode.h:6:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
1 warning generated.
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/parameterVector.c:1:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/parameterVector.h:10:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/errorCode.h:6:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
1 warning generated.
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/parameters.c:1:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
1 warning generated.
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/fileDialogCommon.c:1:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/fileDialog.h:4:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/errorCode.h:6:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
1 warning generated.
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/stringUtilities.c:1:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/stringUtilities.h:6:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/errorCode.h:6:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
1 warning generated.
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/imageAccess.c:1:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
1 warning generated.
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/semaphores/platformSemaphore.c:1:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
1 warning generated.
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/semaphores/pharoSemaphore.c:1:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
1 warning generated.
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:183:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:184:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:185:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:186:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/heartbeat.c:19:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
5 warnings generated.
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/generated/vm/src/cogit.c.o
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:183:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:184:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:185:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:186:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2602:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3060: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:3176:8: warning: expression result unused [-Wunused-value]
        error("what??");
              ^~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4109: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:754:36: note: passing argument to parameter 'address' here
extern CogMethod * methodFor(void *address);
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4379: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_v8.6.0-alpha/build/generated/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_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4420: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2478:72: note: passing argument to parameter 'callSiteReturnAddress' here
inlineCacheTagAt(AbstractInstruction * self_in_inlineCacheTagAt, sqInt callSiteReturnAddress)
                                                                       ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4617: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4815:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4884:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4900:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4916:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4932:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:4948:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5160: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5283:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5332:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5662: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5682:8: warning: expression result unused [-Wunused-value]
        error("what??");
              ^~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5876:10: warning: expression result unused [-Wunused-value]
                        error("too much code for stack check offset");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6489: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6806:11: warning: unused variable 'fixupSize' [-Wunused-variable]
    sqInt fixupSize;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6807:11: warning: unused variable 'opcodeSize' [-Wunused-variable]
    sqInt opcodeSize;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:6808:11: warning: unused variable 'startAddress' [-Wunused-variable]
    sqInt startAddress;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7311: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7462:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7464:8: warning: expression result unused [-Wunused-value]
        error("invalid opcode for inverse");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7813:14: warning: expression result unused [-Wunused-value]
                                                        error("attempt to become two cogged methods");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7816:14: warning: expression result unused [-Wunused-value]
                                                        error("attempt to become cogged method into different method");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8075:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8078:9: warning: expression result unused [-Wunused-value]
                error("youngReferrers list overflowed");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8415: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7396:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8713: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9082: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9204:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9259: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7289:66: note: passing argument to parameter 'mcpc' here
indexForSelectorinat(sqInt selector, CogMethod *cogMethod, sqInt mcpc)
                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9490:8: warning: expression result unused [-Wunused-value]
        error("couldn't locate end of clean block");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9700: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7396:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9752: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7396:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9802: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7396:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9850: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7396:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9898: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:7396:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10307:9: warning: expression result unused [-Wunused-value]
                error("no room on youngReferrers list");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16625: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:904: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16667: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16876:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17059:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17079:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17680: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16635:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:17706: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16635:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22223:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22309:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22897:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:25054:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:25187:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:25321:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:25419:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26562:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26685:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26747: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27385:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27712:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27781:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27919:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27951:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27960: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_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27960: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_v8.6.0-alpha/build/generated/vm/src/cogit.c:15:
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28000:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28234:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28245:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28262:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28273:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28407:9: warning: expression result unused [-Wunused-value]
                error("shouldBeImplemented");
                      ^~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28412:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28418:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28424:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28430:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28436:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28548: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27452:82: note: passing argument to parameter 'anAddress' here
isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28706: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28372:47: note: passing argument to parameter 'primitiveRoutine' here
compileMachineCodeInterpreterPrimitive(void (*primitiveRoutine)(void))
                                              ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28709: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:29342: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27452:82: note: passing argument to parameter 'anAddress' here
isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:30103: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31496: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33221: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16635:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33225: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16635:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33225: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16635:119: note: passing argument to parameter 'nonFwdJumpTargetOrZero' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33299: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16635:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:33303: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16635:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34327:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34457:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34326:3: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
                default:
                ^~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34329:22: note: uninitialized use occurs here
                if (isIntegerValue(result)) {
                                   ^~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34295:17: note: initialize the variable 'result' to silence this warning
    sqInt result;
                ^
                 = 0
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34720:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34719:2: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
        default:
        ^~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34723:34: note: uninitialized use occurs here
        return ssPushAnnotatedConstant((result
                                        ^~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:34694:15: note: initialize the variable 'result' to silence this warning
    int result;
              ^
               = 0
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35528: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35748: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2136:1: warning: unused function 'availableFloatRegisterOrNoneFor' [-Wunused-function]
availableFloatRegisterOrNoneFor(AbstractInstruction * self_in_availableFloatRegisterOrNoneFor, sqInt liveRegsMask)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2170:1: warning: unused function 'cloneLiteralFrom' [-Wunused-function]
cloneLiteralFrom(AbstractInstruction * self_in_cloneLiteralFrom, AbstractInstruction *existingLiteral)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2216:1: warning: unused function 'initializeSharableLiteral' [-Wunused-function]
initializeSharableLiteral(AbstractInstruction * self_in_initializeSharableLiteral, sqInt literal)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2235:1: warning: unused function 'initializeUniqueLiteral' [-Wunused-function]
initializeUniqueLiteral(AbstractInstruction * self_in_initializeUniqueLiteral, sqInt literal)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2258:1: warning: unused function 'isLiteral' [-Wunused-function]
isLiteral(AbstractInstruction * self_in_isLiteral)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2314:1: warning: unused function 'rewriteConditionalJumpLongAttarget' [-Wunused-function]
rewriteConditionalJumpLongAttarget(AbstractInstruction * self_in_rewriteConditionalJumpLongAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2328:1: warning: unused function 'wantsNearAddressFor' [-Wunused-function]
wantsNearAddressFor(AbstractInstruction * self_in_wantsNearAddressFor, sqInt anObject)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2355:1: warning: unused function 'computeSizeOfArithCqR' [-Wunused-function]
computeSizeOfArithCqR(AbstractInstruction * self_in_computeSizeOfArithCqR)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2370:1: warning: unused function 'computeSizeOfArithCwR' [-Wunused-function]
computeSizeOfArithCwR(AbstractInstruction * self_in_computeSizeOfArithCwR)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2415:1: warning: unused function 'concretizeMoveCwR' [-Wunused-function]
concretizeMoveCwR(AbstractInstruction * self_in_concretizeMoveCwR)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2535:1: warning: unused function 'loadLiteralByteSize' [-Wunused-function]
loadLiteralByteSize(AbstractInstruction * self_in_loadLiteralByteSize)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:2812:1: warning: unused function 'allMethodsHaveCorrectHeader' [-Wunused-function]
allMethodsHaveCorrectHeader(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5711:1: warning: unused function 'expectedClosedPICPrototype' [-Wunused-function]
expectedClosedPICPrototype(CogMethod *cPIC)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:5989:1: warning: unused function 'firstMappedPCFor' [-Wunused-function]
firstMappedPCFor(CogMethod *cogMethod)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8525:1: warning: unused function 'maybeFreeCogMethodDoesntLookKosher' [-Wunused-function]
maybeFreeCogMethodDoesntLookKosher(CogMethod *cogMethod)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8838:1: warning: unused function 'noAssertMethodClassAssociationOf' [-Wunused-function]
noAssertMethodClassAssociationOf(sqInt methodPointer)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8850:1: warning: unused function 'noCogMethodsMaximallyMarked' [-Wunused-function]
noCogMethodsMaximallyMarked(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:8982:1: warning: unused function 'picAbortDiscriminatorValue' [-Wunused-function]
picAbortDiscriminatorValue(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9092:1: warning: unused function 'registerMaskFor' [-Wunused-function]
registerMaskFor(sqInt reg)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:9099:1: warning: unused function 'registerMaskForand' [-Wunused-function]
registerMaskForand(sqInt reg1, sqInt reg2)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10265:1: warning: unused function 'counters' [-Wunused-function]
counters(CogMethod * self_in_counters)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10510:1: warning: unused function 'kosherYoungReferrers' [-Wunused-function]
kosherYoungReferrers(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:10997:1: warning: unused function 'voidYoungReferrersPostTenureAll' [-Wunused-function]
voidYoungReferrersPostTenureAll(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16307:1: warning: unused function 'checkValidDerivedObjectReference' [-Wunused-function]
checkValidDerivedObjectReference(sqInt bodyAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16322:1: warning: unused function 'couldBeDerivedObject' [-Wunused-function]
couldBeDerivedObject(sqInt bodyAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:16465: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21897:1: warning: unused function 'getActiveContextAllocatesInMachineCode' [-Wunused-function]
getActiveContextAllocatesInMachineCode(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:21908:1: warning: unused function 'inlineCacheTagIsYoung' [-Wunused-function]
inlineCacheTagIsYoung(sqInt cacheTag)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22316:1: warning: unused function 'isMergeFixup' [-Wunused-function]
isMergeFixup(BytecodeFixup * self_in_isMergeFixup)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22376:1: warning: unused function 'callFullTargetFromReturnAddress' [-Wunused-function]
callFullTargetFromReturnAddress(AbstractInstruction * self_in_callFullTargetFromReturnAddress, sqInt callSiteReturnAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22383:1: warning: unused function 'callInstructionByteSize' [-Wunused-function]
callInstructionByteSize(AbstractInstruction * self_in_callInstructionByteSize)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22405:1: warning: unused function 'cFloatResultToRd' [-Wunused-function]
cFloatResultToRd(AbstractInstruction * self_in_cFloatResultToRd, sqInt reg)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22416:1: warning: unused function 'cFloatResultToRs' [-Wunused-function]
cFloatResultToRs(AbstractInstruction * self_in_cFloatResultToRs, sqInt reg)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22427:1: warning: unused function 'cmpC32RTempByteSize' [-Wunused-function]
cmpC32RTempByteSize(AbstractInstruction * self_in_cmpC32RTempByteSize)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:22976:1: warning: unused function 'concretizeFill32' [-Wunused-function]
concretizeFill32(AbstractInstruction * self_in_concretizeFill32)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26692:1: warning: unused function 'fullCallsAreRelative' [-Wunused-function]
fullCallsAreRelative(AbstractInstruction * self_in_fullCallsAreRelative)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26828:1: warning: unused function 'generateLowLevelTryLock' [-Wunused-function]
generateLowLevelTryLock(AbstractInstruction * self_in_generateLowLevelTryLock, sqInt vmOwnerLockAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26858:1: warning: unused function 'generateLowLevelUnlock' [-Wunused-function]
generateLowLevelUnlock(AbstractInstruction * self_in_generateLowLevelUnlock, sqInt vmOwnerLockAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:26948: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27007: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27314:1: warning: unused function 'genSubstituteReturnAddress' [-Wunused-function]
genSubstituteReturnAddress(AbstractInstruction * self_in_genSubstituteReturnAddress, sqInt retpc)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27325: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_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27500:1: warning: unused function 'jumpLongByteSize' [-Wunused-function]
jumpLongByteSize(AbstractInstruction * self_in_jumpLongByteSize)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27507:1: warning: unused function 'jumpLongConditionalByteSize' [-Wunused-function]
jumpLongConditionalByteSize(AbstractInstruction * self_in_jumpLongConditionalByteSize)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27558:1: warning: unused function 'leafCallStackPointerDelta' [-Wunused-function]
leafCallStackPointerDelta(AbstractInstruction * self_in_leafCallStackPointerDelta)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27570:1: warning: unused function 'literalBeforeInlineCacheTagAt' [-Wunused-function]
literalBeforeInlineCacheTagAt(AbstractInstruction * self_in_literalBeforeInlineCacheTagAt, sqInt callSiteReturnAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27582:1: warning: unused function 'loadPICLiteralByteSize' [-Wunused-function]
loadPICLiteralByteSize(AbstractInstruction * self_in_loadPICLiteralByteSize)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27589:1: warning: unused function 'machineCodeAt' [-Wunused-function]
machineCodeAt(AbstractInstruction * self_in_machineCodeAt, sqInt anOffset)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27603:1: warning: unused function 'machineCodeBytes' [-Wunused-function]
machineCodeBytes(AbstractInstruction * self_in_machineCodeBytes)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27646:1: warning: unused function 'numLowLevelLockOpcodes' [-Wunused-function]
numLowLevelLockOpcodes(AbstractInstruction * self_in_numLowLevelLockOpcodes)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:27683:1: warning: unused function 'relocateMethodReferenceBeforeAddressby' [-Wunused-function]
relocateMethodReferenceBeforeAddressby(AbstractInstruction * self_in_relocateMethodReferenceBeforeAddressby, sqInt pc, sqInt delta)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:28013:1: warning: unused function 'zoneCallsAreRelative' [-Wunused-function]
zoneCallsAreRelative(AbstractInstruction * self_in_zoneCallsAreRelative)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:30203:1: warning: unused function 'numSpecialSelectors' [-Wunused-function]
numSpecialSelectors(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:31129:1: warning: unused function 'v4LongForwardBranchDistance' [-Wunused-function]
v4LongForwardBranchDistance(BytecodeDescriptor *descriptor, sqInt pc, sqInt nExts, sqInt aMethodObj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:35501:1: warning: unused function 'receiverIsInReceiverResultReg' [-Wunused-function]
receiverIsInReceiverResultReg(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:36204:1: warning: unused function 'tempsValidAndVolatileEntriesSpilled' [-Wunused-function]
tempsValidAndVolatileEntriesSpilled(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64SysV.c:36305:1: warning: unused function 'violatesEnsureSpilledSpillAssert' [-Wunused-function]
violatesEnsureSpilledSpillAssert(void)
^
157 warnings generated.
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/generated/vm/src/gcc3x-cointerp.c.o
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqGnu.h:46:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:183:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqGnu.h:46:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:184:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqGnu.h:46:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:185:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqGnu.h:46:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:186:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqGnu.h:46:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:42:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(off)
        ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(on)
        ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2929:9: warning: expression result unused [-Wunused-value]
                error("bytecode jumpTable too small");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5141:36: warning: expression result unused [-Wunused-value]
                                                thePage1 = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5195:33: warning: expression result unused [-Wunused-value]
                                newPage = stackPageAtpages((assert((((((char *) frameToReturnTo)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) frameToReturnTo)) <= (((char *) GIV(pages)))))),
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5202:35: warning: expression result unused [-Wunused-value]
                                        thePage3 = stackPageAtpages((assert((((((char *) theFP2)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP2)) <= (((char *) GIV(pages)))))),
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5216:36: warning: expression result unused [-Wunused-value]
                                                        thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5227:37: warning: expression result unused [-Wunused-value]
                                                        thePage2 = stackPageAtpages((assert((((((char *) theFP1)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP1)) <= (((char *) GIV(pages)))))),
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5397:35: warning: expression result unused [-Wunused-value]
                                        thePage1 = stackPageAtpages((assert((((((char *) localFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) localFP)) <= (((char *) GIV(pages)))))),
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5415:35: warning: expression result unused [-Wunused-value]
                                                thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5438:14: warning: expression result unused [-Wunused-value]
                                                        error("did not find theFP in stack page");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5595:12: warning: expression result unused [-Wunused-value]
                                        error("Unknown bytecode");
                                              ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5794:11: warning: expression result unused [-Wunused-value]
                                error("illegal store");
                                      ^~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5921:11: warning: expression result unused [-Wunused-value]
                                error("illegal store");
                                      ^~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6309:69: warning: expression result unused [-Wunused-value]
                                                localIP = pointerForOop(((GIV(newMethod) + ((LiteralStart + ((assert((((methodHeader2) & 7) == 1)),
                                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:217:41: note: expanded from macro 'pointerForOop'
#  define pointerForOop(oop)            ((char *)(oop))
                                                  ^~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6453:37: warning: expression result unused [-Wunused-value]
                                                                thePage = stackPageAtpages((assert((((((char *) spouseFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) spouseFP)) <= (((char *) GIV(pages)))))),
                                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6483:13: warning: expression result unused [-Wunused-value]
                                                error("bad index");
                                                      ^~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6627:36: warning: expression result unused [-Wunused-value]
                                                thePage1 = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6928:13: warning: expression result unused [-Wunused-value]
                                                error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7160:13: warning: expression result unused [-Wunused-value]
                                                error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9134:14: warning: expression result unused [-Wunused-value]
                                                        error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11719:14: warning: expression result unused [-Wunused-value]
                                                        error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12588:36: warning: expression result unused [-Wunused-value]
                                                        thePage = stackPageAtpages((assert((((((char *) spouseFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) spouseFP)) <= (((char *) GIV(pages)))))),
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12618:12: warning: expression result unused [-Wunused-value]
                                        error("bad index");
                                              ^~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12733:13: warning: expression result unused [-Wunused-value]
                                                error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13143:35: warning: expression result unused [-Wunused-value]
                                                thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13390:35: warning: expression result unused [-Wunused-value]
                                                thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13688:13: warning: expression result unused [-Wunused-value]
                                                error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13806:13: warning: expression result unused [-Wunused-value]
                                                error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12845:3: warning: unused label 'directedSuperclassSend' [-Wunused-label]
                directedSuperclassSend:
                ^~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14091:27: warning: expression result unused [-Wunused-value]
        return stackPageAtpages((assert((((((char *) pointer)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) pointer)) <= (((char *) GIV(pages)))))),
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14166:9: warning: expression result unused [-Wunused-value]
                error("should not be reached");
                      ^~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14202:9: warning: expression result unused [-Wunused-value]
                error("should not be reached");
                      ^~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14998:31: warning: expression result unused [-Wunused-value]
                thePage = stackPageAtpages((assert((((((char *) GIV(framePointer))) >= (GIV(stackBasePlus1) - 1)) && ((((char *) GIV(framePointer))) <= (((char *) GIV(pages)))))),
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15021:10: warning: expression result unused [-Wunused-value]
                        error("did not find theFP in stack page");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15608:33: warning: expression result unused [-Wunused-value]
                        thePage1 = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15664:30: warning: expression result unused [-Wunused-value]
        newPage = stackPageAtpages((assert((((((char *) frameToReturnTo)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) frameToReturnTo)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15671:32: warning: expression result unused [-Wunused-value]
                thePage3 = stackPageAtpages((assert((((((char *) theFP5)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP5)) <= (((char *) GIV(pages)))))),
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15686:33: warning: expression result unused [-Wunused-value]
                                thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15692:34: warning: expression result unused [-Wunused-value]
                                thePage2 = stackPageAtpages((assert((((((char *) theFP4)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP4)) <= (((char *) GIV(pages)))))),
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16576:8: warning: expression result unused [-Wunused-value]
        error("should not be reached");
              ^~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17432:9: warning: expression result unused [-Wunused-value]
                error("not reached");
                      ^~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17978:30: warning: expression result unused [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18253:11: warning: expression result unused [-Wunused-value]
                                error("Recursive not understood error encountered");
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18358:31: warning: expression result unused [-Wunused-value]
                thePage = stackPageAtpages((assert((((((char *) spouseFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) spouseFP)) <= (((char *) GIV(pages)))))),
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18373:9: warning: expression result unused [-Wunused-value]
                error("did not find theFP in stack page");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18499:4: warning: expression result unused [-Wunused-value]
                        !GIV(primFailCode);
                        ^    ~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18739:10: warning: expression result unused [-Wunused-value]
                        error("could not compile method that should have been compiled");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18752:13: warning: expression result unused [-Wunused-value]
                                                error("cannot find machine code block matching closure's startpc");
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18813:99: warning: expression result unused [-Wunused-value]
        longAtput((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(SenderIndex) << (shiftForWord())))), (assert(((oopForPointer((page->baseFP))) & (BytesPerWord - 1)) == 0),
                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:230:67: note: expanded from macro 'longAtput'
# define longAtput(oop,val)                     longAtPointerput(atPointerArg(oop), val)
                                                                                    ^~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:205:62: note: expanded from macro 'longAtPointerput'
# define longAtPointerput(ptr,val)      (*(sqInt *)(ptr)= (sqInt)(val))
                                                                  ^~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18817:111: warning: expression result unused [-Wunused-value]
        longAtput((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))), (assert(((oopForPointer(0)) & (BytesPerWord - 1)) == 0),
                                                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:230:67: note: expanded from macro 'longAtput'
# define longAtput(oop,val)                     longAtPointerput(atPointerArg(oop), val)
                                                                                    ^~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:205:62: note: expanded from macro 'longAtPointerput'
# define longAtPointerput(ptr,val)      (*(sqInt *)(ptr)= (sqInt)(val))
                                                                  ^~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19272: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19274:8: warning: expression result unused [-Wunused-value]
        error("unknown mcprim");
              ^~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19718:103: warning: expression result unused [-Wunused-value]
                        longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)(SenderIndex) << (shiftForWord())))), (assert(((oopForPointer(fpInNewPage)) & (BytesPerWord - 1)) == 0),
                                                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:230:67: note: expanded from macro 'longAtput'
# define longAtput(oop,val)                     longAtPointerput(atPointerArg(oop), val)
                                                                                    ^~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:205:62: note: expanded from macro 'longAtPointerput'
# define longAtPointerput(ptr,val)      (*(sqInt *)(ptr)= (sqInt)(val))
                                                                  ^~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19722:115: warning: expression result unused [-Wunused-value]
                        longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))), (assert(((oopForPointer(offsetCallerFP)) & (BytesPerWord - 1)) == 0),
                                                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:230:67: note: expanded from macro 'longAtput'
# define longAtput(oop,val)                     longAtPointerput(atPointerArg(oop), val)
                                                                                    ^~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:205:62: note: expanded from macro 'longAtPointerput'
# define longAtPointerput(ptr,val)      (*(sqInt *)(ptr)= (sqInt)(val))
                                                                  ^~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19790:9: warning: expression result unused [-Wunused-value]
                error("could not compile method that should have been compiled");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19970:10: warning: expression result unused [-Wunused-value]
                        error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:20831:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22184:10: warning: expression result unused [-Wunused-value]
                        error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22730:31: warning: expression result unused [-Wunused-value]
                thePage = stackPageAtpages((assert((((((char *) theFrame)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFrame)) <= (((char *) GIV(pages)))))),
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24518:36: warning: expression result unused [-Wunused-value]
                pageToStopOn = stackPageAtpages((assert((((((char *) contextsFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) contextsFP)) <= (((char *) GIV(pages)))))),
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24552:11: warning: expression result unused [-Wunused-value]
                                error("did not find theFP in stack page");
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24577:101: warning: expression result unused [-Wunused-value]
                                longAtput((thisCtx + BaseHeaderSize) + (((sqInt)((usqInt)(SenderIndex) << (shiftForWord())))), (assert(((oopForPointer(newFP)) & (BytesPerWord - 1)) == 0),
                                                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:230:67: note: expanded from macro 'longAtput'
# define longAtput(oop,val)                     longAtPointerput(atPointerArg(oop), val)
                                                                                    ^~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:205:62: note: expanded from macro 'longAtPointerput'
# define longAtPointerput(ptr,val)      (*(sqInt *)(ptr)= (sqInt)(val))
                                                                  ^~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24581:113: warning: expression result unused [-Wunused-value]
                                longAtput((thisCtx + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))), (assert(((oopForPointer(contextsFP)) & (BytesPerWord - 1)) == 0),
                                                                                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:230:67: note: expanded from macro 'longAtput'
# define longAtput(oop,val)                     longAtPointerput(atPointerArg(oop), val)
                                                                                    ^~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:205:62: note: expanded from macro 'longAtPointerput'
# define longAtPointerput(ptr,val)      (*(sqInt *)(ptr)= (sqInt)(val))
                                                                  ^~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24599:32: warning: expression result unused [-Wunused-value]
                thePage1 = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24614:37: warning: expression result unused [-Wunused-value]
                        pageToStopOn = stackPageAtpages((assert((((((char *) contextsFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) contextsFP)) <= (((char *) GIV(pages)))))),
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24637:33: warning: expression result unused [-Wunused-value]
                                thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24653:12: warning: expression result unused [-Wunused-value]
                                        error("did not find theFP in stack page");
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24668:40: warning: expression result unused [-Wunused-value]
                                                pageToStopOn = stackPageAtpages((assert((((((char *) contextsFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) contextsFP)) <= (((char *) GIV(pages)))))),
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24694:13: warning: expression result unused [-Wunused-value]
                                                error("did not find theFP in stack page");
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24719:36: warning: expression result unused [-Wunused-value]
                                                thePage2 = stackPageAtpages((assert((((((char *) theFP1)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP1)) <= (((char *) GIV(pages)))))),
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25107:30: warning: expression result unused [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) theFrame)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFrame)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:27890:9: warning: expression result unused [-Wunused-value]
                error("remapBuffer overflow");
                      ^~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:29631:8: warning: expression result unused [-Wunused-value]
        error("Exit to debugger at user request");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32661:10: warning: expression result unused [-Wunused-value]
                        error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:35874:10: warning: expression result unused [-Wunused-value]
                        error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36121:10: warning: expression result unused [-Wunused-value]
                        error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:38235:10: warning: expression result unused [-Wunused-value]
                        error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:42817: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:42864: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45058:10: warning: expression result unused [-Wunused-value]
                        error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45535:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45599:10: warning: expression result unused [-Wunused-value]
                        error("shorten:toIndexableSize: attempted to shorten to allocationUnit!");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46209:10: warning: expression result unused [-Wunused-value]
                        error("out of memory");
                              ^~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46324:11: warning: expression result unused [-Wunused-value]
                                error("could not grow remembered set");
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48641:10: warning: expression result unused [-Wunused-value]
                        error("no room in eden for allocateNewSpaceSlots:format:classIndex:");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49109: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49709:8: warning: expression result unused [-Wunused-value]
        error("shouldNotImplement");
              ^~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:50854:9: warning: expression result unused [-Wunused-value]
                error("attempt to add class to empty page");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52018:12: warning: expression result unused [-Wunused-value]
                                        error("no memory to allocate or extend obj stack");
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52085:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53539:8: warning: expression result unused [-Wunused-value]
        error("shouldNotImplement");
              ^~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54077: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55938:5: warning: expression result unused [-Wunused-value]
                                -classIndex2;
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56002:26: warning: expression result unused [-Wunused-value]
                8 /* allocationUnit */ / BytesPerOop;
                ~                      ^ ~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58828:9: warning: expression result unused [-Wunused-value]
                error("oop is not a valid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58832:9: warning: expression result unused [-Wunused-value]
                error("oop size would make it extend beyond the end of memory");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58836:9: warning: expression result unused [-Wunused-value]
                error("oop is a free chunk, or bridge, not an object");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58841:9: warning: expression result unused [-Wunused-value]
                error("oop header has overflow header word, but overflow word does not have a saturated numSlots field");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58846:9: warning: expression result unused [-Wunused-value]
                error("oop has an unknown format type");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58850:9: warning: expression result unused [-Wunused-value]
                error("oop has mis-matched format/classIndex fields; only one of them is the isForwarded value");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58855:9: warning: expression result unused [-Wunused-value]
                error("some unused header bits are set; should be zero");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58860:9: warning: expression result unused [-Wunused-value]
                error("some header bits unused in young objects are set; should be zero");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59197:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61498:9: warning: expression result unused [-Wunused-value]
                error("remapBuffer overflow");
                      ^~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61906:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61927:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62941: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63088:8: warning: expression result unused [-Wunused-value]
        error("freeChunk not found in lilliputian chunk free list");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64124:9: warning: expression result unused [-Wunused-value]
                error("uncompactable heap; no unmarked objects found");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65393: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_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:77:98: note: passing argument to parameter 'asp' here
extern void *sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(sqInt sz, void *minAddr, sqInt *asp);
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65509:9: warning: expression result unused [-Wunused-value]
                error("out of memory; cannot allocate more segments");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65858: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66090:9: warning: expression result unused [-Wunused-value]
                error("segment not found");
                      ^~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66971:30: warning: expression result unused [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) maybeFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) maybeFP)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67237:30: warning: expression result unused [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67481:10: warning: expression result unused [-Wunused-value]
                        error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67510:10: warning: expression result unused [-Wunused-value]
                        error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67718:30: warning: expression result unused [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) calleeFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) calleeFP)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67901:19: warning: explicitly assigning value of variable of type 'struct VirtualMachine *' to itself [-Wself-assign]
        interpreterProxy = interpreterProxy;
        ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67923:31: warning: expression result unused [-Wunused-value]
                thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68338:30: warning: expression result unused [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68353:32: warning: expression result unused [-Wunused-value]
                thePage1 = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68465:30: warning: expression result unused [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68538:30: warning: expression result unused [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68760:33: warning: expression result unused [-Wunused-value]
                                thePage = stackPageAtpages((assert((((((char *) spouseFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) spouseFP)) <= (((char *) GIV(pages)))))),
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68977:8: warning: expression result unused [-Wunused-value]
        error("did not find theFP in stack page");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69101:30: warning: expression result unused [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) theFPAbove)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFPAbove)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69218:8: warning: expression result unused [-Wunused-value]
        error("did not find theFP in stack page");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69300:30: warning: expression result unused [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) theFPAbove)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFPAbove)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69607:13: warning: expression result unused [-Wunused-value]
                                                error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69939:31: warning: expression result unused [-Wunused-value]
                thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70405:30: warning: expression result unused [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) maybeFrame)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) maybeFrame)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70485:30: warning: expression result unused [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) theFrame)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFrame)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71204:9: warning: expression result unused [-Wunused-value]
                error("Recursive not understood error encountered");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71723:10: warning: expression result unused [-Wunused-value]
                        error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71880:32: warning: expression result unused [-Wunused-value]
                thePage2 = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71897:32: warning: expression result unused [-Wunused-value]
                        thePage = stackPageAtpages((assert((((((char *) pointer)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) pointer)) <= (((char *) GIV(pages)))))),
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71955:31: warning: expression result unused [-Wunused-value]
                thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72130:101: warning: expression result unused [-Wunused-value]
        longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)(SenderIndex) << (shiftForWord())))), (assert(((oopForPointer(theFP)) & (BytesPerWord - 1)) == 0),
                                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:230:67: note: expanded from macro 'longAtput'
# define longAtput(oop,val)                     longAtPointerput(atPointerArg(oop), val)
                                                                                    ^~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:205:62: note: expanded from macro 'longAtPointerput'
# define longAtPointerput(ptr,val)      (*(sqInt *)(ptr)= (sqInt)(val))
                                                                  ^~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73324:33: warning: expression result unused [-Wunused-value]
                                thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73339:34: warning: expression result unused [-Wunused-value]
                                thePage1 = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73436:27: warning: expression result unused [-Wunused-value]
                printHex(oopForPointer((assert((((sender) & 7) == 1)),
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:218:40: note: expanded from macro 'oopForPointer'
#  define oopForPointer(ptr)            ((sqInt)(ptr))
                                                 ^~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73445:27: warning: expression result unused [-Wunused-value]
                printHex(oopForPointer((assert((((ip) & 7) == 1)),
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:218:40: note: expanded from macro 'oopForPointer'
#  define oopForPointer(ptr)            ((sqInt)(ptr))
                                                 ^~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73486: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:1660:32: note: passing argument to parameter 'n' here
extern sqInt printHexnp(usqInt n);
                               ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73498: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:1660:32: note: passing argument to parameter 'n' here
extern sqInt printHexnp(usqInt n);
                               ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73757:31: warning: expression result unused [-Wunused-value]
                thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75238: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73833:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75240: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73833:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75251: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73833:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75259: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73833:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75274: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73833:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75276: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73833:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75748:31: warning: expression result unused [-Wunused-value]
                thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76120:31: warning: expression result unused [-Wunused-value]
                thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76431:31: warning: expression result unused [-Wunused-value]
                thePage = stackPageAtpages((assert((((((char *) pointer)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) pointer)) <= (((char *) GIV(pages)))))),
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76630:30: warning: expression result unused [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77531:30: warning: expression result unused [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78015:32: warning: expression result unused [-Wunused-value]
                thePage1 = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78035:30: warning: expression result unused [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78460:8: warning: expression result unused [-Wunused-value]
        error("scheduler could not find a runnable process");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78704:34: warning: expression result unused [-Wunused-value]
                                (thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78782: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())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:229:25: note: expanded from macro 'longAt'
# define longAt(oop)                            longAtPointer(atPointerArg(oop))
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:204:31: note: expanded from macro 'longAtPointer'
# define longAtPointer(ptr)                     (*(sqInt *)(ptr))
                                                ^~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78895:10: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
                ptr[0] = aPointer;
                       ^ ~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78906: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78991: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79010: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79010: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80907:2: warning: expression result unused [-Wunused-value]
        !GIV(primFailCode);
        ^    ~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81486:32: warning: expression result unused [-Wunused-value]
                        thePage = stackPageAtpages((assert((((((char *) theFPAbove)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFPAbove)) <= (((char *) GIV(pages)))))),
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81559:8: warning: expression result unused [-Wunused-value]
        error("shouldNotImplement");
              ^~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82519: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82551: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82559: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82560: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82575: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78802:50: note: passing argument to parameter 'returnHolder' here
marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount)
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83229:31: warning: expression result unused [-Wunused-value]
                thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83733: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83790: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83798: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83799: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83804: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83807: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83829:10: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        ptr1[0] = aPointer;
                ^ ~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83869: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83885: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78802:50: note: passing argument to parameter 'returnHolder' here
marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount)
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83891: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83893: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2811: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83902: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2811: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83957:9: warning: expression result unused [-Wunused-value]
                error("remapBuffer overflow");
                      ^~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83967:32: warning: expression result unused [-Wunused-value]
                        thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83982:10: warning: expression result unused [-Wunused-value]
                        error("did not find theFP in stack page");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:84114:9: warning: expression result unused [-Wunused-value]
                error("SameThreadCalloutSuspendedProcessStack is empty");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:84178: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())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:229:25: note: expanded from macro 'longAt'
# define longAt(oop)                            longAtPointer(atPointerArg(oop))
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:204:31: note: expanded from macro 'longAtPointer'
# define longAtPointer(ptr)                     (*(sqInt *)(ptr))
                                                ^~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13866:1: warning: unused function 'cmHomeMethod' [-Wunused-function]
cmHomeMethod(CogBlockMethod * self_in_cmHomeMethod)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14029:1: warning: unused function 'pageListIsWellFormed' [-Wunused-function]
pageListIsWellFormed(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14448:1: warning: unused function 'asCogHomeMethod' [-Wunused-function]
asCogHomeMethod(CogBlockMethod *aCogMethod)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17098:1: warning: unused function 'deferStackLimitSmashAroundwith' [-Wunused-function]
deferStackLimitSmashAroundwith(void (*functionSymbol)(sqInt), sqInt arg)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17989:1: warning: unused function 'frameHasContext' [-Wunused-function]
frameHasContext(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18001:1: warning: unused function 'frameIsBlockActivation' [-Wunused-function]
frameIsBlockActivation(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18010:1: warning: unused function 'frameMethodObject' [-Wunused-function]
frameMethodObject(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18022:1: warning: unused function 'frameNumArgs' [-Wunused-function]
frameNumArgs(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18038:1: warning: unused function 'frameReceiver' [-Wunused-function]
frameReceiver(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18278:1: warning: unused function 'iframeIsBlockActivation' [-Wunused-function]
iframeIsBlockActivation(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18285:1: warning: unused function 'iframeReceiver' [-Wunused-function]
iframeReceiver(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18292:1: warning: unused function 'iframeSavedIP' [-Wunused-function]
iframeSavedIP(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18528:1: warning: unused function 'isMachineCodeFrame' [-Wunused-function]
isMachineCodeFrame(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19417:1: warning: unused function 'mframeIsBlockActivation' [-Wunused-function]
mframeIsBlockActivation(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19424:1: warning: unused function 'mframeReceiver' [-Wunused-function]
mframeReceiver(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19840:1: warning: unused function 'newMethodInLookupCacheAtand' [-Wunused-function]
newMethodInLookupCacheAtand(sqInt selector, sqInt classTag)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22397:1: warning: unused function 'stackLimitOffset' [-Wunused-function]
stackLimitOffset(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22410:1: warning: unused function 'stackPageHeadroom' [-Wunused-function]
stackPageHeadroom(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44073:1: warning: unused function 'headerWhileForwardingOf' [-Wunused-function]
headerWhileForwardingOf(sqInt aCompiledMethodObjOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45368:1: warning: unused function 'isImmediateFloat' [-Wunused-function]
isImmediateFloat(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45477:1: warning: unused function 'maxSlotsForAlloc' [-Wunused-function]
maxSlotsForAlloc(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45489:1: warning: unused function 'numFreeLists' [-Wunused-function]
numFreeLists(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45719:1: warning: unused function 'wordIndexableFormat' [-Wunused-function]
wordIndexableFormat(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45780:1: warning: unused function 'allNewSpaceObjectsHaveZeroRTRefCount' [-Wunused-function]
allNewSpaceObjectsHaveZeroRTRefCount(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45859:1: warning: unused function 'allWeakSurvivorsOnWeakList' [-Wunused-function]
allWeakSurvivorsOnWeakList(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46254:1: warning: unused function 'firstCorpse' [-Wunused-function]
firstCorpse(sqInt headOfCorpseList)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46505:1: warning: unused function 'noUnfiredEphemeronsAtEndOfRememberedSet' [-Wunused-function]
noUnfiredEphemeronsAtEndOfRememberedSet(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48396:1: warning: unused function 'allObjectsUnmarked' [-Wunused-function]
allObjectsUnmarked(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48511:1: warning: unused function 'allOldMarkedWeakObjectsOnWeaklingStack' [-Wunused-function]
allOldMarkedWeakObjectsOnWeaklingStack(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48974:1: warning: unused function 'allocationUnit' [-Wunused-function]
allocationUnit(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48986:1: warning: unused function 'allStrongSlotsOfWeaklingAreMarked' [-Wunused-function]
allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49012:1: warning: unused function 'allUnscannedEphemeronsAreActive' [-Wunused-function]
allUnscannedEphemeronsAreActive(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49045:1: warning: unused function 'assertInnerValidFreeObject' [-Wunused-function]
assertInnerValidFreeObject(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49636:1: warning: unused function 'bitsSetInFreeSpaceMaskForAllFreeLists' [-Wunused-function]
bitsSetInFreeSpaceMaskForAllFreeLists(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49652:1: warning: unused function 'bridgeSize' [-Wunused-function]
bridgeSize(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49659:1: warning: unused function 'byteFormatMask' [-Wunused-function]
byteFormatMask(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:50994:1: warning: unused function 'classIndexFieldWidth' [-Wunused-function]
classIndexFieldWidth(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51132:1: warning: unused function 'classTableRootSlots' [-Wunused-function]
classTableRootSlots(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52198:1: warning: unused function 'ephemeronFormat' [-Wunused-function]
ephemeronFormat(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52205:1: warning: unused function 'existInstancesInNewSpaceOf' [-Wunused-function]
existInstancesInNewSpaceOf(sqInt classObj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52396:1: warning: unused function 'fetchPointerofFreeChunk' [-Wunused-function]
fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52762:1: warning: unused function 'firstFixedFieldOfMaybeImmediate' [-Wunused-function]
firstFixedFieldOfMaybeImmediate(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53067:1: warning: unused function 'formatOf' [-Wunused-function]
formatOf(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53077:1: warning: unused function 'forwardedFormat' [-Wunused-function]
forwardedFormat(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53089:1: warning: unused function 'forwardersIn' [-Wunused-function]
forwardersIn(sqInt anObject)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53115:1: warning: unused function 'freeChunkNextIndex' [-Wunused-function]
freeChunkNextIndex(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53125:1: warning: unused function 'freeChunkParentIndex' [-Wunused-function]
freeChunkParentIndex(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53136:1: warning: unused function 'freeChunkPrevIndex' [-Wunused-function]
freeChunkPrevIndex(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53318:1: warning: unused function 'goodContextSize' [-Wunused-function]
goodContextSize(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53414:1: warning: unused function 'hasSpurMemoryManagerAPI' [-Wunused-function]
hasSpurMemoryManagerAPI(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53488:1: warning: unused function 'hiddenRootSlots' [-Wunused-function]
hiddenRootSlots(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53495:1: warning: unused function 'hiddenRootsObject' [-Wunused-function]
hiddenRootsObject(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54548:1: warning: unused function 'isCompiledMethodHeader' [-Wunused-function]
isCompiledMethodHeader(sqInt objHeader)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54565:1: warning: unused function 'isContextHeader' [-Wunused-function]
isContextHeader(sqInt aHeader)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54583:1: warning: unused function 'isCopiedIntoSegment' [-Wunused-function]
isCopiedIntoSegment(sqInt anObjectInTheHeap)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54606:1: warning: unused function 'isEnumerableObjectNoAssert' [-Wunused-function]
isEnumerableObjectNoAssert(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54642:1: warning: unused function 'isEphemeron' [-Wunused-function]
isEphemeron(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54662:1: warning: unused function 'isForwardedClassTag' [-Wunused-function]
isForwardedClassTag(sqInt classIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54687:1: warning: unused function 'isFreeObject' [-Wunused-function]
isFreeObject(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54694:1: warning: unused function 'isFreeOop' [-Wunused-function]
isFreeOop(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54709:1: warning: unused function 'isInClassTable' [-Wunused-function]
isInClassTable(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54732:1: warning: unused function 'isInEden' [-Wunused-function]
isInEden(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54739:1: warning: unused function 'isInFutureSpace' [-Wunused-function]
isInFutureSpace(sqInt address)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54774:1: warning: unused function 'isInNewSpace' [-Wunused-function]
isInNewSpace(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54789:1: warning: unused function 'isInPastSpace' [-Wunused-function]
isInPastSpace(sqInt address)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54796:1: warning: unused function 'isLargeFreeObject' [-Wunused-function]
isLargeFreeObject(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54803:1: warning: unused function 'isMaybeFiredEphemeron' [-Wunused-function]
isMaybeFiredEphemeron(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54822:1: warning: unused function 'isObjEphemeron' [-Wunused-function]
isObjEphemeron(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54833:1: warning: unused function 'isObjImmutable' [-Wunused-function]
isObjImmutable(sqInt anOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54937:1: warning: unused function 'isRemembered' [-Wunused-function]
isRemembered(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54947:1: warning: unused function 'isSegmentBridge' [-Wunused-function]
isSegmentBridge(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54954:1: warning: unused function 'isSemaphoreOop' [-Wunused-function]
isSemaphoreOop(sqInt anOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55014:1: warning: unused function 'isValidObjStackAt' [-Wunused-function]
isValidObjStackAt(sqInt objStackRootIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55161:1: warning: unused function 'isWeakNonImm' [-Wunused-function]
isWeakNonImm(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55302:1: warning: unused function 'knownClassAtIndex' [-Wunused-function]
knownClassAtIndex(sqInt classIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55311:1: warning: unused function 'lastPointerFormat' [-Wunused-function]
lastPointerFormat(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55440:1: warning: unused function 'lengthOfMaybeImmediate' [-Wunused-function]
lengthOfMaybeImmediate(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57800:1: warning: unused function 'newSpaceIsEmpty' [-Wunused-function]
newSpaceIsEmpty(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58035:1: warning: unused function 'noUnscannedEphemerons' [-Wunused-function]
noUnscannedEphemerons(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62142:1: warning: unused function 'slidingCompactionInProgress' [-Wunused-function]
slidingCompactionInProgress(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62210:1: warning: unused function 'startOfObject' [-Wunused-function]
startOfObject(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63253:1: warning: unused function 'validClassTableHashes' [-Wunused-function]
validClassTableHashes(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63334:1: warning: unused function 'validFreeTreeChunk' [-Wunused-function]
validFreeTreeChunk(sqInt chunk)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63377:1: warning: unused function 'validObjStacks' [-Wunused-function]
validObjStacks(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64131:1: warning: unused function 'isMobile' [-Wunused-function]
isMobile(sqInt obj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64142:1: warning: unused function 'isPostMobile' [-Wunused-function]
isPostMobile(sqInt obj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64409:1: warning: unused function 'savedFirstFieldsSpaceWasAllocated' [-Wunused-function]
savedFirstFieldsSpaceWasAllocated(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65307:1: warning: unused function 'validRelocationPlanInPass' [-Wunused-function]
validRelocationPlanInPass(sqInt onePass)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65372:1: warning: unused function 'segLimit' [-Wunused-function]
segLimit(SpurSegmentInfo * self_in_segLimit)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65467:1: warning: unused function 'allBridgesMarked' [-Wunused-function]
allBridgesMarked(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65517:1: warning: unused function 'bridgeAt' [-Wunused-function]
bridgeAt(sqInt segIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65532:1: warning: unused function 'bridgeFor' [-Wunused-function]
bridgeFor(SpurSegmentInfo *aSegment)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65656:1: warning: unused function 'isInSegments' [-Wunused-function]
isInSegments(usqInt address)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65678:1: warning: unused function 'isValidSegmentBridge' [-Wunused-function]
isValidSegmentBridge(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65982:1: warning: unused function 'segmentOverlap' [-Wunused-function]
segmentOverlap(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66338:1: warning: unused function 'allOnesAsCharStar' [-Wunused-function]
allOnesAsCharStar(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66437:1: warning: unused function 'assertValidStackLimits' [-Wunused-function]
assertValidStackLimits(sqInt ln)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67174:1: warning: unused function 'checkStackPointerForMaybeMarriedContext' [-Wunused-function]
checkStackPointerForMaybeMarriedContext(sqInt aContext)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67329:1: warning: unused function 'contexthasValidInversePCMappingOfin' [-Wunused-function]
contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67432:1: warning: unused function 'cr' [-Wunused-function]
cr(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70067:1: warning: unused function 'ifCurrentStackPageHasValidHeadPointers' [-Wunused-function]
ifCurrentStackPageHasValidHeadPointers(StackPage *thePage)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70088:1: warning: unused function 'iframeMethod' [-Wunused-function]
iframeMethod(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70147:1: warning: unused function 'isBaseFrame' [-Wunused-function]
isBaseFrame(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70253:1: warning: unused function 'isMarriedOrWidowedContext' [-Wunused-function]
isMarriedOrWidowedContext(sqInt aContext)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70272:1: warning: unused function 'isMetaPrimitiveIndex' [-Wunused-function]
isMetaPrimitiveIndex(sqInt primIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70285:1: warning: unused function 'isNullExternalPrimitiveCall' [-Wunused-function]
isNullExternalPrimitiveCall(sqInt aMethodObj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70310:1: warning: unused function 'isPrimitiveFunctionPointerAnIndex' [-Wunused-function]
isPrimitiveFunctionPointerAnIndex(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72181:1: warning: unused function 'maybeLeakCheckExternalPrimCall' [-Wunused-function]
maybeLeakCheckExternalPrimCall(sqInt aMethodObj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72589:1: warning: unused function 'noMarkedContextsOnPage' [-Wunused-function]
noMarkedContextsOnPage(StackPage *thePage)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75367:1: warning: unused function 'pushedReceiverOrClosureOfFrame' [-Wunused-function]
pushedReceiverOrClosureOfFrame(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76266:1: warning: unused function 'saneFunctionPointerForFailureOfPrimIndex' [-Wunused-function]
saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77003:1: warning: unused function 'space' [-Wunused-function]
space(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77438:1: warning: unused function 'stackLimitBytes' [-Wunused-function]
stackLimitBytes(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78319:1: warning: unused function 'validBCPCinMethod' [-Wunused-function]
validBCPCinMethod(sqInt thePC, usqInt aMethod)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78333:1: warning: unused function 'validInstructionPointerinFrame' [-Wunused-function]
validInstructionPointerinFrame(usqInt anInstrPointer, char *fp)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78347:1: warning: unused function 'validStackPageBaseFrames' [-Wunused-function]
validStackPageBaseFrames(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2008:13: warning: unused variable 'byteCount' [-Wunused-variable]
_iss usqInt byteCount;
            ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2009:12: warning: unused variable 'cifs' [-Wunused-variable]
_iss sqInt cifs;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2010:12: warning: unused variable 'disabledFFIFunction' [-Wunused-variable]
_iss sqInt disabledFFIFunction;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2011:12: warning: unused variable 'functions' [-Wunused-variable]
_iss sqInt functions;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2012:12: warning: unused variable 'nextAddress' [-Wunused-variable]
_iss sqInt nextAddress;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2013:12: warning: unused variable 'preferredPinningSegment' [-Wunused-variable]
_iss sqInt preferredPinningSegment;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2014:12: warning: unused variable 'statCoalesces' [-Wunused-variable]
_iss sqInt statCoalesces;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2015:14: warning: unused variable 'statFGCDeltaUsecs' [-Wunused-variable]
_iss usqLong statFGCDeltaUsecs;
             ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2016:14: warning: unused variable 'statIncrGCUsecs' [-Wunused-variable]
_iss usqLong statIncrGCUsecs;
             ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2017:12: warning: unused variable 'testWorker' [-Wunused-variable]
_iss sqInt testWorker;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2018:12: warning: unused variable 'theUnknownShort' [-Wunused-variable]
_iss sqInt theUnknownShort;
           ^
Using shallow fetch with depth 2
 > 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 GitHub account
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/opensmalltalk-vm.git +refs/tags/v8.6.0-alpha:refs/tags/v8.6.0-alpha # timeout=10
Checking out Revision 3cf4aab2701515ddf42c53813adb1562a07a0a96 (v8.6.0-alpha)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3cf4aab2701515ddf42c53813adb1562a07a0a96 # timeout=10
Commit message: "Merge pull request #107 from pharo-project/feature/addingPrimitiveNewPinned"
 > git --version # timeout=10
 > git --version # 'git version 2.28.0'
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build-windows-CoInterpreterWithQueueFFI)
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_v8.6.0-alpha"`
    set -ex
    mkdir build
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ mkdir build
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_v8.6.0-alpha"`
    set -ex
    cd build && cmake -DFLAVOUR=CoInterpreterWithQueueFFI ../repository
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ cd build
+ cmake -DFLAVOUR=CoInterpreterWithQueueFFI ../repository
-- 3cf4aab2 - Commit: 3cf4aab2 - Date: 2020-09-25 14:09:15 +0200
-- Building on CYGWIN CMAKE: Adapting paths
-- The C compiler identification is Clang 8.0.1
-- The CXX compiler identification is Clang 8.0.1
-- Check for working C compiler: /usr/bin/x86_64-w64-mingw32-clang
326 warnings generated.
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:183:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:184:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:185:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:186:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/sqHeapMap.c:22:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
5 warnings generated.
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:183:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:184:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:185:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:186:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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;
                                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 warnings generated.
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:183:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:184:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:185:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:186:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/sqNamedPrims.c:14:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
5 warnings generated.
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/sqExternalSemaphores.c:31:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:183:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/vm/src/common/sqExternalSemaphores.c:31:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:184:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/vm/src/common/sqExternalSemaphores.c:31:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:185:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/vm/src/common/sqExternalSemaphores.c:31:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:186:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/sqExternalSemaphores.c:31:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/sqExternalSemaphores.c:130:6: warning: unused variable 'v' [-Wunused-variable]
        int v;
            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/sqExternalSemaphores.c:231:11: warning: unused variable 'xArray' [-Wunused-variable]
    sqInt xArray;
          ^
7 warnings generated.
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:183:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:184:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:185:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:186:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/sqTicker.c:54:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
5 warnings generated.
[ 36%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/osx/aioOSX.c:13:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/semaphores/platformSemaphore.h:5:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/osx/aioOSX.c:239:6: warning: unused variable 'n' [-Wunused-variable]
        int n;
            ^
2 warnings generated.
[ 36%] Building C object CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/debugUnix.c:1:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/debugUnix.c:254:8: warning: unused variable 'pc' [-Wunused-variable]
        void *pc;
              ^
2 warnings generated.
[ 37%] Building CXX object CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o
-- Check for working C compiler: /usr/bin/x86_64-w64-mingw32-clang - works
-- Detecting C compiler ABI info
[ 37%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/fileDialogMac.m:3:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/fileDialog.h:4:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/errorCode.h:6:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
1 warning generated.
[ 38%] Building C object CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/memoryUnix.c:1:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/memoryUnix.c:79:8: warning: unused variable 'firstPage' [-Wunused-variable]
        sqInt firstPage = roundDownToPage(startAddr);
              ^
2 warnings generated.
[ 38%] Linking CXX shared library build/vm/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib
-- 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++
[ 38%] Built target PharoVMCore
Scanning dependencies of target B2DPlugin
[ 38%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3719:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13646:18: warning: expression result unused [-Wunused-value]
                ((signed)lastX >> 8);
                 ~~~~~~~~~~~~~ ^  ~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13676:18: warning: expression result unused [-Wunused-value]
        ((signed)lastX1 >> 8);
         ~~~~~~~~~~~~~~ ^  ~
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: unused function 'aaColorMaskGet' [-Wunused-function]
aaColorMaskGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:858:1: warning: unused function 'aaColorMaskPut' [-Wunused-function]
aaColorMaskPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: unused function 'aaColorShiftGet' [-Wunused-function]
aaColorShiftGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:872:1: warning: unused function 'aaColorShiftPut' [-Wunused-function]
aaColorShiftPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: unused function 'aaHalfPixelGet' [-Wunused-function]
aaHalfPixelGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:904:1: warning: unused function 'aaHalfPixelPut' [-Wunused-function]
aaHalfPixelPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: unused function 'aaLevelGet' [-Wunused-function]
aaLevelGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:928:1: warning: unused function 'aaLevelPut' [-Wunused-function]
aaLevelPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: unused function 'aaScanMaskGet' [-Wunused-function]
aaScanMaskGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:942:1: warning: unused function 'aaScanMaskPut' [-Wunused-function]
aaScanMaskPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: unused function 'aaShiftGet' [-Wunused-function]
aaShiftGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:956:1: warning: unused function 'aaShiftPut' [-Wunused-function]
aaShiftPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:967:1: warning: unused function 'absoluteSquared8Dot24' [-Wunused-function]
absoluteSquared8Dot24(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: unused function 'adjustAALevel' [-Wunused-function]
adjustAALevel(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: unused function 'aetStartGet' [-Wunused-function]
aetStartGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1182:1: warning: unused function 'aetStartPut' [-Wunused-function]
aetStartPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: unused function 'aetUsedGet' [-Wunused-function]
aetUsedGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1196:1: warning: unused function 'aetUsedPut' [-Wunused-function]
aetUsedPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1206:1: warning: unused function 'allocateAETEntry' [-Wunused-function]
allocateAETEntry(sqInt nSlots)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: unused function 'allocateBezier' [-Wunused-function]
allocateBezier(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: unused function 'allocateBezierStackEntry' [-Wunused-function]
allocateBezierStackEntry(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: unused function 'allocateLine' [-Wunused-function]
allocateLine(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1416:1: warning: unused function 'allocateStackEntry' [-Wunused-function]
allocateStackEntry(sqInt nSlots)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: unused function 'allocateStackFillEntry' [-Wunused-function]
allocateStackFillEntry(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: unused function 'allocateWideBezier' [-Wunused-function]
allocateWideBezier(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: unused function 'allocateWideLine' [-Wunused-function]
allocateWideLine(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1483:1: warning: unused function 'areEdgeFillsValid' [-Wunused-function]
areEdgeFillsValid(sqInt edge)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1516:1: warning: unused function 'bezierEndXOf' [-Wunused-function]
bezierEndXOf(sqInt bezier)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1530:1: warning: unused function 'bezierEndYOf' [-Wunused-function]
bezierEndYOf(sqInt bezier)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1544:1: warning: unused function 'bezierFinalXOf' [-Wunused-function]
bezierFinalXOf(sqInt bezier)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1558:1: warning: unused function 'bezierUpdateDataOf' [-Wunused-function]
bezierUpdateDataOf(sqInt bezier)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1565:1: warning: unused function 'bezierViaXOf' [-Wunused-function]
bezierViaXOf(sqInt bezier)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1579:1: warning: unused function 'bezierViaYOf' [-Wunused-function]
bezierViaYOf(sqInt bezier)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1593:1: warning: unused function 'bitmapCmSizeOf' [-Wunused-function]
bitmapCmSizeOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1607:1: warning: unused function 'bitmapDepthOf' [-Wunused-function]
bitmapDepthOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1621:1: warning: unused function 'bitmapHeightOf' [-Wunused-function]
bitmapHeightOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1635:1: warning: unused function 'bitmapRasterOf' [-Wunused-function]
bitmapRasterOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1649:1: warning: unused function 'bitmapSizeOf' [-Wunused-function]
bitmapSizeOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1663:1: warning: unused function 'bitmapTileFlagOf' [-Wunused-function]
bitmapTileFlagOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1740:1: warning: unused function 'bitmapWidthOf' [-Wunused-function]
bitmapWidthOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1754:1: warning: unused function 'bzEndX' [-Wunused-function]
bzEndX(sqInt index)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1776:1: warning: unused function 'bzEndY' [-Wunused-function]
bzEndY(sqInt index)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1798:1: warning: unused function 'bzStartX' [-Wunused-function]
bzStartX(sqInt index)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1820:1: warning: unused function 'bzStartY' [-Wunused-function]
bzStartY(sqInt index)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1842:1: warning: unused function 'bzViaX' [-Wunused-function]
bzViaX(sqInt index)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1864:1: warning: unused function 'bzViaY' [-Wunused-function]
bzViaY(sqInt index)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2030:1: warning: unused function 'checkedAddBezierToGET' [-Wunused-function]
checkedAddBezierToGET(sqInt bezier)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2058:1: warning: unused function 'checkedAddEdgeToGET' [-Wunused-function]
checkedAddEdgeToGET(sqInt edge)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2110:1: warning: unused function 'checkedAddLineToGET' [-Wunused-function]
checkedAddLineToGET(sqInt line)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: unused function 'clearSpanBufferGet' [-Wunused-function]
clearSpanBufferGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2225:1: warning: unused function 'clearSpanBufferPut' [-Wunused-function]
clearSpanBufferPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: unused function 'clipMaxXGet' [-Wunused-function]
clipMaxXGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2239:1: warning: unused function 'clipMaxXPut' [-Wunused-function]
clipMaxXPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: unused function 'clipMaxYGet' [-Wunused-function]
clipMaxYGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2253:1: warning: unused function 'clipMaxYPut' [-Wunused-function]
clipMaxYPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: unused function 'clipMinXGet' [-Wunused-function]
clipMinXGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2267:1: warning: unused function 'clipMinXPut' [-Wunused-function]
clipMinXPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: unused function 'clipMinYGet' [-Wunused-function]
clipMinYGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2281:1: warning: unused function 'clipMinYPut' [-Wunused-function]
clipMinYPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2288:1: warning: unused function 'colormapOf' [-Wunused-function]
colormapOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: unused function 'colorTransform' [-Wunused-function]
colorTransform(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2577:1: warning: unused function 'computeSqrt' [-Wunused-function]
computeSqrt(sqInt length2)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: unused function 'currentYGet' [-Wunused-function]
currentYGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2679:1: warning: unused function 'currentYPut' [-Wunused-function]
currentYPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: unused function 'currentZGet' [-Wunused-function]
currentZGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2693:1: warning: unused function 'currentZPut' [-Wunused-function]
currentZPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: unused function 'destOffsetXGet' [-Wunused-function]
destOffsetXGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2707:1: warning: unused function 'destOffsetXPut' [-Wunused-function]
destOffsetXPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: unused function 'destOffsetYGet' [-Wunused-function]
destOffsetYGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2721:1: warning: unused function 'destOffsetYPut' [-Wunused-function]
destOffsetYPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2813:1: warning: unused function 'edgeFillsInvalidate' [-Wunused-function]
edgeFillsInvalidate(sqInt edge)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2824:1: warning: unused function 'edgeFillsValidate' [-Wunused-function]
edgeFillsValidate(sqInt edge)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2835:1: warning: unused function 'edgeLeftFillOf' [-Wunused-function]
edgeLeftFillOf(sqInt edge)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2849:1: warning: unused function 'edgeNumLinesOf' [-Wunused-function]
edgeNumLinesOf(sqInt edge)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2863:1: warning: unused function 'edgeRightFillOf' [-Wunused-function]
edgeRightFillOf(sqInt edge)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: unused function 'edgeTransform' [-Wunused-function]
edgeTransform(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2887:1: warning: unused function 'edgeTypeOf' [-Wunused-function]
edgeTypeOf(sqInt edge)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2894:1: warning: unused function 'edgeXValueOf' [-Wunused-function]
edgeXValueOf(sqInt edge)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2908:1: warning: unused function 'edgeYValueOf' [-Wunused-function]
edgeYValueOf(sqInt edge)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2922:1: warning: unused function 'edgeZValueOf' [-Wunused-function]
edgeZValueOf(sqInt edge)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: unused function 'fillBitmapSpan' [-Wunused-function]
fillBitmapSpan(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3896:1: warning: unused function 'fillDirectionXOf' [-Wunused-function]
fillDirectionXOf(sqInt fill)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3910:1: warning: unused function 'fillDirectionYOf' [-Wunused-function]
fillDirectionYOf(sqInt fill)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: unused function 'fillLinearGradient' [-Wunused-function]
fillLinearGradient(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: unused function 'fillMaxXGet' [-Wunused-function]
fillMaxXGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4159:1: warning: unused function 'fillMaxXPut' [-Wunused-function]
fillMaxXPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1: warning: unused function 'fillMaxYGet' [-Wunused-function]
fillMaxYGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4173:1: warning: unused function 'fillMaxYPut' [-Wunused-function]
fillMaxYPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: unused function 'fillMinXGet' [-Wunused-function]
fillMinXGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4187:1: warning: unused function 'fillMinXPut' [-Wunused-function]
fillMinXPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: unused function 'fillMinYGet' [-Wunused-function]
fillMinYGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4201:1: warning: unused function 'fillMinYPut' [-Wunused-function]
fillMinYPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4208:1: warning: unused function 'fillNormalXOf' [-Wunused-function]
fillNormalXOf(sqInt fill)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4222:1: warning: unused function 'fillNormalYOf' [-Wunused-function]
fillNormalYOf(sqInt fill)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: unused function 'fillOffsetXGet' [-Wunused-function]
fillOffsetXGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4243:1: warning: unused function 'fillOffsetXPut' [-Wunused-function]
fillOffsetXPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: unused function 'fillOffsetYGet' [-Wunused-function]
fillOffsetYGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4257:1: warning: unused function 'fillOffsetYPut' [-Wunused-function]
fillOffsetYPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4264:1: warning: unused function 'fillOriginXOf' [-Wunused-function]
fillOriginXOf(sqInt fill)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4278:1: warning: unused function 'fillOriginYOf' [-Wunused-function]
fillOriginYOf(sqInt fill)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: unused function 'fillRadialGradient' [-Wunused-function]
fillRadialGradient(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5011:1: warning: unused function 'fillTypeOf' [-Wunused-function]
fillTypeOf(sqInt fill)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5018:1: warning: unused function 'findNextAETEdgeFrom' [-Wunused-function]
findNextAETEdgeFrom(sqInt leftEdge)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: unused function 'finishedProcessing' [-Wunused-function]
finishedProcessing(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: unused function 'firstPointListGet' [-Wunused-function]
firstPointListGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5460:1: warning: unused function 'firstPointListPut' [-Wunused-function]
firstPointListPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: unused function 'freeStackFillEntry' [-Wunused-function]
freeStackFillEntry(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: unused function 'getStartGet' [-Wunused-function]
getStartGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5516:1: warning: unused function 'getStartPut' [-Wunused-function]
getStartPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: unused function 'getUsedGet' [-Wunused-function]
getUsedGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5530:1: warning: unused function 'getUsedPut' [-Wunused-function]
getUsedPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5537:1: warning: unused function 'gradientRampLengthOf' [-Wunused-function]
gradientRampLengthOf(sqInt fill)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5551:1: warning: unused function 'gradientRampOf' [-Wunused-function]
gradientRampOf(sqInt fill)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: unused function 'hasColorTransform' [-Wunused-function]
hasColorTransform(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: unused function 'hasColorTransformGet' [-Wunused-function]
hasColorTransformGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5572:1: warning: unused function 'hasColorTransformPut' [-Wunused-function]
hasColorTransformPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: unused function 'hasEdgeTransform' [-Wunused-function]
hasEdgeTransform(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: unused function 'hasEdgeTransformGet' [-Wunused-function]
hasEdgeTransformGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5593:1: warning: unused function 'hasEdgeTransformPut' [-Wunused-function]
hasEdgeTransformPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5899:1: warning: unused function 'isBezier' [-Wunused-function]
isBezier(sqInt bezier)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5919:1: warning: unused function 'isFillColor' [-Wunused-function]
isFillColor(sqInt fill)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5938:1: warning: unused function 'isFill' [-Wunused-function]
isFill(sqInt fill)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5946:1: warning: unused function 'isLine' [-Wunused-function]
isLine(sqInt line)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5953:1: warning: unused function 'isObject' [-Wunused-function]
isObject(sqInt obj)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5961:1: warning: unused function 'isRealFill' [-Wunused-function]
isRealFill(sqInt fill)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5968:1: warning: unused function 'isStackEntry' [-Wunused-function]
isStackEntry(sqInt entry)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5976:1: warning: unused function 'isStackIndex' [-Wunused-function]
isStackIndex(sqInt index)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5984:1: warning: unused function 'isWideBezier' [-Wunused-function]
isWideBezier(sqInt bezier)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5992:1: warning: unused function 'isWideLine' [-Wunused-function]
isWideLine(sqInt line)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6000:1: warning: unused function 'isWide' [-Wunused-function]
isWide(sqInt object)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: unused function 'lastExportedEdgeGet' [-Wunused-function]
lastExportedEdgeGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6014:1: warning: unused function 'lastExportedEdgePut' [-Wunused-function]
lastExportedEdgePut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: unused function 'lastExportedFillGet' [-Wunused-function]
lastExportedFillGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6028:1: warning: unused function 'lastExportedFillPut' [-Wunused-function]
lastExportedFillPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: unused function 'lastExportedLeftXGet' [-Wunused-function]
lastExportedLeftXGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6042:1: warning: unused function 'lastExportedLeftXPut' [-Wunused-function]
lastExportedLeftXPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: unused function 'lastExportedRightXGet' [-Wunused-function]
lastExportedRightXGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6056:1: warning: unused function 'lastExportedRightXPut' [-Wunused-function]
lastExportedRightXPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6063:1: warning: unused function 'lineEndXOf' [-Wunused-function]
lineEndXOf(sqInt line)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6077:1: warning: unused function 'lineEndYOf' [-Wunused-function]
lineEndYOf(sqInt line)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6091:1: warning: unused function 'lineErrorAdjDownOf' [-Wunused-function]
lineErrorAdjDownOf(sqInt line)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6105:1: warning: unused function 'lineErrorAdjUpOf' [-Wunused-function]
lineErrorAdjUpOf(sqInt line)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6119:1: warning: unused function 'lineErrorOf' [-Wunused-function]
lineErrorOf(sqInt line)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6133:1: warning: unused function 'lineXDirectionOf' [-Wunused-function]
lineXDirectionOf(sqInt line)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6147:1: warning: unused function 'lineXIncrementOf' [-Wunused-function]
lineXIncrementOf(sqInt line)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6161:1: warning: unused function 'lineYDirectionOf' [-Wunused-function]
lineYDirectionOf(sqInt line)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6834:1: warning: unused function 'loadColorTransformFrom' [-Wunused-function]
loadColorTransformFrom(sqInt transformOop)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: unused function 'magicNumberGet' [-Wunused-function]
magicNumberGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8980:1: warning: unused function 'magicNumberPut' [-Wunused-function]
magicNumberPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: unused function 'makeRectFromPoints' [-Wunused-function]
makeRectFromPoints(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8998:1: warning: unused function 'makeUnsignedFrom' [-Wunused-function]
makeUnsignedFrom(sqInt someIntegerValue)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: unused function 'needsFlush' [-Wunused-function]
needsFlush(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: unused function 'needsFlushGet' [-Wunused-function]
needsFlushGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9072:1: warning: unused function 'needsFlushPut' [-Wunused-function]
needsFlushPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9079:1: warning: unused function 'objectHeaderOf' [-Wunused-function]
objectHeaderOf(sqInt obj)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9090:1: warning: unused function 'objectIndexOf' [-Wunused-function]
objectIndexOf(sqInt obj)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9104:1: warning: unused function 'objectLengthOf' [-Wunused-function]
objectLengthOf(sqInt obj)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9118:1: warning: unused function 'objectTypeOf' [-Wunused-function]
objectTypeOf(sqInt obj)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: unused function 'objStartGet' [-Wunused-function]
objStartGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9139:1: warning: unused function 'objStartPut' [-Wunused-function]
objStartPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: unused function 'objUsedGet' [-Wunused-function]
objUsedGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9153:1: warning: unused function 'objUsedPut' [-Wunused-function]
objUsedPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9178:1: warning: unused function 'offsetFromWidth' [-Wunused-function]
offsetFromWidth(sqInt lineWidth)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: unused function 'point1Get' [-Wunused-function]
point1Get(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: unused function 'point2Get' [-Wunused-function]
point2Get(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: unused function 'point3Get' [-Wunused-function]
point3Get(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: unused function 'point4Get' [-Wunused-function]
point4Get(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12282:1: warning: unused function 'quickRemoveInvalidFillsAt' [-Wunused-function]
quickRemoveInvalidFillsAt(sqInt leftX)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: unused function 'returnWideBezierFill' [-Wunused-function]
returnWideBezierFill(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: unused function 'returnWideBezierWidth' [-Wunused-function]
returnWideBezierWidth(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: unused function 'returnWideLineFill' [-Wunused-function]
returnWideLineFill(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: unused function 'returnWideLineWidth' [-Wunused-function]
returnWideLineWidth(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: unused function 'sortGlobalEdgeTable' [-Wunused-function]
sortGlobalEdgeTable(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: unused function 'spanEndAAGet' [-Wunused-function]
spanEndAAGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12763:1: warning: unused function 'spanEndAAPut' [-Wunused-function]
spanEndAAPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: unused function 'spanEndGet' [-Wunused-function]
spanEndGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12777:1: warning: unused function 'spanEndPut' [-Wunused-function]
spanEndPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: unused function 'spanSizeGet' [-Wunused-function]
spanSizeGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12791:1: warning: unused function 'spanSizePut' [-Wunused-function]
spanSizePut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: unused function 'spanStartGet' [-Wunused-function]
spanStartGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12805:1: warning: unused function 'spanStartPut' [-Wunused-function]
spanStartPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12819:1: warning: unused function 'stackFillDepth' [-Wunused-function]
stackFillDepth(sqInt index)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: unused function 'stackFillEntryLength' [-Wunused-function]
stackFillEntryLength(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12840:1: warning: unused function 'stackFillRightX' [-Wunused-function]
stackFillRightX(sqInt index)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: unused function 'stackFillSize' [-Wunused-function]
stackFillSize(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12861:1: warning: unused function 'stackFillValue' [-Wunused-function]
stackFillValue(sqInt index)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: unused function 'stateGet' [-Wunused-function]
stateGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12882:1: warning: unused function 'statePut' [-Wunused-function]
statePut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: unused function 'stepToFirstBezier' [-Wunused-function]
stepToFirstBezier(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: unused function 'stepToFirstLine' [-Wunused-function]
stepToFirstLine(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: unused function 'stepToFirstWideBezier' [-Wunused-function]
stepToFirstWideBezier(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: unused function 'stepToFirstWideLine' [-Wunused-function]
stepToFirstWideLine(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: unused function 'stepToNextBezier' [-Wunused-function]
stepToNextBezier(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: unused function 'stepToNextLine' [-Wunused-function]
stepToNextLine(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: unused function 'stepToNextWideLine' [-Wunused-function]
stepToNextWideLine(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13814:1: warning: unused function 'stopBecauseOf' [-Wunused-function]
stopBecauseOf(sqInt stopReason)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: unused function 'stopReasonGet' [-Wunused-function]
stopReasonGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13830:1: warning: unused function 'stopReasonPut' [-Wunused-function]
stopReasonPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13854:1: warning: unused function 'storeEngineStateInto' [-Wunused-function]
storeEngineStateInto(sqInt oop)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: unused function 'topFillDepth' [-Wunused-function]
topFillDepth(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14345:1: warning: unused function 'topFillDepthPut' [-Wunused-function]
topFillDepthPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: unused function 'topFillRightX' [-Wunused-function]
topFillRightX(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14367:1: warning: unused function 'topFillRightXPut' [-Wunused-function]
topFillRightXPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: unused function 'topFillValue' [-Wunused-function]
topFillValue(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14389:1: warning: unused function 'topFillValuePut' [-Wunused-function]
topFillValuePut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14468:1: warning: unused function 'transformPoints' [-Wunused-function]
transformPoints(sqInt n)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14619:1: warning: unused function 'transformPoint' [-Wunused-function]
transformPoint(int *point)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: unused function 'wbSizeGet' [-Wunused-function]
wbSizeGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14879:1: warning: unused function 'wbSizePut' [-Wunused-function]
wbSizePut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: unused function 'wbStackClear' [-Wunused-function]
wbStackClear(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14895:1: warning: unused function 'wbStackPop' [-Wunused-function]
wbStackPop(sqInt nItems)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: unused function 'wbStackSize' [-Wunused-function]
wbStackSize(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14923:1: warning: unused function 'wbStackValue' [-Wunused-function]
wbStackValue(sqInt index)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: unused function 'wbTopGet' [-Wunused-function]
wbTopGet(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14944:1: warning: unused function 'wbTopPut' [-Wunused-function]
wbTopPut(sqInt value)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14951:1: warning: unused function 'wideBezierEntryOf' [-Wunused-function]
wideBezierEntryOf(sqInt line)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14967:1: warning: unused function 'wideBezierExitOf' [-Wunused-function]
wideBezierExitOf(sqInt line)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14983:1: warning: unused function 'wideBezierExtentOf' [-Wunused-function]
wideBezierExtentOf(sqInt bezier)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15015:1: warning: unused function 'wideBezierUpdateDataOf' [-Wunused-function]
wideBezierUpdateDataOf(sqInt bezier)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15038:1: warning: unused function 'wideLineEntryOf' [-Wunused-function]
wideLineEntryOf(sqInt line)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15054:1: warning: unused function 'wideLineExitOf' [-Wunused-function]
wideLineExitOf(sqInt line)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15070:1: warning: unused function 'wideLineExtentOf' [-Wunused-function]
wideLineExtentOf(sqInt line)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: unused function 'workBufferPut' [-Wunused-function]
workBufferPut(sqInt wbOop)
^
-- Check for working CXX compiler: /usr/bin/x86_64-w64-mingw32-clang++ - works
-- Detecting CXX compiler ABI info
325 warnings generated.
[ 39%] Linking C shared library build/vm/Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib
[ 39%] Built target B2DPlugin
Scanning dependencies of target MiscPrimitivePlugin
[ 39%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/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.
[ 40%] Linking C shared library build/vm/Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib
[ 40%] Built target MiscPrimitivePlugin
Scanning dependencies of target JPEGReaderPlugin
[ 40%] Building C object CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: unused function 'colorConvertGrayscaleMCU' [-Wunused-function]
colorConvertGrayscaleMCU(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: unused function 'colorConvertMCU' [-Wunused-function]
colorConvertMCU(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: unused function 'fillBuffer' [-Wunused-function]
fillBuffer(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:610:1: warning: unused function 'getBits' [-Wunused-function]
getBits(sqInt requestedBits)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: unused function 'nextSampleCb' [-Wunused-function]
nextSampleCb(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: unused function 'nextSampleCr' [-Wunused-function]
nextSampleCr(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: unused function 'nextSampleY' [-Wunused-function]
nextSampleY(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: unused function 'stInit' [-Wunused-function]
stInit(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1787:1: warning: unused function 'storeJPEGStreamOn' [-Wunused-function]
storeJPEGStreamOn(sqInt streamOop)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:111:14: warning: unused variable 'cbSampleStream' [-Wunused-variable]
static sqInt cbSampleStream;
             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:114:14: warning: unused variable 'crSampleStream' [-Wunused-variable]
static sqInt crSampleStream;
             ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:181:14: warning: unused variable 'ySampleStream' [-Wunused-variable]
static sqInt ySampleStream;
             ^
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
17 warnings generated.
[ 41%] Linking C shared library build/vm/Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib
[ 41%] Built target JPEGReaderPlugin
Scanning dependencies of target BitBltPlugin
[ 41%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1688:15: warning: unused variable 'm1' [-Wunused-variable]
        unsigned int m1;
                     ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1692:8: warning: unused variable 'startBits1' [-Wunused-variable]
        sqInt startBits1;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1685:8: warning: unused variable 'done' [-Wunused-variable]
        sqInt done;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1687:8: warning: unused variable 'endBits' [-Wunused-variable]
        sqInt endBits;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1693:8: warning: unused variable 'sxLowBits' [-Wunused-variable]
        sqInt sxLowBits;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1691:8: warning: unused variable 'startBits' [-Wunused-variable]
        sqInt startBits;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1686:8: warning: unused variable 'dxLowBits' [-Wunused-variable]
        sqInt dxLowBits;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1694:8: warning: unused variable 't' [-Wunused-variable]
        sqInt t;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1690:8: warning: unused variable 'pixPerM11' [-Wunused-variable]
        sqInt pixPerM11;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1689:8: warning: unused variable 'pixPerM1' [-Wunused-variable]
        sqInt pixPerM1;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5028:8: warning: unused variable '_return_value' [-Wunused-variable]
        sqInt _return_value;
              ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: unused function 'affectedBottom' [-Wunused-function]
affectedBottom(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: unused function 'affectedLeft' [-Wunused-function]
affectedLeft(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c-- Detecting CXX compile features - done
-- Building for WINDOWS
-- Building Pharo with executable named Pharo
:425:1: warning: unused function 'affectedRight' [-Wunused-function]
affectedRight(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: unused function 'affectedTop' [-Wunused-function]
affectedTop(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: unused function 'checkSourceOverlap' [-Wunused-function]
checkSourceOverlap(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: unused function 'copyBitsFastPathSpecialised' [-Wunused-function]
copyBitsFastPathSpecialised(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: unused function 'default8To32Table' [-Wunused-function]
default8To32Table(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: unused function 'destMaskAndPointerInit' [-Wunused-function]
destMaskAndPointerInit(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2904:1: warning: unused function 'ignoreSourceOrHalftone' [-Wunused-function]
ignoreSourceOrHalftone(sqInt formPointer)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: unused function 'loadBitBltDestForm' [-Wunused-function]
loadBitBltDestForm(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: unused function 'loadBitBltSourceForm' [-Wunused-function]
loadBitBltSourceForm(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: unused function 'loadColorMap' [-Wunused-function]
loadColorMap(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3755:1: warning: unused function 'loadColorMapShiftOrMaskFrom' [-Wunused-function]
loadColorMapShiftOrMaskFrom(sqInt mapOop)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: unused function 'loadHalftoneForm' [-Wunused-function]
loadHalftoneForm(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3821:1: warning: unused function 'loadWarpBltFrom' [-Wunused-function]
loadWarpBltFrom(sqInt bbObj)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: unused function 'performCopyLoop' [-Wunused-function]
performCopyLoop(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6406:1: warning: unused function 'rgbMap16To32' [-Wunused-function]
rgbMap16To32(sqInt sourcePixel)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6417:1: warning: unused function 'rgbMap32To32' [-Wunused-function]
rgbMap32To32(sqInt sourcePixel)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: unused function 'showDisplayBits' [-Wunused-function]
showDisplayBits(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: unused function 'sourceSkewAndPointerInit' [-Wunused-function]
sourceSkewAndPointerInit(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6842:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: unused function 'tryCopyingBitsQuickly' [-Wunused-function]
tryCopyingBitsQuickly(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: unused function 'warpBits' [-Wunused-function]
warpBits(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: unused function 'warpLoopSetup' [-Wunused-function]
warpLoopSetup(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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)
^
-- Looking for sys/types.h
53 warnings generated.
[ 42%] Linking C shared library build/vm/Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib
[ 42%] Built target BitBltPlugin
Scanning dependencies of target libssh2-1.7.0
[ 42%] Generating build/third-party/libssh2-1.7.0.zip
--2020-09-25 14:30:58--  https://files.pharo.org/vm/pharo-spur64/mac/third-party//libssh2-1.7.0.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: 184746 (180K) [application/zip]
Saving to: ‘libssh2-1.7.0.zip’

     0K .......... .......... .......... .......... .......... 27% 1.27M 0s
    50K .......... .......... .......... .......... .......... 55% 2.48M 0s
   100K .......... .......... .......... .......... .......... 83% 11.9M 0s
   150K .......... .......... ..........                      100% 11.7M=0.06s

2020-09-25 14:30:59 (2.73 MB/s) - ‘libssh2-1.7.0.zip’ saved [184746/184746]

[ 43%] Generating build/third-party/libssh2-1.7.0.done
Archive:  libssh2-1.7.0.zip
  inflating: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm//Pharo.app/Contents/MacOS/Plugins/libssh2.1.dylib  
  inflating: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm//Pharo.app/Contents/MacOS/Plugins/libssh2.dylib  
[ 43%] Built target libssh2-1.7.0
Scanning dependencies of target LargeIntegers
[ 43%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:266:1: warning: unused function 'byteSizeOfCSI' [-Wunused-function]
byteSizeOfCSI(sqInt csi)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1786:1: warning: unused function 'digitSizeOfCSI' [-Wunused-function]
digitSizeOfCSI(sqInt csi)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1802:1: warning: unused function 'digitSizeOfLargeInt' [-Wunused-function]
digitSizeOfLargeInt(sqInt anOop)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2100:1: warning: unused function 'highBitOfLargeInt' [-Wunused-function]
highBitOfLargeInt(sqInt anOop)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2326:1: warning: unused function 'normalize' [-Wunused-function]
normalize(sqInt aLargeInteger)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:3797:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
26 warnings generated.
[ 44%] Linking C shared library build/vm/Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib
[ 44%] Built target LargeIntegers
Scanning dependencies of target DSAPrims
[ 44%] Building C object CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:106:1: warning: unused function 'addBackDivisorDigitShift' [-Wunused-function]
addBackDivisorDigitShift(sqInt digitShift)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: unused function 'bigDivideLoop' [-Wunused-function]
bigDivideLoop(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:675:1: warning: unused function 'subtractDivisorMultipliedByDigitdigitShift' [-Wunused-function]
subtractDivisorMultipliedByDigitdigitShift(sqInt digit, sqInt digitShift)
^
-- Looking for sys/types.h - found
-- Looking for stdint.h
5 warnings generated.
[ 45%] Linking C shared library build/vm/Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib
[ 45%] Built target DSAPrims
Scanning dependencies of target SocketPlugin
[ 45%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2399:3: warning: pointer/integer type mismatch in conditional expression ('SocketPtr' (aka 'SQSocket *') and 'int') [-Wconditional-type-mismatch]
                ? ((SocketPtr) (firstIndexableField(socketOop)))
                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:263:1: warning: unused function 'netAddressToInt' [-Wunused-function]
netAddressToInt(unsigned char *ptrToByteArray)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2384:1: warning: unused function 'socketRecordSize' [-Wunused-function]
socketRecordSize(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2395:1: warning: unused function 'socketValueOf' [-Wunused-function]
socketValueOf(sqInt socketOop)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2406:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
6 warnings generated.
[ 46%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c:45:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
1 warning generated.
[ 46%] Linking C shared library build/vm/Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib
[ 46%] Built target SocketPlugin
Scanning dependencies of target FilePlugin
[ 46%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:183:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:184:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:185:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:186:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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);
                       ^
-- Looking for stdint.h - found
-- Looking for stddef.h
7 warnings generated.
[ 47%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:183:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:184:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:185:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:186:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
5 warnings generated.
[ 47%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/unix/sqUnixCharConv.c:108:9: warning: unused variable 'utf8' [-Wunused-variable]
  int   utf8= 0;
        ^
1 warning generated.
[ 48%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtils.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/fileUtils.c:1:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
1 warning generated.
[ 48%] Building C object CMakeFiles/FilePlugin.dir/generated/plugins/src/FilePlugin/FilePlugin.c.o
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:505: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_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:798:11: warning: unused variable 'results' [-Wunused-variable]
    sqInt results;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:791:11: warning: unused variable 'modDateOop' [-Wunused-variable]
    sqInt modDateOop;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:788:11: warning: unused variable 'fileSizeOop' [-Wunused-variable]
    sqInt fileSizeOop;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:789:11: warning: unused variable 'i' [-Wunused-variable]
    sqInt i;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:800:11: warning: unused variable 'stringPtr' [-Wunused-variable]
    char *stringPtr;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:793:11: warning: unused variable 'nameString' [-Wunused-variable]
    sqInt nameString;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:783:11: warning: unused variable 'createDateOop' [-Wunused-variable]
    sqInt createDateOop;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:1138:13: warning: unused variable 'file1' [-Wunused-variable]
    SQFile *file1;
            ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:1130:11: warning: unused variable 'array1' [-Wunused-variable]
    sqInt array1;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:1134:12: warning: unused variable 'count1' [-Wunused-variable]
    size_t count1;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:1136:12: warning: unused variable 'elementSize1' [-Wunused-variable]
    size_t elementSize1;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:1141:11: warning: unused variable 'retryCount' [-Wunused-variable]
    sqInt retryCount;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:1144:12: warning: unused variable 'startIndex1' [-Wunused-variable]
    size_t startIndex1;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:1132:11: warning: unused variable 'bytesRead1' [-Wunused-variable]
    sqInt bytesRead1;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:1140:11: warning: unused variable 'objectPointer1' [-Wunused-variable]
    sqInt objectPointer1;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:1631: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_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:1645: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_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "FilePlugin VMMaker-tonel.1 uuid: 92da022e-846c-0d00-8cc5-e6d50d20fb4f " __DATE__ ;
            ^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/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_v8.6.0-alpha/build/generated/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_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:385: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_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:1232:1: warning: unused function 'primitiveFileReadWithoutPinning' [-Wunused-function]
primitiveFileReadWithoutPinning(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:1288:1: warning: unused function 'primitiveFileReadWithPinning' [-Wunused-function]
primitiveFileReadWithPinning(void)
^
25 warnings generated.
[ 49%] Linking C shared library build/vm/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib
[ 51%] Built target FilePlugin
Scanning dependencies of target LocalePlugin
[ 51%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:388:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
2 warnings generated.
[ 52%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:183:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:184:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:185:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:186:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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 *);
                    ^
6 warnings generated.
[ 53%] Linking C shared library build/vm/Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib
[ 53%] Built target LocalePlugin
Scanning dependencies of target SurfacePlugin
[ 53%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c:60:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma export on
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c:79:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma export off
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c:135:3: warning: expression result unused [-Wunused-value]
                -1;
                ^~
3 warnings generated.
[ 54%] Linking C shared library build/vm/Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib
[ 54%] Built target SurfacePlugin
Scanning dependencies of target SecurityPlugin
[ 54%] Building C object CMakeFiles/SecurityPlugin.dir/plugins/SecurityPlugin/common/DummySecurityPlugin.c.o
[ 55%] Linking C shared library build/vm/Pharo.app/Contents/MacOS/Plugins/libSecurityPlugin.dylib
[ 55%] Built target SecurityPlugin
Scanning dependencies of target openssl-1.0.2q
[ 55%] Generating build/third-party/openssl-1.0.2q.zip
--2020-09-25 14:31:06--  https://files.pharo.org/vm/pharo-spur64/mac/third-party//openssl-1.0.2q.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: 1343688 (1.3M) [application/zip]
Saving to: ‘openssl-1.0.2q.zip’

     0K .........-- Looking for stddef.h - found
-- Check size of int
. .......... .......... .......... ..........  3%  982K 1s
    50K .......... .......... .......... .......... ..........  7% 2.37M 1s
   100K .......... .......... .......... .......... .......... 11% 10.1M 1s
   150K .......... .......... .......... .......... .......... 15% 3.46M 1s
   200K .......... .......... .......... .......... .......... 19% 5.18M 0s
   250K .......... .......... .......... .......... .......... 22% 3.90M 0s
   300K .......... .......... .......... .......... .......... 26% 4.97M 0s
   350K .......... .......... .......... .......... .......... 30% 3.53M 0s
   400K .......... .......... .......... .......... .......... 34% 4.80M 0s
   450K .......... .......... .......... .......... .......... 38% 7.54M 0s
   500K .......... .......... .......... .......... .......... 41% 4.07M 0s
   550K .......... .......... .......... .......... .......... 45% 4.96M 0s
   600K .......... .......... .......... .......... .......... 49% 6.93M 0s
   650K .......... .......... .......... .......... .......... 53% 4.76M 0s
   700K .......... .......... .......... .......... .......... 57% 8.63M 0s
   750K .......... .......... .......... .......... .......... 60% 3.38M 0s
   800K .......... .......... .......... .......... .......... 64% 14.6M 0s
   850K .......... .......... .......... .......... .......... 68% 2.93M 0s
   900K .......... .......... .......... .......... .......... 72% 18.8M 0s
   950K .......... .......... .......... .......... .......... 76% 3.81M 0s
  1000K .......... .......... .......... .......... .......... 80% 25.0M 0s
  1050K .......... .......... .......... .......... .......... 83% 4.26M 0s
  1100K .......... .......... .......... .......... .......... 87% 5.05M 0s
  1150K .......... .......... .......... .......... .......... 91% 18.6M 0s
  1200K .......... .......... .......... .......... .......... 95% 2.88M 0s
  1250K .......... .......... .......... .......... .......... 99% 14.5M 0s
  1300K .......... ..                                         100% 15.0M=0.3s

2020-09-25 14:31:06 (4.36 MB/s) - ‘openssl-1.0.2q.zip’ saved [1343688/1343688]

[ 56%] Generating build/third-party/openssl-1.0.2q.done
Archive:  openssl-1.0.2q.zip
  inflating: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm//Pharo.app/Contents/MacOS/Plugins/libssl.1.0.0.dylib  
  inflating: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm//Pharo.app/Contents/MacOS/Plugins/libssl.dylib  
  inflating: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm//Pharo.app/Contents/MacOS/Plugins/libcrypto.1.0.0.dylib  
[ 56%] Built target openssl-1.0.2q
Scanning dependencies of target JPEGReadWriter2Plugin
[ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o
[ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:537:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
-- Check size of int - done
-- Check size of long
2 warnings generated.
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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.
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o
-- Check size of long - done
-- Check size of long long
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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.
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o
-- Check size of long long - done
-- Check size of void*
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o
[ 82%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/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.
[ 82%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o
[ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o
[ 84%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o
[ 84%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o
-- Check size of void* - done
-- int 4
-- long 4
-- long long 8
-- void* 8
-- Writing libraries to: build/vm
-- Looking for include file dirent.h
[ 85%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o
[ 85%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o
[ 86%] Linking C shared library build/vm/Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib
[ 86%] Built target JPEGReadWriter2Plugin
Scanning dependencies of target libpng-1.2.49
[ 86%] Generating build/third-party/libpng-1.2.49.zip
--2020-09-25 14:31:18--  https://files.pharo.org/vm/pharo-spur64/mac/third-party//libpng-1.2.49.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: 148996 (146K) [application/zip]
Saving to: ‘libpng-1.2.49.zip’

     0K .......... .......... .......... .......... .......... 34% 1.37M 0s
    50K .......... .......... .......... .......... .......... 68% 2.91M 0s
   100K .......... .......... .......... .......... .....     100% 13.6M=0.06s

2020-09-25 14:31:19 (2.55 MB/s) - ‘libpng-1.2.49.zip’ saved [148996/148996]

[ 87%] Generating build/third-party/libpng-1.2.49.done
Archive:  libpng-1.2.49.zip
  inflating: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm//Pharo.app/Contents/MacOS/Plugins/libpng12.0.dylib  
  inflating: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm//Pharo.app/Contents/MacOS/Plugins/libpng12.dylib  
[ 87%] Built target libpng-1.2.49
Scanning dependencies of target IA32ABI
[ 87%] Building C object CMakeFiles/IA32ABI.dir/extracted/plugins/IA32ABI/src/common/IA32ABI.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:748:24: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion]
        memcpy((&floatValue), addr, sizeof(floatValue));
                              ^~~~
/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))
                                              ^~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:795:9: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion]
        memcpy(addr, (&floatValue), sizeof(floatValue));
               ^~~~
/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)
                                                      ^~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:795:9: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
        memcpy(addr, (&floatValue), sizeof(floatValue));
               ^~~~
/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))
                                        ^~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:840:24: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion]
        memcpy((&floatValue), addr, sizeof(floatValue));
                              ^~~~
/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))
                                              ^~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:887:9: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion]
        memcpy(addr, (&floatValue), sizeof(floatValue));
               ^~~~
/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)
                                                      ^~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:887:9: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
        memcpy(addr, (&floatValue), sizeof(floatValue));
               ^~~~
/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))
                                        ^~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:2253:34: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt, VMCallbackContext *, sqInt)' (aka 'long (*)(long, struct _VMCallbackContext *, long)') from 'sqInt (*)(int, vmccp, sqInt)' (aka 'long (*)(int, struct _VMCallbackContext *, long)') [-Wincompatible-function-pointer-types]
                returnAsThroughCallbackContext = interpreterProxy->returnAsThroughCallbackContext;
                                               ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "IA32ABIPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:2278:1: warning: unused function 'sizeField' [-Wunused-function]
sizeField(sqInt rcvr)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:2289:1: warning: unused function 'startOfByteData' [-Wunused-function]
startOfByteData(sqInt rcvr)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:2318:1: warning: unused function 'startOfDatawithSize' [-Wunused-function]
startOfDatawithSize(sqInt rcvr, sqInt sizeField)
^
11 warnings generated.
[ 88%] Building C object CMakeFiles/IA32ABI.dir/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:183:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:184:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:185:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c:33:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:186:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c:33:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c:35:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h:34:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma export on
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h:72:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma export off
        ^
7 warnings generated.
[ 89%] Building C object CMakeFiles/IA32ABI.dir/extracted/plugins/IA32ABI/src/common/xabicc.c.o
[ 89%] Linking C shared library build/vm/Pharo.app/Contents/MacOS/Plugins/libIA32ABI.dylib
[ 89%] Built target IA32ABI
Scanning dependencies of target FileAttributesPlugin
[ 89%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:767:18: warning: unused variable 'mask' [-Wunused-variable]
    unsigned int mask;
                 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:183:1: warning: unused function 'addressObjectFor' [-Wunused-function]
addressObjectFor(void *aMachineAddress)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: unused function 'badSessionId' [-Wunused-function]
badSessionId(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:407:1: warning: unused function 'faSuccess' [-Wunused-function]
faSuccess(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:439:1: warning: unused function 'objectFromStructsize' [-Wunused-function]
objectFromStructsize(void *aMachineAddress, sqInt structSize)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:458:1: warning: unused function 'pathOoptoBuffermaxLen' [-Wunused-function]
pathOoptoBuffermaxLen(sqInt pathNameOop, char *cPathName, sqInt maxLen)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:482:1: warning: unused function 'pointerFrom' [-Wunused-function]
pointerFrom(sqInt directoryPointerBytes)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1155:1: warning: unused function 'readLinkintomaxLength' [-Wunused-function]
readLinkintomaxLength(char *cPathName, char *cLinkPtr, size_t maxLength)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1233:1: warning: unused function 'sizeOfFaPath' [-Wunused-function]
sizeOfFaPath(void)
^
10 warnings generated.
[ 90%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:183:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:184:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:185:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:186:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
5 warnings generated.
[ 90%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:183:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:184:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:185:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:186:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:468:6: warning: unused variable 'mode' [-Wunused-variable]
int             mode;
                ^
6 warnings generated.
[ 91%] Linking C shared library build/vm/Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib
[ 91%] Built target FileAttributesPlugin
Scanning dependencies of target SqueakSSL
[ 92%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o
/builds/workspace/pharo-vm_v8.6.0-alpha/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__ ;
            ^
-- Looking for include file dirent.h - found
-- Looking for include file features.h
1 warning generated.
[ 92%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:183:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:184:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:185:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:186:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
5 warnings generated.
[ 93%] Linking C shared library build/vm/Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib
[ 93%] Built target SqueakSSL
Scanning dependencies of target UUIDPlugin
[ 93%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:183:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:184:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:185:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:186:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:107:11: warning: unused variable 'ok' [-Wunused-variable]
    sqInt ok;
          ^
6 warnings generated.
[ 94%] Linking C shared library build/vm/Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib
-- Looking for include file features.h - not found
-- Looking for include file unistd.h
[ 94%] Built target UUIDPlugin
Scanning dependencies of target UnixOSProcessPlugin
[ 94%] Building C object CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:48:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:463:2: warning: expression result unused [-Wunused-value]
        (char *) strncpy (cString, sPtr, len);
        ^        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:949:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1060:6: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (semaIndices == null) {
            ^~~~~~~~~~~    ~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:3038:6: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (semaIndices == null) {
            ^~~~~~~~~~~    ~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4425:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4624: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_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4630:53: warning: comparison between pointer and integer ('int' and 'void *') [-Wpointer-integer-compare]
        if ((sigaction(SIGCHLD, &sigchldHandlerAction, 0)) == (sigErrorNumber())) {
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4673:74: warning: comparison between pointer and integer ('int' and 'void *') [-Wpointer-integer-compare]
        if ((sigaction(signalNumber, (&sigHandlerAction), (&oldHandlerAction))) == (sigErrorNumber())) {
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4723:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:5065:2: warning: expression result unused [-Wunused-value]
        (char *)strncpy(cString, stringPtr, len);
        ^       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:368:1: warning: unused function 'argumentAtAsType' [-Wunused-function]
argumentAtAsType(sqInt classIdentifier)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:413:1: warning: unused function 'copyBytesFromtolength' [-Wunused-function]
copyBytesFromtolength(void *charArray1, void *charArray2, sqInt len)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:501:1: warning: unused function 'descriptorTableSize' [-Wunused-function]
descriptorTableSize(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:665:1: warning: unused function 'environmentAtSymbolAsType' [-Wunused-function]
environmentAtSymbolAsType(sqInt classIdentifier)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:690:1: warning: unused function 'fileDescriptorFrom' [-Wunused-function]
fileDescriptorFrom(sqInt aSQFileByteArray)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:720:1: warning: unused function 'fileRecordSize' [-Wunused-function]
fileRecordSize(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:734:1: warning: unused function 'fileValueOf' [-Wunused-function]
fileValueOf(sqInt anSQFileRecord)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1209:1: warning: unused function 'getThisSessionIdentifier' [-Wunused-function]
getThisSessionIdentifier(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1321:1: warning: unused function 'isSQFileObject' [-Wunused-function]
isSQFileObject(sqInt objectPointer)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1339:1: warning: unused function 'isSQSocketObject' [-Wunused-function]
isSQSocketObject(sqInt objectPointer)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1353:1: warning: unused function 'isValidFileSession' [-Wunused-function]
isValidFileSession(sqInt objectPointer)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1409:1: warning: unused function 'maskForThisThreadAndResend' [-Wunused-function]
maskForThisThreadAndResend(int sigNum)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1534:1: warning: unused function 'newSQFileByteArray' [-Wunused-function]
newSQFileByteArray(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1544:1: warning: unused function 'newSQSocketByteArray' [-Wunused-function]
newSQSocketByteArray(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1568:1: warning: unused function 'pointerFrom' [-Wunused-function]
pointerFrom(sqInt aByteArray)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4421:1: warning: unused function 'restoreDefaultSignalHandlers' [-Wunused-function]
restoreDefaultSignalHandlers(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4527:1: warning: unused function 'sendSignaltoPid' [-Wunused-function]
sendSignaltoPid(sqInt sig, sqInt pid)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4640:1: warning: unused function 'setSigIntDefaultHandler' [-Wunused-function]
setSigIntDefaultHandler(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4650:1: warning: unused function 'setSigIntIgnore' [-Wunused-function]
setSigIntIgnore(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4681:1: warning: unused function 'setSigPipeDefaultHandler' [-Wunused-function]
setSigPipeDefaultHandler(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4697:1: warning: unused function 'setSigPipeHandler' [-Wunused-function]
setSigPipeHandler(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4711:1: warning: unused function 'setSigPipeIgnore' [-Wunused-function]
setSigPipeIgnore(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4742:1: warning: unused function 'sigAbrtNumber' [-Wunused-function]
sigAbrtNumber(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4752:1: warning: unused function 'sigAlrmNumber' [-Wunused-function]
sigAlrmNumber(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4762:1: warning: unused function 'sigChldNumber' [-Wunused-function]
sigChldNumber(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4772:1: warning: unused function 'sigContNumber' [-Wunused-function]
sigContNumber(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4802:1: warning: unused function 'sigHoldNumber' [-Wunused-function]
sigHoldNumber(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4816:1: warning: unused function 'sigHupNumber' [-Wunused-function]
sigHupNumber(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4836:1: warning: unused function 'sigIntNumber' [-Wunused-function]
sigIntNumber(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4846:1: warning: unused function 'sigKillNumber' [-Wunused-function]
sigKillNumber(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4867:1: warning: unused function 'sigPipeNumber' [-Wunused-function]
sigPipeNumber(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4877:1: warning: unused function 'sigQuitNumber' [-Wunused-function]
sigQuitNumber(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4887:1: warning: unused function 'sigStopNumber' [-Wunused-function]
sigStopNumber(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4899:1: warning: unused function 'sigTermNumber' [-Wunused-function]
sigTermNumber(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4910:1: warning: unused function 'sigUsr1Number' [-Wunused-function]
sigUsr1Number(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4921:1: warning: unused function 'sigUsr2Number' [-Wunused-function]
sigUsr2Number(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4931:1: warning: unused function 'sizeOfInt' [-Wunused-function]
sizeOfInt(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4941:1: warning: unused function 'sizeOfPointer' [-Wunused-function]
sizeOfPointer(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4972:1: warning: unused function 'socketDescriptorFrom' [-Wunused-function]
socketDescriptorFrom(sqInt sqSocketOop)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4991:1: warning: unused function 'socketRecordSize' [-Wunused-function]
socketRecordSize(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:5005:1: warning: unused function 'socketValueOf' [-Wunused-function]
socketValueOf(sqInt anSQSocketRecord)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:5077:1: warning: unused function 'unixFileNumber' [-Wunused-function]
unixFileNumber(FILEHANDLETYPE fileHandle)
^
54 warnings generated.
[ 95%] Linking C shared library build/vm/Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib
[ 95%] Built target UnixOSProcessPlugin
Scanning dependencies of target SqueakFFIPrims
[ 96%] Building C object CMakeFiles/SqueakFFIPrims.dir/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c:23:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:766:36: warning: array subscript is of type 'char' [-Wchar-subscripts]
                        ((calloutState->floatRegisters))[(calloutState->floatRegisterIndex)] = floatValue;
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:905:19: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (isInMemory(ptrAddress)) {
                                       ^~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:952:40: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                        ((calloutState->floatRegisters))[(calloutState->floatRegisterIndex)] = ((((double *) ptrAddress))[0]);
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:967:42: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((usqInt) ((((long long *) ptrAddress))[0])));
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:983:41: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                                ((calloutState->floatRegisters))[(calloutState->floatRegisterIndex)] = ((((double *) ptrAddress))[1]);
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:998:43: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((usqInt) ((((long long *) ptrAddress))[1])));
                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1084:41: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                                ((calloutState->floatRegisters))[(calloutState->floatRegisterIndex)] = ((((double *) ptrAddress))[0]);
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1099:43: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((usqInt) ((((long long *) ptrAddress))[0])));
                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1115:42: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                                        ((calloutState->floatRegisters))[(calloutState->floatRegisterIndex)] = ((((double *) ptrAddress))[1]);
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1130:44: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((usqInt) ((((long long *) ptrAddress))[1])));
                                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1158:19: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (isInMemory(ptrAddress)) {
                                       ^~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1163:39: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)ptrAddress));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1186:39: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)null));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1289:42: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)copy));
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1327:42: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer1));
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1343:42: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer2));
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1361:42: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer3));
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1383:42: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer4));
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1399:42: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer5));
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1417:42: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer6));
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1586:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                ((calloutState->floatRegisters))[(calloutState->floatRegisterIndex)] = floatValue;
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1668:39: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)copy));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1706:39: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer1));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1722:39: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer2));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1740:39: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer3));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1762:39: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer4));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1778:39: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer5));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1796:39: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer6));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:2295:38: warning: array subscript is of type 'char' [-Wchar-subscripts]
                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:2966:18: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (isInMemory(ptrAddress)) {
                               ^~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:2971:38: warning: array subscript is of type 'char' [-Wchar-subscripts]
                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)ptrAddress));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:2997:38: warning: array subscript is of type 'char' [-Wchar-subscripts]
                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)ptrAddress));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3019:14: warning: incompatible integer to pointer conversion assigning to 'void *' from 'long' [-Wint-conversion]
                ptrAddress = ((longAt(oop + BaseHeaderSize)) > 0
                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3024:38: warning: array subscript is of type 'char' [-Wchar-subscripts]
                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)ptrAddress));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3044:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3062:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((signed char) value));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3080:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((signed char) value));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3098:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = value;
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3138:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((usqInt) value));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3156:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((usqInt) value));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3174:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((signed short) value));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3206:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)copy));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3259:18: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (isInMemory(ptrAddress)) {
                               ^~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3306:39: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                ((calloutState->floatRegisters))[(calloutState->floatRegisterIndex)] = ((((double *) ptrAddress))[0]);
                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3321:41: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((usqInt) ((((long long *) ptrAddress))[0])));
                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3337:40: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                        ((calloutState->floatRegisters))[(calloutState->floatRegisterIndex)] = ((((double *) ptrAddress))[1]);
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3352:42: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((usqInt) ((((long long *) ptrAddress))[1])));
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3438:40: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                        ((calloutState->floatRegisters))[(calloutState->floatRegisterIndex)] = ((((double *) ptrAddress))[0]);
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3453:42: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((usqInt) ((((long long *) ptrAddress))[0])));
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3469:41: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                                ((calloutState->floatRegisters))[(calloutState->floatRegisterIndex)] = ((((double *) ptrAddress))[1]);
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3484:43: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((usqInt) ((((long long *) ptrAddress))[1])));
                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3512:18: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (isInMemory(ptrAddress)) {
                               ^~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3517:38: warning: array subscript is of type 'char' [-Wchar-subscripts]
                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)ptrAddress));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3585:38: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                        ((calloutState->floatRegisters))[(calloutState->floatRegisterIndex)] = ((((double *) pointer))[0]);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3600:40: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((usqInt) ((((long long *) pointer))[0])));
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3616:39: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                ((calloutState->floatRegisters))[(calloutState->floatRegisterIndex)] = ((((double *) pointer))[1]);
                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3631:41: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((usqInt) ((((long long *) pointer))[1])));
                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3661:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((unsigned char) value));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3679:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((unsigned char) value));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3697:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = value;
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3737:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = value;
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3755:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = value;
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3773:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((unsigned short) value));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4768:39: warning: array subscript is of type 'char' [-Wchar-subscripts]
                        ((calloutState1->integerRegisters))[(calloutState1->integerRegisterIndex)] = (((sqInt)pointer1));
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4153:11: warning: unused variable 'atomicType1' [-Wunused-variable]
    sqInt atomicType1;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4231:11: warning: unused variable 'stackSize' [-Wunused-variable]
    sqInt stackSize;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4205:11: warning: unused variable 'requiredStackSize' [-Wunused-variable]
    sqInt requiredStackSize;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4181:23: warning: unused variable 'intRet' [-Wunused-variable]
    SixteenByteReturn intRet;
                      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4233:11: warning: unused variable 'strLen' [-Wunused-variable]
    sqInt strLen;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4152:11: warning: unused variable 'atomicType' [-Wunused-variable]
    sqInt atomicType;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4235:11: warning: unused variable 'strOop' [-Wunused-variable]
    sqInt strOop;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4150:11: warning: unused variable 'argTypes2' [-Wunused-variable]
    sqInt argTypes2;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4207:11: warning: unused variable 'result' [-Wunused-variable]
    sqInt result;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4178:11: warning: unused variable 'i1' [-Wunused-variable]
    sqInt i1;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4177:11: warning: unused variable 'i' [-Wunused-variable]
    sqInt i;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4237:11: warning: unused variable 'strPtr' [-Wunused-variable]
    char *strPtr;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4148:11: warning: unused variable 'argTypes' [-Wunused-variable]
    sqInt argTypes;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4208:11: warning: unused variable 'result1' [-Wunused-variable]
    sqInt result1;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4175:11: warning: unused variable 'functionName' [-Wunused-variable]
    sqInt functionName;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4210:11: warning: unused variable 'retClass' [-Wunused-variable]
    sqInt retClass;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4146:11: warning: unused variable 'argTypeArray' [-Wunused-variable]
    sqInt argTypeArray;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4211:11: warning: unused variable 'retClass1' [-Wunused-variable]
    sqInt retClass1;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4144:11: warning: unused variable 'argType' [-Wunused-variable]
    sqInt argType;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4173:12: warning: unused variable 'floatRet' [-Wunused-variable]
    double floatRet;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4239:18: warning: unused variable 'theCalloutState' [-Wunused-variable]
    CalloutState theCalloutState;
                 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4242:11: warning: unused variable 'typeSpec1' [-Wunused-variable]
    sqInt typeSpec1;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4171:11: warning: unused variable 'flags' [-Wunused-variable]
    sqInt flags;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4241:11: warning: unused variable 'typeSpec' [-Wunused-variable]
    sqInt typeSpec;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4214:11: warning: unused variable 'retOop' [-Wunused-variable]
    sqInt retOop;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4215:11: warning: unused variable 'retOop1' [-Wunused-variable]
    sqInt retOop1;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4169:11: warning: unused variable 'ffiRetType' [-Wunused-variable]
    sqInt ffiRetType;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4142:11: warning: unused variable 'argSpec' [-Wunused-variable]
    sqInt argSpec;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4218:11: warning: unused variable 'retryCount' [-Wunused-variable]
    sqInt retryCount;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4138:11: warning: unused variable 'allocation' [-Wunused-variable]
    char *allocation;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4189:11: warning: unused variable 'nArgs' [-Wunused-variable]
    sqInt nArgs;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4187:11: warning: unused variable 'myThreadIndex' [-Wunused-variable]
    sqInt myThreadIndex;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4166:11: warning: unused variable 'err' [-Wunused-variable]
    sqInt err;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4140:11: warning: unused variable 'argClass' [-Wunused-variable]
    sqInt argClass;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4191:11: warning: unused variable 'oop' [-Wunused-variable]
    sqInt oop;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4245:13: warning: unused variable 'value' [-Wunused-variable]
    usqLong value;
            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4219:11: warning: unused variable 'retType' [-Wunused-variable]
    sqInt retType;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4192:11: warning: unused variable 'oop1' [-Wunused-variable]
    sqInt oop1;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4164:11: warning: unused variable 'cString' [-Wunused-variable]
    char *cString;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4184:13: warning: unused variable 'mask' [-Wunused-variable]
    usqLong mask;
            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4221:13: warning: unused variable 'retVal' [-Wunused-variable]
    usqLong retVal;
            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4194:11: warning: unused variable 'oop2' [-Wunused-variable]
    sqInt oop2;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4162:11: warning: unused variable 'cPointer' [-Wunused-variable]
    sqInt cPointer;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4136:11: warning: unused variable 'addressPtr' [-Wunused-variable]
    sqInt addressPtr;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4222:13: warning: unused variable 'retVal1' [-Wunused-variable]
    usqLong retVal1;
            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4160:11: warning: unused variable 'classOop' [-Wunused-variable]
    sqInt classOop;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4197:11: warning: unused variable 'pointer' [-Wunused-variable]
    void *pointer;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4133:11: warning: unused variable 'address1' [-Wunused-variable]
    sqInt address1;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4225:11: warning: unused variable 'shift' [-Wunused-variable]
    sqInt shift;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4132:11: warning: unused variable 'address' [-Wunused-variable]
    sqInt address;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4199:11: warning: unused variable 'primNumArgs' [-Wunused-variable]
    sqInt primNumArgs;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4158:19: warning: unused variable 'calloutState' [-Wunused-variable]
    CalloutState *calloutState;
                  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4227:11: warning: unused variable 'specLiteral' [-Wunused-variable]
    sqInt specLiteral;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4201:17: warning: unused variable 'ptr' [-Wunused-variable]
    sqIntptr_t *ptr;
                ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4156:11: warning: unused variable 'byteSize' [-Wunused-variable]
    sqInt byteSize;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4229:11: warning: unused variable 'specLiteral2' [-Wunused-variable]
    sqInt specLiteral2;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4202:12: warning: unused variable 'ptr1' [-Wunused-variable]
    sqInt *ptr1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5708:39: warning: array subscript is of type 'char' [-Wchar-subscripts]
                        ((calloutState1->integerRegisters))[(calloutState1->integerRegisterIndex)] = (((sqInt)pointer1));
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5116:13: warning: unused variable 'mask' [-Wunused-variable]
    usqLong mask;
            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5064:11: warning: unused variable 'address1' [-Wunused-variable]
    sqInt address1;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5118:11: warning: unused variable 'myThreadIndex' [-Wunused-variable]
    sqInt myThreadIndex;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5144:11: warning: unused variable 'retOop' [-Wunused-variable]
    sqInt retOop;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5094:11: warning: unused variable 'cPointer' [-Wunused-variable]
    sqInt cPointer;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5067:11: warning: unused variable 'addressPtr' [-Wunused-variable]
    sqInt addressPtr;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5145:11: warning: unused variable 'retOop1' [-Wunused-variable]
    sqInt retOop1;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5172:11: warning: unused variable 'typeSpec1' [-Wunused-variable]
    sqInt typeSpec1;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5090:19: warning: unused variable 'calloutState' [-Wunused-variable]
    CalloutState *calloutState;
                  ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5171:11: warning: unused variable 'typeSpec' [-Wunused-variable]
    sqInt typeSpec;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5140:11: warning: unused variable 'retClass' [-Wunused-variable]
    sqInt retClass;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5169:18: warning: unused variable 'theCalloutState' [-Wunused-variable]
    CalloutState theCalloutState;
                 ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5092:11: warning: unused variable 'classOop' [-Wunused-variable]
    sqInt classOop;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5063:11: warning: unused variable 'address' [-Wunused-variable]
    sqInt address;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5141:11: warning: unused variable 'retClass1' [-Wunused-variable]
    sqInt retClass1;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5138:11: warning: unused variable 'result1' [-Wunused-variable]
    sqInt result1;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5167:11: warning: unused variable 'strPtr' [-Wunused-variable]
    char *strPtr;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5072:11: warning: unused variable 'argClass' [-Wunused-variable]
    sqInt argClass;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5137:11: warning: unused variable 'result' [-Wunused-variable]
    sqInt result;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5101:11: warning: unused variable 'ffiRetType' [-Wunused-variable]
    sqInt ffiRetType;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5165:11: warning: unused variable 'strOop' [-Wunused-variable]
    sqInt strOop;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5074:11: warning: unused variable 'argSpec' [-Wunused-variable]
    sqInt argSpec;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5135:11: warning: unused variable 'requiredStackSize' [-Wunused-variable]
    sqInt requiredStackSize;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5113:23: warning: unused variable 'intRet' [-Wunused-variable]
    SixteenByteReturn intRet;
                      ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5096:11: warning: unused variable 'cString' [-Wunused-variable]
    char *cString;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5163:11: warning: unused variable 'strLen' [-Wunused-variable]
    sqInt strLen;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5069:11: warning: unused variable 'allocation' [-Wunused-variable]
    char *allocation;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5161:11: warning: unused variable 'stackSize' [-Wunused-variable]
    sqInt stackSize;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5098:11: warning: unused variable 'err' [-Wunused-variable]
    sqInt err;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5078:11: warning: unused variable 'argTypeArray' [-Wunused-variable]
    sqInt argTypeArray;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5107:11: warning: unused variable 'functionName' [-Wunused-variable]
    sqInt functionName;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5132:12: warning: unused variable 'ptr1' [-Wunused-variable]
    sqInt *ptr1;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5080:11: warning: unused variable 'argTypes' [-Wunused-variable]
    sqInt argTypes;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5109:11: warning: unused variable 'i' [-Wunused-variable]
    sqInt i;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5159:11: warning: unused variable 'specLiteral2' [-Wunused-variable]
    sqInt specLiteral2;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5131:17: warning: unused variable 'ptr' [-Wunused-variable]
    sqIntptr_t *ptr;
                ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5127:11: warning: unused variable 'pointer' [-Wunused-variable]
    void *pointer;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5076:11: warning: unused variable 'argType' [-Wunused-variable]
    sqInt argType;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5157:11: warning: unused variable 'specLiteral' [-Wunused-variable]
    sqInt specLiteral;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5103:11: warning: unused variable 'flags' [-Wunused-variable]
    sqInt flags;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5129:11: warning: unused variable 'primNumArgs' [-Wunused-variable]
    sqInt primNumArgs;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5105:12: warning: unused variable 'floatRet' [-Wunused-variable]
    double floatRet;
           ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5155:11: warning: unused variable 'shift' [-Wunused-variable]
    sqInt shift;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5085:11: warning: unused variable 'atomicType1' [-Wunused-variable]
    sqInt atomicType1;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5151:13: warning: unused variable 'retVal' [-Wunused-variable]
    usqLong retVal;
            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5152:13: warning: unused variable 'retVal1' [-Wunused-variable]
    usqLong retVal1;
            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5088:11: warning: unused variable 'byteSize' [-Wunused-variable]
    sqInt byteSize;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5124:11: warning: unused variable 'oop2' [-Wunused-variable]
    sqInt oop2;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5082:11: warning: unused variable 'argTypes2' [-Wunused-variable]
    sqInt argTypes2;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5149:11: warning: unused variable 'retType' [-Wunused-variable]
    sqInt retType;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5110:11: warning: unused variable 'i1' [-Wunused-variable]
    sqInt i1;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5084:11: warning: unused variable 'atomicType' [-Wunused-variable]
    sqInt atomicType;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5122:11: warning: unused variable 'oop1' [-Wunused-variable]
    sqInt oop1;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5121:11: warning: unused variable 'oop' [-Wunused-variable]
    sqInt oop;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5175:13: warning: unused variable 'value' [-Wunused-variable]
    usqLong value;
            ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:5148:11: warning: unused variable 'retryCount' [-Wunused-variable]
    sqInt retryCount;
          ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:6550: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;
                                  ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:538:1: warning: unused function 'atomicTypeOf' [-Wunused-function]
atomicTypeOf(sqInt typeSpec)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:548:1: warning: unused function 'cleanupCalloutState' [-Wunused-function]
cleanupCalloutState(CalloutState *calloutState)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:557:1: warning: unused function 'externalFunctionHasStackSizeSlot' [-Wunused-function]
externalFunctionHasStackSizeSlot(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:614:1: warning: unused function 'ffiArgByValuein' [-Wunused-function]
ffiArgByValuein(sqInt oop, CalloutState *calloutState)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1614:1: warning: unused function 'ffiAtomicArgByReferenceClassin' [-Wunused-function]
ffiAtomicArgByReferenceClassin(sqInt oop, sqInt oopClass, CalloutState *calloutState)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1819:1: warning: unused function 'ffiAtomicStructByReferenceClassin' [-Wunused-function]
ffiAtomicStructByReferenceClassin(sqInt oop, sqInt oopClass, CalloutState *calloutState)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1889:1: warning: unused function 'ffiCalloutToSpecOnStackin' [-Wunused-function]
ffiCalloutToSpecOnStackin(void *procAddr, sqInt specOnStack, CalloutState *calloutState)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:2137:1: warning: unused function 'ffiCallArgArrayOrNilNumArgs' [-Wunused-function]
ffiCallArgArrayOrNilNumArgs(sqInt externalFunction, sqInt argArrayOrNil, sqInt nArgs)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:2611:1: warning: unused function 'ffiContentsOfHandleerrCode' [-Wunused-function]
ffiContentsOfHandleerrCode(sqInt oop, sqInt errCode)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:2625:1: warning: unused function 'ffiCreateIntegralResultOopofAtomicTypein' [-Wunused-function]
ffiCreateIntegralResultOopofAtomicTypein(usqLong retVal, sqInt atomicType, CalloutState *calloutState)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:2712:1: warning: unused function 'ffiFloatValueOf' [-Wunused-function]
ffiFloatValueOf(sqInt oop)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:2820:1: warning: unused function 'ffiLoadCalloutAddress' [-Wunused-function]
ffiLoadCalloutAddress(sqInt lit)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:2927:1: warning: unused function 'ffiLogCallout' [-Wunused-function]
ffiLogCallout(sqInt lit)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3041:1: warning: unused function 'ffiPushPointerin' [-Wunused-function]
ffiPushPointerin(void *pointer, CalloutState *calloutState)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3153:1: warning: unused function 'ffiPushSignedLongLongin' [-Wunused-function]
ffiPushSignedLongLongin(sqLong value, CalloutState *calloutState)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3189:1: warning: unused function 'ffiPushStringOfLengthin' [-Wunused-function]
ffiPushStringOfLengthin(char *pointer, sqInt length, CalloutState *calloutState)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3224:1: warning: unused function 'ffiPushStructureContentsOfin' [-Wunused-function]
ffiPushStructureContentsOfin(sqInt oop, CalloutState *calloutState)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3534:1: warning: unused function 'ffiPushStructureofSizetypeSpecofLengthin' [-Wunused-function]
ffiPushStructureofSizetypeSpecofLengthin(void *pointer, sqInt structSize, sqInt *argSpec, sqInt argSpecSize, CalloutState *calloutState)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3752:1: warning: unused function 'ffiPushUnsignedLongLongin' [-Wunused-function]
ffiPushUnsignedLongLongin(usqLong value, CalloutState *calloutState)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3793:1: warning: unused function 'ffiPushVoidin' [-Wunused-function]
ffiPushVoidin(sqInt ignored, CalloutState *calloutState)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3803:1: warning: unused function 'ffiReturnCStringFrom' [-Wunused-function]
ffiReturnCStringFrom(sqInt cPointer)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3834:1: warning: unused function 'ffiReturnPointerofTypein' [-Wunused-function]
ffiReturnPointerofTypein(usqLong retVal, sqInt retType, CalloutState *calloutState)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3939:1: warning: unused function 'ffiReturnStructofTypein' [-Wunused-function]
ffiReturnStructofTypein(SixteenByteReturn sixteenByteRet, sqInt ffiRetType, CalloutState *calloutState)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3969:1: warning: unused function 'ffiReturnType' [-Wunused-function]
ffiReturnType(sqInt specOnStack)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3987:1: warning: unused function 'ffiSupportsCallingConvention' [-Wunused-function]
ffiSupportsCallingConvention(sqInt aCallingConvention)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4000:1: warning: unused function 'ffiValidateExternalDataAtomicType' [-Wunused-function]
ffiValidateExternalDataAtomicType(sqInt oop, sqInt atomicType)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4051:1: warning: unused function 'incrementFloatRegisterIndex' [-Wunused-function]
incrementFloatRegisterIndex(CalloutState * self_in_incrementFloatRegisterIndex)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4058:1: warning: unused function 'incrementIntegerRegisterIndex' [-Wunused-function]
incrementIntegerRegisterIndex(CalloutState * self_in_incrementIntegerRegisterIndex)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4081:1: warning: unused function 'isAlien' [-Wunused-function]
isAlien(sqInt anOop)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4088:1: warning: unused function 'isAtomicType' [-Wunused-function]
isAtomicType(sqInt typeSpec)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4095:1: warning: unused function 'isDirectAlien' [-Wunused-function]
isDirectAlien(sqInt oop)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4103:1: warning: unused function 'msg' [-Wunused-function]
msg(char *s)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:4116:1: warning: unused function 'nonRegisterStructReturnIsViaImplicitFirstArgument' [-Wunused-function]
nonRegisterStructReturnIsViaImplicitFirstArgument(void)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:6525:1: warning: unused function 'returnStructInRegisters' [-Wunused-function]
returnStructInRegisters(sqInt returnStructSize)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:6657:1: warning: unused function 'sizeField' [-Wunused-function]
sizeField(sqInt oop)
^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:6670:1: warning: unused function 'startOfData' [-Wunused-function]
startOfData(sqInt oop)
^
215 warnings generated.
[ 96%] Building C object CMakeFiles/SqueakFFIPrims.dir/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c:2:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:183:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c:2:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:184:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c:2:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:185:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c:2:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:186:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c:2:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
5 warnings generated.
[ 97%] Building C object CMakeFiles/SqueakFFIPrims.dir/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c.o
[ 98%] Building C object CMakeFiles/SqueakFFIPrims.dir/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c:9:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:183:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c:9:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:184:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c:9:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:185:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c:9:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:186:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c:9:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c:30:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma export on
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c:59:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma export off
        ^
7 warnings generated.
[ 98%] Linking C shared library build/vm/Pharo.app/Contents/MacOS/Plugins/libSqueakFFIPrims.dylib
[ 98%] Built target SqueakFFIPrims
-- Looking for include file unistd.h - found
-- Looking for include file ndir.h
Scanning dependencies of target Pharo
[ 98%] Building C object CMakeFiles/Pharo.dir/src/unixMain.c.o
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/unixMain.c:1:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharoClient.h:6:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/parameters.h:10:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/parameterVector.h:10:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/errorCode.h:6:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:12:
In file included from /builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:530:
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/imageAccess.h:7:9: warning: 'squeakFileOffsetType' macro redefined [-Wmacro-redefined]
#define squeakFileOffsetType size_t
        ^
/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/osx/sqPlatformSpecific.h:67:9: note: previous definition is here
#define squeakFileOffsetType off_t
        ^
1 warning generated.
[100%] Linking C executable build/vm/Pharo.app/Contents/MacOS/Pharo
Copying OS X content build/vm/Pharo.app/Contents/Resources/Pharo.icns
Copying OS X content build/vm/Pharo.app/Contents/Resources/PharoChanges.icns
Copying OS X content build/vm/Pharo.app/Contents/Resources/PharoImage.icns
Copying OS X content build/vm/Pharo.app/Contents/Resources/PharoSources.icns
[100%] Built target Pharo
Install the project...
-- Install configuration: ""
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/Pharo.app/Contents/MacOS/Plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/Pharo.app/Contents/MacOS/Plugins/pkgconfig
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/Pharo.app/Contents/MacOS/Plugins/libffi.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/Pharo.app/Contents/MacOS/Plugins/libffi.7.dylib
-- Up-to-date: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/./
-- Up-to-date: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app
-- Up-to-date: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents
-- Up-to-date: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS
-- Up-to-date: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSqueakFFIPrims.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfreetype.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.0.25.1.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcairo.2.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSDL2-2.0.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssl.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcairo.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.1.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfreetype.6.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcrypto.1.0.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSDL2.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.25.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssl.1.0.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libIA32ABI.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSecurityPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng12.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.dylib
-- Looking for include file ndir.h - not found
-- Looking for include file sys/ndir.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng12.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/MacOS/Pharo
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/Resources
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/Resources/PharoSources.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/Resources/Pharo.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/Resources/PharoImage.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/Resources/PharoChanges.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.app/Contents/Info.plist
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqGnu.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqConfig.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqPlatformSpecific.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/config.h
-- Up-to-date: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/parameterVector.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/pharoClient.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/errorCode.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/debug.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/pathUtilities.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/interpreter.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/parameters.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/macros.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqNamedPrims.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/stringUtilities.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/threadSafeQueue
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/imageAccess.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/semaphores
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/semaphores/pSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/fileDialog.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/pharo.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/pThreadedFFI
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/pThreadedFFI/callbacks.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/pThreadedFFI/pThreadedFFIUtils.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/pThreadedFFI/worker.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/pThreadedFFI/workerTask.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/pThreadedFFI/pThreadedFFI.h
-- Up-to-date: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/dispdbg.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqAtomicOps.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqAssert.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqVirtualMachine.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqaio.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqCogStackAlignment.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sq.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqMemoryFence.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqMemoryAccess.h
-- Up-to-date: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/cogmethod.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/cointerp.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/vmCallback.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/interp.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/cogit.h
[Pipeline] sh
+ make package
[  2%] Built target SDL2-2.0.7
[  3%] Built target libgit2-0.25.1
[  4%] Built target freetype-2.9.1
[  5%] Built target libgit2-mac-1.0.0
[  7%] Built target cairo-1.15.4
[  8%] Built target pixman-0.34.0
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/dir.h
[ 12%] Built target build_libFFI
[ 13%] Changing RPath of Libffi
[ 13%] Built target libFFI
[ 38%] Built target PharoVMCore
[ 39%] Built target B2DPlugin
[ 40%] Built target MiscPrimitivePlugin
[ 41%] Built target JPEGReaderPlugin
[ 42%] Built target BitBltPlugin
[ 43%] Built target libssh2-1.7.0
[ 44%] Built target LargeIntegers
[ 45%] Built target DSAPrims
[ 46%] Built target SocketPlugin
[ 51%] Built target FilePlugin
[ 53%] Built target LocalePlugin
[ 54%] Built target SurfacePlugin
[ 55%] Built target SecurityPlugin
[ 56%] Built target openssl-1.0.2q
[ 86%] Built target JPEGReadWriter2Plugin
[ 87%] Built target libpng-1.2.49
[ 89%] Built target IA32ABI
[ 91%] Built target FileAttributesPlugin
[ 93%] Built target SqueakSSL
[ 94%] Built target UUIDPlugin
[ 95%] Built target UnixOSProcessPlugin
[ 98%] Built target SqueakFFIPrims
[100%] Built target Pharo
Run CPack packaging tool...
CPack: Create package using ZIP
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
-- Looking for include file sys/dir.h - not found
-- Looking for include file sys/filio.h
CPack: - Install project: PharoVM
CPack: -   Install component: bin
CPack: -   Install component: include
CPack: Create package
-- 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
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/packages/PharoVM-8.5.0-3cf4aab2-mac64-bin.zip generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/packages/PharoVM-8.5.0-3cf4aab2-mac64-bin.zip.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/packages/PharoVM-8.5.0-3cf4aab2-mac64-include.zip generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/packages/PharoVM-8.5.0-3cf4aab2-mac64-include.zip.sha1 generated.
[Pipeline] }
[Pipeline] // dir
[Pipeline] stash
-- Looking for include file execinfo.h - not found
-- Looking for include file dlfcn.h
Stashed 4 file(s)
[Pipeline] archiveArtifacts
Archiving artifacts
-- 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
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
-- Looking for dlopen in dyld - not found
-- Performing Test HAVE_TM_GMTOFF
-- 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
-- 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
-- Adding plugin: SecurityPlugin
-- 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 win: pixman-0.34.0
Adding third-party libraries for win: cairo-1.15.4
Adding third-party libraries for win: freetype-2.9.1
Adding third-party libraries for win: libgit2-0.25.1-fixLibGit
Adding third-party libraries for win: libgit2-win-1.0.0
Adding third-party libraries for win: libpng-1.6.34
Adding third-party libraries for win: libssh2-1.9.0
Adding third-party libraries for win: openssl-1.0.2q-fixLigGit
Adding third-party libraries for win: gcc-runtime-3.4
Adding third-party libraries for win: zlib-1.2.11-fixLibGit
Adding third-party libraries for win: SDL2-2.0.5
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_v8.6.0-alpha"`
    set -ex
    cd build && make install
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ cd build
+ make install
Scanning dependencies of target openssl-1.0.2q-fixLigGit
[  0%] Generating build/third-party/openssl-1.0.2q-fixLigGit.zip
--2020-09-25 05:32:00--  https://files.pharo.org/vm/pharo-spur64/win/third-party//openssl-1.0.2q-fixLigGit.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1232753 (1.2M) [application/zip]
Saving to: ‘openssl-1.0.2q-fixLigGit.zip’

     0K .......... .......... .......... .......... ..........  4% 1.98M 1s
    50K .......... .......... .......... .......... ..........  8% 2.45M 0s
   100K .......... .......... .......... .......... .......... 12% 4.55M 0s
   150K .......... .......... .......... .......... .......... 16% 12.9M 0s
   200K .......... .......... .......... .......... .......... 20% 5.14M 0s
   250K .......... .......... .......... .......... .......... 24% 2.18M 0s
   300K .......... .......... .......... .......... .......... 29% 9.65M 0s
   350K .......... .......... .......... .......... .......... 33% 12.1M 0s
   400K .......... .......... .......... .......... .......... 37% 10.4M 0s
   450K .......... .......... .......... .......... .......... 41% 10.4M 0s
   500K .......... .......... .......... .......... .......... 45% 13.0M 0s
   550K .......... .......... .......... .......... .......... 49% 27.7M 0s
   600K .......... .......... .......... .......... .......... 53% 7.55M 0s
   650K .......... .......... .......... .......... .......... 58% 10.9M 0s
   700K .......... .......... .......... .......... .......... 62% 13.5M 0s
   750K .......... .......... .......... .......... .......... 66% 2.87M 0s
   800K .......... .......... .......... .......... .......... 70% 25.9M 0s
   850K .......... .......... .......... .......... .......... 74% 15.7M 0s
   900K .......... .......... .......... .......... .......... 78% 13.7M 0s
   950K .......... .......... .......... .......... .......... 83% 11.6M 0s
  1000K .......... .......... .......... .......... .......... 87% 16.4M 0s
  1050K .......... .......... .......... .......... .......... 91% 4.40M 0s
  1100K .......... .......... .......... .......... .......... 95% 12.2M 0s
  1150K .......... .......... .......... .......... .......... 99% 11.4M 0s
  1200K ...                                                   100% 10.6M=0.2s

2020-09-25 05:32:00 (6.46 MB/s) - ‘openssl-1.0.2q-fixLigGit.zip’ saved [1232753/1232753]

[  1%] Generating build/third-party/openssl-1.0.2q-fixLigGit.done
Archive:  openssl-1.0.2q-fixLigGit.zip
  inflating: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libeay32.dll  
  inflating: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/ssleay32.dll  
[  1%] Built target openssl-1.0.2q-fixLigGit
Scanning dependencies of target libgit2-win-1.0.0
[  1%] Generating build/third-party/libgit2-win-1.0.0.zip
--2020-09-25 05:32:04--  https://files.pharo.org/vm/pharo-spur64/win/third-party//libgit2-win-1.0.0.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1644760 (1.6M) [application/zip]
Saving to: ‘libgit2-win-1.0.0.zip’

     0K .......... .......... .......... .......... ..........  3% 1.55M 1s
    50K .......... .......... .......... .......... ..........  6% 2.29M 1s
   100K .......... .......... .......... .......... ..........  9% 11.5M 1s
   150K .......... .......... .......... .......... .......... 12% 5.96M 0s
   200K .......... .......... .......... .......... .......... 15% 7.54M 0s
   250K .......... .......... .......... .......... .......... 18% 7.21M 0s
   300K .......... .......... .......... .......... .......... 21% 15.8M 0s
   350K .......... .......... .......... .......... .......... 24% 10.5M 0s
   400K .......... .......... .......... .......... .......... 28% 2.77M 0s
   450K .......... .......... .......... .......... .......... 31% 17.5M 0s
   500K .......... .......... .......... .......... .......... 34% 11.1M 0s
   550K .......... .......... .......... .......... .......... 37% 22.5M 0s
   600K .......... .......... .......... .......... .......... 40% 21.5M 0s
   650K .......... .......... .......... .......... .......... 43% 11.4M 0s
   700K .......... .......... .......... .......... .......... 46% 11.6M 0s
   750K .......... .......... .......... .......... .......... 49% 4.17M 0s
   800K .......... .......... .......... .......... .......... 52% 4.21M 0s
   850K .......... .......... .......... .......... .......... 56% 3.84M 0s
   900K .......... .......... .......... .......... .......... 59% 29.7M 0s
   950K .......... .......... .......... .......... .......... 62% 10.1M 0s
  1000K .......... .......... .......... .......... .......... 65% 9.70M 0s
  1050K .......... .......... .......... .......... .......... 68% 11.4M 0s
  1100K .......... .......... .......... .......... .......... 71% 14.6M 0s
  1150K .......... .......... .......... .......... .......... 74% 12.8M 0s
  1200K .......... .......... .......... .......... .......... 77% 24.3M 0s
  1250K .......... .......... .......... .......... .......... 80% 18.0M 0s
  1300K .......... .......... .......... .......... .......... 84% 13.5M 0s
  1350K .......... .......... .......... .......... .......... 87% 14.1M 0s
  1400K .......... .......... .......... .......... .......... 90% 6.31M 0s
  1450K .......... .......... .......... .......... .......... 93% 16.1M 0s
  1500K .......... .......... .......... .......... .......... 96% 11.5M 0s
  1550K .......... .......... .......... .......... .......... 99% 1.49M 0s
  1600K ......                                                100% 8.89M=0.2s

2020-09-25 05:32:05 (6.45 MB/s) - ‘libgit2-win-1.0.0.zip’ saved [1644760/1644760]

[  2%] Generating build/third-party/libgit2-win-1.0.0.done
Archive:  libgit2-win-1.0.0.zip
  inflating: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libgit2-1-0-0.dll  
  inflating: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libpcre-1.dll  
[  2%] Built target libgit2-win-1.0.0
Scanning dependencies of target libgit2-0.25.1-fixLibGit
[  3%] Generating build/third-party/libgit2-0.25.1-fixLibGit.zip
--2020-09-25 05:32:07--  https://files.pharo.org/vm/pharo-spur64/win/third-party//libgit2-0.25.1-fixLibGit.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 546516 (534K) [application/zip]
Saving to: ‘libgit2-0.25.1-fixLibGit.zip’

     0K .......... .......... .......... .......... ..........  9% 1.39M 0s
    50K .......... .......... .......... .......... .......... 18% 3.17M 0s
   100K .......... .......... .......... .......... .......... 28% 8.64M 0s
   150K .......... .......... .......... .......... .......... 37% 14.2M 0s
   200K .......... .......... .......... .......... .......... 46% 3.67M 0s
   250K .......... .......... .......... .......... .......... 56% 8.13M 0s
   300K .......... .......... .......... .......... .......... 65% 27.2M 0s
   350K .......... .......... .......... .......... .......... 74% 11.7M 0s
   400K .......... .......... .......... .......... .......... 84% 8.09M 0s
   450K .......... .......... .......... .......... .......... 93% 8.23M 0s
   500K .......... .......... .......... ...                  100% 17.4M=0.1s

2020-09-25 05:32:07 (5.28 MB/s) - ‘libgit2-0.25.1-fixLibGit.zip’ saved [546516/546516]

[  3%] Generating build/third-party/libgit2-0.25.1-fixLibGit.done
Archive:  libgit2-0.25.1-fixLibGit.zip
  inflating: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libgit2.dll  
[  3%] Built target libgit2-0.25.1-fixLibGit
Scanning dependencies of target libpng-1.6.34
[  3%] Generating build/third-party/libpng-1.6.34.zip
--2020-09-25 05:32:10--  https://files.pharo.org/vm/pharo-spur64/win/third-party//libpng-1.6.34.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 113609 (111K) [application/zip]
Saving to: ‘libpng-1.6.34.zip’

     0K .......... .......... .......... .......... .......... 45% 1.41M 0s
    50K .......... .......... .......... .......... .......... 90% 3.12M 0s
   100K ..........                                            100% 72.3M=0.05s

2020-09-25 05:32:11 (2.15 MB/s) - ‘libpng-1.6.34.zip’ saved [113609/113609]

[  4%] Generating build/third-party/libpng-1.6.34.done
Archive:  libpng-1.6.34.zip
  inflating: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libpng16-16.dll  
[  4%] Built target libpng-1.6.34
Scanning dependencies of target freetype-2.9.1
[  4%] Generating build/third-party/freetype-2.9.1.zip
--2020-09-25 05:32:13--  https://files.pharo.org/vm/pharo-spur64/win/third-party//freetype-2.9.1.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 505117 (493K) [application/zip]
Saving to: ‘freetype-2.9.1.zip’

     0K .......... .......... .......... .......... .......... 10% 1.46M 0s
    50K .......... .......... .......... .......... .......... 20% 2.68M 0s
   100K .......... .......... .......... .......... .......... 30% 1.97M 0s
   150K .......... .......... .......... .......... .......... 40% 2.53M 0s
   200K .......... .......... .......... .......... .......... 50% 12.8M 0s
   250K .......... .......... .......... .......... .......... 60% 14.7M 0s
   300K .......... .......... .......... .......... .......... 70% 13.7M 0s
   350K .......... .......... .......... .......... .......... 81% 2.94M 0s
   400K .......... .......... .......... .......... .......... 91% 31.6M 0s
   450K .......... .......... .......... .......... ...       100% 11.8M=0.1s

2020-09-25 05:32:13 (3.76 MB/s) - ‘freetype-2.9.1.zip’ saved [505117/505117]

[  5%] Generating build/third-party/freetype-2.9.1.done
Archive:  freetype-2.9.1.zip
  inflating: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libfreetype-6.dll  
[  5%] Built target freetype-2.9.1
Scanning dependencies of target gcc-runtime-3.4
[  5%] Generating build/third-party/gcc-runtime-3.4.zip
--2020-09-25 05:32:16--  https://files.pharo.org/vm/pharo-spur64/win/third-party//gcc-runtime-3.4.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 73912 (72K) [application/zip]
Saving to: ‘gcc-runtime-3.4.zip’

     0K .......... .......... .......... .......... .......... 69% 1.01M 0s
    50K .......... .......... ..                              100% 5.47M=0.05s

2020-09-25 05:32:16 (1.35 MB/s) - ‘gcc-runtime-3.4.zip’ saved [73912/73912]

[  6%] Generating build/third-party/gcc-runtime-3.4.done
Archive:  gcc-runtime-3.4.zip
  inflating: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/iconv.dll  
  inflating: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libgcc_s_seh-1.dll  
  inflating: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libwinpthread-1.dll  
[  6%] Built target gcc-runtime-3.4
Scanning dependencies of target cairo-1.15.4
[  6%] Generating build/third-party/cairo-1.15.4.zip
--2020-09-25 05:32:19--  https://files.pharo.org/vm/pharo-spur64/win/third-party//cairo-1.15.4.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 660960 (645K) [application/zip]
Saving to: ‘cairo-1.15.4.zip’

     0K .......... .......... .......... .......... ..........  7% 1.39M 0s
    50K .......... .......... .......... .......... .......... 15% 1.96M 0s
   100K .......... .......... .......... .......... .......... 23% 5.50M 0s
   150K .......... .......... .......... .......... .......... 30% 11.3M 0s
   200K .......... .......... .......... .......... .......... 38% 7.59M 0s
   250K .......... .......... .......... .......... .......... 46% 8.97M 0s
   300K .......... .......... .......... .......... .......... 54% 10.1M 0s
   350K .......... .......... .......... .......... .......... 61% 2.09M 0s
   400K .......... .......... .......... .......... .......... 69% 11.6M 0s
   450K .......... .......... .......... .......... .......... 77% 13.3M 0s
   500K .......... .......... .......... .......... .......... 85% 10.3M 0s
   550K .......... .......... .......... .......... .......... 92% 11.3M 0s
   600K .......... .......... .......... .......... .....     100% 10.9M=0.1s

2020-09-25 05:32:19 (4.70 MB/s) - ‘cairo-1.15.4.zip’ saved [660960/660960]

[  7%] Generating build/third-party/cairo-1.15.4.done
Archive:  cairo-1.15.4.zip
  inflating: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libcairo-2.dll  
  inflating: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libfontconfig-1.dll  
  inflating: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libexpat-1.dll  
  inflating: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libbz2-1.dll  
[  7%] Built target cairo-1.15.4
Scanning dependencies of target pixman-0.34.0
[  7%] Generating build/third-party/pixman-0.34.0.zip
--2020-09-25 05:32:22--  https://files.pharo.org/vm/pharo-spur64/win/third-party//pixman-0.34.0.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 272706 (266K) [application/zip]
Saving to: ‘pixman-0.34.0.zip’

     0K .......... .......... .......... .......... .......... 18% 1.40M 0s
    50K .......... .......... .......... .......... .......... 37% 3.05M 0s
   100K .......... .......... .......... .......... .......... 56% 9.59M 0s
   150K .......... .......... .......... .......... .......... 75% 21.5M 0s
   200K .......... .......... .......... .......... .......... 93% 3.83M 0s
   250K .......... ......                                     100% 9.86M=0.07s

2020-09-25 05:32:22 (3.59 MB/s) - ‘pixman-0.34.0.zip’ saved [272706/272706]

[  8%] Generating build/third-party/pixman-0.34.0.done
Archive:  pixman-0.34.0.zip
  inflating: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libpixman-1-0.dll  
[  8%] Built target pixman-0.34.0
Scanning dependencies of target build_libFFI
[  8%] Creating directories for 'build_libFFI'
[  9%] Performing download step (git clone) for 'build_libFFI'
Cloning into 'src'...
Note: switching to 'v3.3'.

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 5dcb741 Move nested_struct3 test to closures directory
[  9%] No patch step for 'build_libFFI'
[ 10%] No update step for 'build_libFFI'
[ 11%] Performing configure step for 'build_libFFI'
autoreconf-2.69: Entering directory `.'
autoreconf-2.69: configure.ac: not using Gettext
autoreconf-2.69: running: aclocal -I m4
autoreconf-2.69: configure.ac: tracing
autoreconf-2.69: running: libtoolize --copy
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf-2.69: running: /usr/bin/autoconf-2.69
autoreconf-2.69: running: /usr/bin/autoheader-2.69
autoreconf-2.69: running: automake --add-missing --copy --no-force
configure.ac:31: installing './compile'
configure.ac:19: installing './install-sh'
configure.ac:19: installing './missing'
Makefile.am: installing './depcomp'
doc/Makefile.am:3: installing 'doc/mdate-sh'
doc/Makefile.am:3: installing 'doc/texinfo.tex'
autoreconf-2.69: Leaving directory `.'
checking build system type... x86_64-unknown-cygwin
checking host system type... x86_64-unknown-cygwin
checking target system type... x86_64-unknown-cygwin
continue configure in default builddir "./x86_64-unknown-cygwin"
....exec /bin/sh .././configure "--srcdir=.." "--enable-builddir=x86_64-unknown-cygwin" "cygwin"
checking build system type... x86_64-unknown-cygwin
checking host system type... x86_64-unknown-cygwin
checking target system type... x86_64-unknown-cygwin
checking for gsed... sed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... /usr/bin/x86_64-w64-mingw32-clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/x86_64-w64-mingw32-clang accepts -g... yes
checking for /usr/bin/x86_64-w64-mingw32-clang option to accept ISO C89... none needed
checking whether /usr/bin/x86_64-w64-mingw32-clang understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of /usr/bin/x86_64-w64-mingw32-clang... gcc3
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/x86_64-w64-mingw32-clang accepts -g... yes
checking dependency style of /usr/bin/x86_64-w64-mingw32-clang... gcc3
checking dependency style of /usr/bin/x86_64-w64-mingw32-clang... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by /usr/bin/x86_64-w64-mingw32-clang... /usr/bin/x86_64-w64-mingw32-ld
checking if the linker (/usr/bin/x86_64-w64-mingw32-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... no
checking for dumpbin... no
checking for link... link -dump
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 8192
checking how to convert x86_64-unknown-cygwin file names to x86_64-unknown-cygwin format... func_convert_file_noop
checking how to convert x86_64-unknown-cygwin file names to toolchain format... func_convert_file_noop
checking for /usr/bin/x86_64-w64-mingw32-ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for dlltool... x86_64-w64-mingw32-dlltool.exe
checking how to associate runtime and link libraries... func_cygming_dll_for_implib
checking for archiver @FILE support... @
checking for strip... no
checking for ranlib... no
checking command to parse nm output from /usr/bin/x86_64-w64-mingw32-clang object... failed
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... /usr/bin/x86_64-w64-mingw32-clang -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... no
checking for objdir... .libs
checking if /usr/bin/x86_64-w64-mingw32-clang supports -fno-rtti -fno-exceptions... yes
checking for /usr/bin/x86_64-w64-mingw32-clang option to produce PIC... -DDLL_EXPORT -DPIC
checking if /usr/bin/x86_64-w64-mingw32-clang PIC flag -DDLL_EXPORT -DPIC works... yes
checking if /usr/bin/x86_64-w64-mingw32-clang static flag -static works... yes
checking if /usr/bin/x86_64-w64-mingw32-clang supports -c -o file.o... yes
checking if /usr/bin/x86_64-w64-mingw32-clang supports -c -o file.o... (cached) yes
checking whether the /usr/bin/x86_64-w64-mingw32-clang linker (/usr/bin/x86_64-w64-mingw32-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... /usr/bin/x86_64-w64-mingw32-clang -E
checking for ld used by /usr/bin/x86_64-w64-mingw32-clang... /usr/bin/x86_64-w64-mingw32-ld
checking if the linker (/usr/bin/x86_64-w64-mingw32-ld) is GNU ld... yes
checking whether the /usr/bin/x86_64-w64-mingw32-clang linker (/usr/bin/x86_64-w64-mingw32-ld) supports shared libraries... yes
checking for /usr/bin/x86_64-w64-mingw32-clang option to produce PIC... -DDLL_EXPORT -DPIC
checking if /usr/bin/x86_64-w64-mingw32-clang PIC flag -DDLL_EXPORT -DPIC works... yes
checking if /usr/bin/x86_64-w64-mingw32-clang static flag -static works... yes
checking if /usr/bin/x86_64-w64-mingw32-clang supports -c -o file.o... yes
checking if /usr/bin/x86_64-w64-mingw32-clang supports -c -o file.o... (cached) yes
checking whether the /usr/bin/x86_64-w64-mingw32-clang linker (/usr/bin/x86_64-w64-mingw32-ld) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking size of size_t... 8
checking for C compiler vendor... clang

********************************************************
* WARNING: Don't know the best CFLAGS for this system  *
* Use ./configure CFLAGS=... to specify your own flags *
* (otherwise, a default of CFLAGS=-O3 will be used)    *
********************************************************

checking whether C compiler accepts -O3... yes
checking CFLAGS for maximum warnings... -Wall
checking whether to enable maintainer-specific portions of Makefiles... no
checking sys/mman.h usability... no
checking sys/mman.h presence... no
checking for sys/mman.h... no
checking for mmap... no
checking for mkostemp... no
checking for sys/mman.h... (cached) no
checking for mmap... (cached) no
checking for ANSI C header files... (cached) yes
checking for memcpy... yes
checking for size_t... yes
checking for working alloca.h... no
checking for alloca... yes
checking size of double... 8
checking size of long double... 16
checking whether byte ordering is bigendian... no
checking assembler .cfi pseudo-op support... no
checking assembler supports pc related relocs... yes
checking for _ prefix in compiled symbols... no
checking whether .eh_frame section should be read-only... no
checking for __attribute__((visibility("hidden")))... no
clang-8: error: unsupported option '-print-multi-os-directory'
clang-8: error: no input files
checking for ld used by /usr/bin/x86_64-w64-mingw32-clang... (cached) /usr/bin/x86_64-w64-mingw32-ld
checking if the linker (/usr/bin/x86_64-w64-mingw32-ld) is GNU ld... (cached) yes
checking for shared libgcc... yes
configure: versioning on shared library symbols is gnu
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating include/Makefile
config.status: creating include/ffi.h
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating man/Makefile
config.status: creating doc/Makefile
config.status: creating libffi.pc
config.status: creating fficonfig.h
config.status: executing buildir commands
config.status: create top_srcdir/Makefile guessed from local Makefile
config.status: build in x86_64-unknown-cygwin (HOST=)
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing include commands
config.status: executing src commands
[ 11%] Performing build step for 'build_libFFI'
MAKE x86_64-unknown-cygwin : 0 * all-all
Making all in include
Making all in testsuite
Making all in man
libtool: compile:  /usr/bin/x86_64-w64-mingw32-clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c ../src/prep_cif.c  -DDLL_EXPORT -DPIC -o src/.libs/prep_cif.o
libtool: compile:  /usr/bin/x86_64-w64-mingw32-clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c ../src/prep_cif.c -o src/prep_cif.o >/dev/null 2>&1
libtool: compile:  /usr/bin/x86_64-w64-mingw32-clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -Wall -fexceptions -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c ../src/types.c  -DDLL_EXPORT -DPIC -o src/.libs/types.o
libtool: compile:  /usr/bin/x86_64-w64-mingw32-clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -Wall -fexceptions -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c ../src/types.c -o src/types.o >/dev/null 2>&1
libtool: compile:  /usr/bin/x86_64-w64-mingw32-clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c ../src/raw_api.c  -DDLL_EXPORT -DPIC -o src/.libs/raw_api.o
libtool: compile:  /usr/bin/x86_64-w64-mingw32-clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c ../src/raw_api.c -o src/raw_api.o >/dev/null 2>&1
libtool: compile:  /usr/bin/x86_64-w64-mingw32-clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c ../src/java_raw_api.c  -DDLL_EXPORT -DPIC -o src/.libs/java_raw_api.o
../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));
                                             ^
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));
                                                       ^
../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);
  ^
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.
libtool: compile:  /usr/bin/x86_64-w64-mingw32-clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c ../src/java_raw_api.c -o src/java_raw_api.o >/dev/null 2>&1
libtool: compile:  /usr/bin/x86_64-w64-mingw32-clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -Wall -fexceptions -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c ../src/closures.c  -DDLL_EXPORT -DPIC -o src/.libs/closures.o
libtool: compile:  /usr/bin/x86_64-w64-mingw32-clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -Wall -fexceptions -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c ../src/closures.c -o src/closures.o >/dev/null 2>&1
Cannot contact pharo-ci-jenkins2-win10: java.lang.InterruptedException
libtool: compile:  /usr/bin/x86_64-w64-mingw32-clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -Wall -fexceptions -MT src/x86/ffiw64.lo -MD -MP -MF src/x86/.deps/ffiw64.Tpo -c ../src/x86/ffiw64.c  -DDLL_EXPORT -DPIC -o src/x86/.libs/ffiw64.o
libtool: compile:  /usr/bin/x86_64-w64-mingw32-clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -Wall -fexceptions -MT src/x86/ffiw64.lo -MD -MP -MF src/x86/.deps/ffiw64.Tpo -c ../src/x86/ffiw64.c -o src/x86/ffiw64.o >/dev/null 2>&1
libtool: compile:  /usr/bin/x86_64-w64-mingw32-clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. -I../include -Iinclude -I../src -MT src/x86/win64.lo -MD -MP -MF src/x86/.deps/win64.Tpo -c ../src/x86/win64.S  -DDLL_EXPORT -DPIC -o src/x86/.libs/win64.o
libtool: compile:  /usr/bin/x86_64-w64-mingw32-clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. -I../include -Iinclude -I../src -MT src/x86/win64.lo -MD -MP -MF src/x86/.deps/win64.Tpo -c ../src/x86/win64.S -o src/x86/win64.o >/dev/null 2>&1
libtool: link: x86_64-w64-mingw32-ar.exe cru .libs/libffi_convenience.a src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffiw64.o src/x86/.libs/win64.o 
libtool: link: : .libs/libffi_convenience.a
libtool: link: ( cd ".libs" && rm -f "libffi_convenience.la" && ln -s "../libffi_convenience.la" "libffi_convenience.la" )
libtool: link: /usr/bin/x86_64-w64-mingw32-clang -shared  src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffiw64.o src/x86/.libs/win64.o    -O3 -Wl,--version-script -Wl,libffi.map   -o .libs/cygffi-7.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libffi.dll.a
libtool: link: x86_64-w64-mingw32-ar.exe cru .libs/libffi.a  src/prep_cif.o src/types.o src/raw_api.o src/java_raw_api.o src/closures.o src/x86/ffiw64.o src/x86/win64.o
libtool: link: : .libs/libffi.a
libtool: link: ( cd ".libs" && rm -f "libffi.la" && ln -s "../libffi.la" "libffi.la" )
[ 12%] Performing install step for 'build_libFFI'
MAKE x86_64-unknown-cygwin : 0 * install
Making install in include
 /usr/bin/mkdir -p '/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/include'
 /usr/bin/install -c -m 644 ffi.h ffitarget.h '/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/include'
Making install in testsuite
Making install in man
 /usr/bin/mkdir -p '/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/share/man/man3'
 /usr/bin/install -c -m 644 '../../man/ffi.3' '/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/share/man/man3/x86_64-unknown-cygwin-ffi.3'
 /usr/bin/install -c -m 644 '../../man/ffi_call.3' '/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/share/man/man3/x86_64-unknown-cygwin-ffi_call.3'
 /usr/bin/install -c -m 644 '../../man/ffi_prep_cif.3' '/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/share/man/man3/x86_64-unknown-cygwin-ffi_prep_cif.3'
 /usr/bin/install -c -m 644 '../../man/ffi_prep_cif_var.3' '/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/share/man/man3/x86_64-unknown-cygwin-ffi_prep_cif_var.3'
 /usr/bin/mkdir -p '/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib'
 /bin/sh ./libtool   --mode=install /usr/bin/install -c   libffi.la '/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib'
libtool: install: /usr/bin/install -c .libs/libffi.dll.a /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/libffi.dll.a
libtool: install: base_file=`basename libffi.la`
libtool: install:  dlpath=`/bin/sh 2>&1 -c '. .libs/'libffi.la'i; echo cygffi-7.dll'`
libtool: install:  dldir=/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/`dirname ../bin/cygffi-7.dll`
libtool: install:  test -d /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/../bin || mkdir -p /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/../bin
libtool: install:  /usr/bin/install -c .libs/cygffi-7.dll /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/../bin/cygffi-7.dll
libtool: install:  chmod a+x /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/../bin/cygffi-7.dll
libtool: install:  if test -n '' && test -n ''; then eval ' /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/../bin/cygffi-7.dll' || exit 0; fi
libtool: install: /usr/bin/install -c .libs/libffi.lai /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/libffi.la
libtool: install: /usr/bin/install -c .libs/libffi.a /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/libffi.a
libtool: install: chmod 644 /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/libffi.a
libtool: install: : /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/libffi.a
 /usr/bin/mkdir -p '/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/pkgconfig'
 /usr/bin/install -c -m 644 libffi.pc '/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/libffi/install/lib/pkgconfig'
[ 12%] Completed 'build_libFFI'
[ 12%] Built target build_libFFI
Scanning dependencies of target libFFI
[ 12%] Built target libFFI
[ 12%] Downloading Pharo 90
--2020-09-25 05:39:42--  https://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|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3244 (3.2K)
Saving to: ‘STDOUT’

     0K ...                                                   100% 1.05M=0.003s

2020-09-25 05:39:43 (1.05 MB/s) - written to stdout [3244/3244]

Downloading the latest 90 Image:
    http://files.pharo.org/get-files/90/pharo64.zip
Pharo.image
--2020-09-25 05:39:48--  https://get.pharo.org/64/vm90
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|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5320 (5.2K)
Saving to: ‘STDOUT’

     0K .....                                                 100% 1.49M=0.003s

2020-09-25 05:39:48 (1.49 MB/s) - written to stdout [5320/5320]

Downloading the latest pharoVM:
	http://files.pharo.org/get-files/90/pharo64-win-stable.zip
pharo-vm/PharoConsole.exe
Creating starter scripts pharo and pharo-ui
[ 13%] Generating VMMaker image
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\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 -> BaselineOfUnicorn-CompatibleUserName.1600958092 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1600958092 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.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 -> BaselineOfLLVMDisassembler-CompatibleUserName.1600343133 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1600343133 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Project: Unicorn baseline
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1600958092 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1600343133 --- 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_v8.6.0-alpha\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1600958092 --- 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.1600343133 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc --- cache
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\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: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared)
SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed)
NewUndeclaredWarning: Pragmatizer>>newConvertToMessageSendStamp: (Utilities is Undeclared)
NewUndeclaredWarning: Pragmatizer>>newConvertToPragmaStamp: (Utilities is Undeclared)
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
NewUndeclaredWarning: TMethod>>removeFinalSelfReturnIn: (Scanner is Undeclared)
NewUndeclaredWarning: TMethod>>statementsFor:varName: (Compiler is Undeclared)
NewUndeclaredWarning: CCodeGenerator class>>removeCompilerMethods (ParseNode is Undeclared)
NewUndeclaredWarning: CCodeGenerator>>noteVariableUsageInString: (Scanner is Undeclared)
NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared)
NewUndeclaredWarning: SpurMemoryManager>>lookupAddress: (Scanner is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec 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: (FileDirectory is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp 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: VMClass class>>initialize (Utilities is Undeclared)
NewUndeclaredWarning: VMClass class>>openCogTestsMultiWindowBrowser (PackageInfo is Undeclared)
NewUndeclaredWarning: VMClass class>>openCogTestsMultiWindowBrowser (AbstractInstructionTests is Undeclared)
NewUndeclaredWarning: VMClass class>>openCogTestsMultiWindowBrowser (Browser is Undeclared)
NewUndeclaredWarning: VMClass class>>openCogitMultiWindowBrowser (Browser is Undeclared)
NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared)
NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared)
SystemNotification: Cogit>>mapPrimitive:withIndexToUniqueAddress:(primitiveIndex is shadowed)
NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared)
NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared)
NewUndeclaredWarning: Cogit>>simulateLeafCallOf: (ProcessorSimulationTrap is Undeclared)
SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)
NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph 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: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph 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>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph 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: 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: 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: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1600343133 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1600343133 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Project: Unicorn baseline
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1600958092 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1600343133 --- 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_v8.6.0-alpha\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1600958092 --- 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.1600343133 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc --- cache
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\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: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared)
SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed)
NewUndeclaredWarning: Pragmatizer>>newConvertToMessageSendStamp: (Utilities is Undeclared)
NewUndeclaredWarning: Pragmatizer>>newConvertToPragmaStamp: (Utilities is Undeclared)
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
NewUndeclaredWarning: TMethod>>removeFinalSelfReturnIn: (Scanner is Undeclared)
NewUndeclaredWarning: TMethod>>statementsFor:varName: (Compiler is Undeclared)
NewUndeclaredWarning: CCodeGenerator class>>removeCompilerMethods (ParseNode is Undeclared)
NewUndeclaredWarning: CCodeGenerator>>noteVariableUsageInString: (Scanner is Undeclared)
NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared)
NewUndeclaredWarning: SpurMemoryManager>>lookupAddress: (Scanner is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec 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: (FileDirectory is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp 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: VMClass class>>initialize (Utilities is Undeclared)
NewUndeclaredWarning: VMClass class>>openCogTestsMultiWindowBrowser (PackageInfo is Undeclared)
NewUndeclaredWarning: VMClass class>>openCogTestsMultiWindowBrowser (AbstractInstructionTests is Undeclared)
NewUndeclaredWarning: VMClass class>>openCogTestsMultiWindowBrowser (Browser is Undeclared)
NewUndeclaredWarning: VMClass class>>openCogitMultiWindowBrowser (Browser is Undeclared)
NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared)
NewUndeclaredWarning: Cogit class>>initializMetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\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_v8.6.0-alpha\repository\smalltalksrc --- cache
NewUndeclaredWarning: UnicornSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
NewUndeclaredWarning: VMCodeGenerationTest>>testEmptyStructTypeDef (MockEmptyVMStruct is Undeclared)
NewUndeclaredWarning: VMCodeGenerationTest>>testEmptyStructWithRedefinedStructNameTypeDef (MockEmptyVMStructWithRedefinedStructName is Undeclared)
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\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_v8.6.0-alpha\repository\smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\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)
SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed)
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_v8.6.0-alpha\repository\smalltalksrc --- cache
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_v8.6.0-alpha\repository\smalltalksrc --- cache
MetacelloNotification: ...finished baseline
[ 13%] Generating VM files for flavour: CoInterpreterWithQueueFFI
Generating #CoInterpreterWithQueueFFI in 'C:/builds/workspace/pharo-vm_v8.6.0-alpha/build'...
StackInterpreterPrimitives>>primitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction

conflicting return types sqInt, void in reverseDisplayFrom:to:

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in longPrintOop:

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:

conflicting return types sqInt, void in reverseDisplayFrom:to:

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in baseFrameReturn

conflicting return types sqInt, void in longPrintOop:

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:

conflicting return types sqInt, void in reverseDisplayFrom:to:

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in baseFrameReturn

conflicting return types sqInt, void in longPrintOop:

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:

conflicting return types sqInt, void in reverseDisplayFrom:to:

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in baseFrameReturn

conflicting return types sqInt, void in longPrintOop:

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:

conflicting return types sqInt, void in reverseDisplayFrom:to:

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in baseFrameReturn

conflicting return types sqInt, void in longPrintOop:

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:

conflicting return types sqInt, void in reverseDisplayFrom:to:

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in baseFrameReturn

conflicting return types sqInt, void in longPrintOop:

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:

conflicting return types sqInt, void in reverseDisplayFrom:to:

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in baseFrameReturn

conflicting return types sqInt, void in longPrintOop:

Local variable name 'receiver' in primitiveWorkerExtractReturnValue may mask method when inlining

Local variable name 'receiver' in primitiveWorkerCallout 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:
CogARMv8Compiler>>concretizeMoveCqR contains declaration for non-existent variable word

conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR

conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R

conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR

conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R

conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR

conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R

conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR

conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R

conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR

conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R

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

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:

pushNilSizeFunction localised to compileBlockBodies

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

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveGeneratorOrNil

numPushNilsFunction localised to scanBlock:

pushNilSizeFunction localised to compileBlockBodies

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

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveGeneratorOrNil

numPushNilsFunction localised to scanBlock:
25 September 2020 5:42:12.299646 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
25 September 2020 5:42:13.047646 am
PharoVMMaker
Scanning dependencies of target PharoVMCore
[ 14%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/functionDefinitionPrimitives.c.o
[ 14%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/primitiveCalls.c.o
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/primitiveUtils.c.o
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/pThreadedFFI.c.o
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/types.c.o
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/types.c:108:3: warning: variable 'address' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
                default:
                ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/types.c:112:19: note: uninitialized use occurs here
        setHandler(aOop, address);
                         ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/types.c:4:15: note: initialize the variable 'address' to silence this warning
        void* address;
                     ^
                      = NULL
1 warning generated.
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/typesPrimitives.c.o
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/utils.c.o
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/callbacks/callbackPrimitives.c.o
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/callbacks/callbacks.c.o
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/sameThread/sameThread.c.o
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/worker/worker.c.o
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/pThreadedFFI/worker/worker.c:82:24: warning: incompatible pointer to integer conversion assigning to 'pthread_t' (aka 'unsigned long long') from 'void *' [-Wint-conversion]
    worker->selfThread = NULL;
                       ^ ~~~~
1 warning generated.
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/worker/workerPrimitives.c.o
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/pThreadedFFI/worker/workerTask.c.o
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/debug.c.o
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/utils.c:501:16: warning: incompatible pointer types passing 'char [16]' to parameter of type 'const wchar_t *' (aka 'const unsigned short *') [-Wincompatible-pointer-types]
  wprintf(TEXT("%s (%ld) -- %s\n"), prefix, lastError, (unsigned short*)lpMsgBuf);
               ^~~~~~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/winnt.h:390:28: note: expanded from macro 'TEXT'
#define TEXT(quote) __TEXT(quote)
                           ^~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/winnt.h:387:23: note: expanded from macro '__TEXT'
#define __TEXT(quote) quote
                      ^~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdio.h:1250:52: note: passing argument to parameter '_Format' here
  int __cdecl wprintf(const wchar_t * __restrict__ _Format,...);
                                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/utils.c:511:21: warning: incompatible pointer types passing 'TCHAR *' (aka 'char *') to parameter of type 'const wchar_t *' (aka 'const unsigned short *') [-Wincompatible-pointer-types]
                vfwprintf(stderr, fmt, args);
                                  ^~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdio.h:1251:80: note: passing argument to parameter '_Format' here
  int __cdecl vfwprintf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,va_list _ArgList);
                                                                               ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/utils.c:617:13: warning: redeclaration of 'ioGetCurrentWorkingDirectorymaxLength' should not add 'dllexport' attribute [-Wdll-attribute-on-redeclaration]
EXPORT(int) ioGetCurrentWorkingDirectorymaxLength(char * aCString, size_t maxLength){
            ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:610:5: note: previous declaration is here
int ioGetCurrentWorkingDirectorymaxLength(char * aCString, size_t maxLength);
    ^
3 warnings generated.
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/src/errorCode.c.o
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/nullDisplay.c:208:1: warning: unused function 'dropInit' [-Wunused-function]
dropInit (void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/nullDisplay.c:215:1: warning: unused function 'dropShutdown' [-Wunused-function]
dropShutdown (void)
^
2 warnings generated.
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/client.c:235:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
1 warning generated.
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters.c.o
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/semaphores/platformSemaphore.c:99:1: warning: redeclaration of 'platform_semaphore_new' should not add 'dllexport' attribute [-Wdll-attribute-on-redeclaration]
platform_semaphore_new(int initialValue) {
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/semaphores/platformSemaphore.h:25:20: note: previous declaration is here
EXPORT(Semaphore) *platform_semaphore_new(int initialValue);
                   ^
1 warning generated.
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o
In file included from /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/heartbeat.c:19:
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:67:9: warning: 'VM_EXPORT' macro redefined [-Wmacro-redefined]
#define VM_EXPORT
        ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/win/sqPlatformSpecific.h:26:11: note: previous definition is here
#  define VM_EXPORT __declspec( dllexport )
          ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/heartbeat.c:438:19: warning: redeclaration of 'getVMGMTOffset' should not add 'dllexport' attribute [-Wdll-attribute-on-redeclaration]
EXPORT(long long) getVMGMTOffset(){
                  ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/include/pharovm/pharo.h:56:11: note: previous declaration is here
long long getVMGMTOffset();
          ^
2 warnings generated.
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/generated/vm/src/cogit.c.o
In file included from /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:19:
In file included from /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:12:
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:67:9: warning: 'VM_EXPORT' macro redefined [-Wmacro-redefined]
#define VM_EXPORT
        ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/win/sqPlatformSpecific.h:26:11: note: previous definition is here
#  define VM_EXPORT __declspec( dllexport )
          ^
In file included from /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogit.c:19:
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:2602:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:3060: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:3176:8: warning: expression result unused [-Wunused-value]
        error("what??");
              ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:4109: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:754:36: note: passing argument to parameter 'address' here
extern CogMethod * methodFor(void *address);
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:4219: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:4219:2: note: include the header <strings.h> or explicitly provide a declaration for 'bzero'
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:4379: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_v8.6.0-alpha/build/generated/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_v8.6.0-alpha/build/generated/vm/src/cogit.c:19:
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:4420: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:2478:72: note: passing argument to parameter 'callSiteReturnAddress' here
inlineCacheTagAt(AbstractInstruction * self_in_inlineCacheTagAt, sqInt callSiteReturnAddress)
                                                                       ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:4617: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:4815:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:4890:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:4906:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:4922:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:4938:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:4954:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:5168: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:5291:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:5340:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:5670: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:5690:8: warning: expression result unused [-Wunused-value]
        error("what??");
              ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:5884:10: warning: expression result unused [-Wunused-value]
                        error("too much code for stack check offset");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:6497: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:7319:8: warning: expression result unused [-Wunused-value]
        error("could not find selector in method when unlinking send site");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:7470:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:7472:8: warning: expression result unused [-Wunused-value]
        error("invalid opcode for inverse");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:7821:14: warning: expression result unused [-Wunused-value]
                                                        error("attempt to become two cogged methods");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:7824:14: warning: expression result unused [-Wunused-value]
                                                        error("attempt to become cogged method into different method");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:8083:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:8086:9: warning: expression result unused [-Wunused-value]
                error("youngReferrers list overflowed");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:8423: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:7404:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:8721: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:9090: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:9212:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:9267: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:7297:66: note: passing argument to parameter 'mcpc' here
indexForSelectorinat(sqInt selector, CogMethod *cogMethod, sqInt mcpc)
                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:9498:8: warning: expression result unused [-Wunused-value]
        error("couldn't locate end of clean block");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:9708: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:7404:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:9760: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:7404:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:9810: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:7404:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:9858: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:7404:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:9906: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:7404:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:10315:9: warning: expression result unused [-Wunused-value]
                error("no room on youngReferrers list");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:16633: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:904: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:16675: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:16884:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:17067:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:17087:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:17688: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:16643:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:17714: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:16643:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:22231:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:22317:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:22905:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:25062:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:25195:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:25329:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:25427:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:26570:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:26693:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:26755:9: warning: expression result unused [-Wunused-value]
                error("couldn't find unused register in genDivR:R:Quo:Rem:");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:27393:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:27720:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:27789:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:27927:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:27959:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:27968: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_v8.6.0-alpha/build/generated/vm/src/cogit.c:19:
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:28008:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:28249:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:28260:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:28281:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:28292:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:28430:9: warning: expression result unused [-Wunused-value]
                error("shouldBeImplemented");
                      ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:28439:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:28445:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:28451:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:28457:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:28463:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:28577: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:27460:82: note: passing argument to parameter 'anAddress' here
isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:28735: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:28393:47: note: passing argument to parameter 'primitiveRoutine' here
compileMachineCodeInterpreterPrimitive(void (*primitiveRoutine)(void))
                                              ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:28738: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:29371: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:27460:82: note: passing argument to parameter 'anAddress' here
isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:30132: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:31525: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:33250: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:16643:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:33254: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:16643:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:33254: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:16643:119: note: passing argument to parameter 'nonFwdJumpTargetOrZero' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:33328: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:16643:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:33332: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:16643:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:34356:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:34486:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:34355:3: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
                default:
                ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:34358:22: note: uninitialized use occurs here
                if (isIntegerValue(result)) {
                                   ^~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:34324:17: note: initialize the variable 'result' to silence this warning
    sqInt result;
                ^
                 = 0
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:34749:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:34748:2: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
        default:
        ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:34752:34: note: uninitialized use occurs here
        return ssPushAnnotatedConstant((result
                                        ^~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:34723:15: note: initialize the variable 'result' to silence this warning
    int result;
              ^
               = 0
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:35557: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:35777: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:2136:1: warning: unused function 'availableFloatRegisterOrNoneFor' [-Wunused-function]
availableFloatRegisterOrNoneFor(AbstractInstruction * self_in_availableFloatRegisterOrNoneFor, sqInt liveRegsMask)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:2170:1: warning: unused function 'cloneLiteralFrom' [-Wunused-function]
cloneLiteralFrom(AbstractInstruction * self_in_cloneLiteralFrom, AbstractInstruction *existingLiteral)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:2216:1: warning: unused function 'initializeSharableLiteral' [-Wunused-function]
initializeSharableLiteral(AbstractInstruction * self_in_initializeSharableLiteral, sqInt literal)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:2235:1: warning: unused function 'initializeUniqueLiteral' [-Wunused-function]
initializeUniqueLiteral(AbstractInstruction * self_in_initializeUniqueLiteral, sqInt literal)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:2258:1: warning: unused function 'isLiteral' [-Wunused-function]
isLiteral(AbstractInstruction * self_in_isLiteral)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:2314:1: warning: unused function 'rewriteConditionalJumpLongAttarget' [-Wunused-function]
rewriteConditionalJumpLongAttarget(AbstractInstruction * self_in_rewriteConditionalJumpLongAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:2328:1: warning: unused function 'wantsNearAddressFor' [-Wunused-function]
wantsNearAddressFor(AbstractInstruction * self_in_wantsNearAddressFor, sqInt anObject)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:2355:1: warning: unused function 'computeSizeOfArithCqR' [-Wunused-function]
computeSizeOfArithCqR(AbstractInstruction * self_in_computeSizeOfArithCqR)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:2370:1: warning: unused function 'computeSizeOfArithCwR' [-Wunused-function]
computeSizeOfArithCwR(AbstractInstruction * self_in_computeSizeOfArithCwR)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:2415:1: warning: unused function 'concretizeMoveCwR' [-Wunused-function]
concretizeMoveCwR(AbstractInstruction * self_in_concretizeMoveCwR)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:2535:1: warning: unused function 'loadLiteralByteSize' [-Wunused-function]
loadLiteralByteSize(AbstractInstruction * self_in_loadLiteralByteSize)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:2812:1: warning: unused function 'allMethodsHaveCorrectHeader' [-Wunused-function]
allMethodsHaveCorrectHeader(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:5719:1: warning: unused function 'expectedClosedPICPrototype' [-Wunused-function]
expectedClosedPICPrototype(CogMethod *cPIC)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:5997:1: warning: unused function 'firstMappedPCFor' [-Wunused-function]
firstMappedPCFor(CogMethod *cogMethod)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:8533:1: warning: unused function 'maybeFreeCogMethodDoesntLookKosher' [-Wunused-function]
maybeFreeCogMethodDoesntLookKosher(CogMethod *cogMethod)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:8846:1: warning: unused function 'noAssertMethodClassAssociationOf' [-Wunused-function]
noAssertMethodClassAssociationOf(sqInt methodPointer)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:8858:1: warning: unused function 'noCogMethodsMaximallyMarked' [-Wunused-function]
noCogMethodsMaximallyMarked(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:8990:1: warning: unused function 'picAbortDiscriminatorValue' [-Wunused-function]
picAbortDiscriminatorValue(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:9100:1: warning: unused function 'registerMaskFor' [-Wunused-function]
registerMaskFor(sqInt reg)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:9107:1: warning: unused function 'registerMaskForand' [-Wunused-function]
registerMaskForand(sqInt reg1, sqInt reg2)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:10273:1: warning: unused function 'counters' [-Wunused-function]
counters(CogMethod * self_in_counters)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:10518:1: warning: unused function 'kosherYoungReferrers' [-Wunused-function]
kosherYoungReferrers(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:11005:1: warning: unused function 'voidYoungReferrersPostTenureAll' [-Wunused-function]
voidYoungReferrersPostTenureAll(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:16315:1: warning: unused function 'checkValidDerivedObjectReference' [-Wunused-function]
checkValidDerivedObjectReference(sqInt bodyAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:16330:1: warning: unused function 'couldBeDerivedObject' [-Wunused-function]
couldBeDerivedObject(sqInt bodyAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:16473: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_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:21905:1: warning: unused function 'getActiveContextAllocatesInMachineCode' [-Wunused-function]
getActiveContextAllocatesInMachineCode(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:21916:1: warning: unused function 'inlineCacheTagIsYoung' [-Wunused-function]
inlineCacheTagIsYoung(sqInt cacheTag)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:22324:1: warning: unused function 'isMergeFixup' [-Wunused-function]
isMergeFixup(BytecodeFixup * self_in_isMergeFixup)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:22384:1: warning: unused function 'callFullTargetFromReturnAddress' [-Wunused-function]
callFullTargetFromReturnAddress(AbstractInstruction * self_in_callFullTargetFromReturnAddress, sqInt callSiteReturnAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:22391:1: warning: unused function 'callInstructionByteSize' [-Wunused-function]
callInstructionByteSize(AbstractInstruction * self_in_callInstructionByteSize)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:22413:1: warning: unused function 'cFloatResultToRd' [-Wunused-function]
cFloatResultToRd(AbstractInstruction * self_in_cFloatResultToRd, sqInt reg)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:22424:1: warning: unused function 'cFloatResultToRs' [-Wunused-function]
cFloatResultToRs(AbstractInstruction * self_in_cFloatResultToRs, sqInt reg)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:22435:1: warning: unused function 'cmpC32RTempByteSize' [-Wunused-function]
cmpC32RTempByteSize(AbstractInstruction * self_in_cmpC32RTempByteSize)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:22984:1: warning: unused function 'concretizeFill32' [-Wunused-function]
concretizeFill32(AbstractInstruction * self_in_concretizeFill32)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:26700:1: warning: unused function 'fullCallsAreRelative' [-Wunused-function]
fullCallsAreRelative(AbstractInstruction * self_in_fullCallsAreRelative)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:26836:1: warning: unused function 'generateLowLevelTryLock' [-Wunused-function]
generateLowLevelTryLock(AbstractInstruction * self_in_generateLowLevelTryLock, sqInt vmOwnerLockAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:26866:1: warning: unused function 'generateLowLevelUnlock' [-Wunused-function]
generateLowLevelUnlock(AbstractInstruction * self_in_generateLowLevelUnlock, sqInt vmOwnerLockAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:26956:1: warning: unused function 'genMemCopytoconstantSize' [-Wunused-function]
genMemCopytoconstantSize(AbstractInstruction * self_in_genMemCopytoconstantSize, sqInt originalSourceReg, sqInt originalDestReg, sqInt size)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:27015:1: warning: unused function 'genMemCopytosize' [-Wunused-function]
genMemCopytosize(AbstractInstruction * self_in_genMemCopytosize, sqInt originalSourceReg, sqInt originalDestReg, sqInt originalSize)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:27322:1: warning: unused function 'genSubstituteReturnAddress' [-Wunused-function]
genSubstituteReturnAddress(AbstractInstruction * self_in_genSubstituteReturnAddress, sqInt retpc)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:27333:1: warning: unused function 'genSwapRRScratch' [-Wunused-function]
genSwapRRScratch(AbstractInstruction * self_in_genSwapRRScratch, sqInt regA, sqInt regB, sqInt regTmp)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:27508:1: warning: unused function 'jumpLongByteSize' [-Wunused-function]
jumpLongByteSize(AbstractInstruction * self_in_jumpLongByteSize)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:27515:1: warning: unused function 'jumpLongConditionalByteSize' [-Wunused-function]
jumpLongConditionalByteSize(AbstractInstruction * self_in_jumpLongConditionalByteSize)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:27566:1: warning: unused function 'leafCallStackPointerDelta' [-Wunused-function]
leafCallStackPointerDelta(AbstractInstruction * self_in_leafCallStackPointerDelta)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:27578:1: warning: unused function 'literalBeforeInlineCacheTagAt' [-Wunused-function]
literalBeforeInlineCacheTagAt(AbstractInstruction * self_in_literalBeforeInlineCacheTagAt, sqInt callSiteReturnAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:27590:1: warning: unused function 'loadPICLiteralByteSize' [-Wunused-function]
loadPICLiteralByteSize(AbstractInstruction * self_in_loadPICLiteralByteSize)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:27597:1: warning: unused function 'machineCodeAt' [-Wunused-function]
machineCodeAt(AbstractInstruction * self_in_machineCodeAt, sqInt anOffset)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:27611:1: warning: unused function 'machineCodeBytes' [-Wunused-function]
machineCodeBytes(AbstractInstruction * self_in_machineCodeBytes)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:27654:1: warning: unused function 'numLowLevelLockOpcodes' [-Wunused-function]
numLowLevelLockOpcodes(AbstractInstruction * self_in_numLowLevelLockOpcodes)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:27691:1: warning: unused function 'relocateMethodReferenceBeforeAddressby' [-Wunused-function]
relocateMethodReferenceBeforeAddressby(AbstractInstruction * self_in_relocateMethodReferenceBeforeAddressby, sqInt pc, sqInt delta)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:28021:1: warning: unused function 'zoneCallsAreRelative' [-Wunused-function]
zoneCallsAreRelative(AbstractInstruction * self_in_zoneCallsAreRelative)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:30232:1: warning: unused function 'numSpecialSelectors' [-Wunused-function]
numSpecialSelectors(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:31158:1: warning: unused function 'v4LongForwardBranchDistance' [-Wunused-function]
v4LongForwardBranchDistance(BytecodeDescriptor *descriptor, sqInt pc, sqInt nExts, sqInt aMethodObj)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:35530:1: warning: unused function 'receiverIsInReceiverResultReg' [-Wunused-function]
receiverIsInReceiverResultReg(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:36233:1: warning: unused function 'tempsValidAndVolatileEntriesSpilled' [-Wunused-function]
tempsValidAndVolatileEntriesSpilled(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/cogitX64WIN64.c:36334:1: warning: unused function 'violatesEnsureSpilledSpillAssert' [-Wunused-function]
violatesEnsureSpilledSpillAssert(void)
^
150 warnings generated.
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/generated/vm/src/gcc3x-cointerp.c.o
In file included from /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:30:
In file included from /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/win/sqGnu.h:9:
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:67:9: warning: 'VM_EXPORT' macro redefined [-Wmacro-redefined]
#define VM_EXPORT
        ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/win/sqPlatformSpecific.h:26:11: note: previous definition is here
#  define VM_EXPORT __declspec( dllexport )
          ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:42:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(off)
        ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(on)
        ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2929:9: warning: expression result unused [-Wunused-value]
                error("bytecode jumpTable too small");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5141:36: warning: expression result unused [-Wunused-value]
                                                thePage1 = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5195:33: warning: expression result unused [-Wunused-value]
                                newPage = stackPageAtpages((assert((((((char *) frameToReturnTo)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) frameToReturnTo)) <= (((char *) GIV(pages)))))),
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5202:35: warning: expression result unused [-Wunused-value]
                                        thePage3 = stackPageAtpages((assert((((((char *) theFP2)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP2)) <= (((char *) GIV(pages)))))),
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5216:36: warning: expression result unused [-Wunused-value]
                                                        thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5227:37: warning: expression result unused [-Wunused-value]
                                                        thePage2 = stackPageAtpages((assert((((((char *) theFP1)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP1)) <= (((char *) GIV(pages)))))),
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5397:35: warning: expression result unused [-Wunused-value]
                                        thePage1 = stackPageAtpages((assert((((((char *) localFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) localFP)) <= (((char *) GIV(pages)))))),
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5415:35: warning: expression result unused [-Wunused-value]
                                                thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5438:14: warning: expression result unused [-Wunused-value]
                                                        error("did not find theFP in stack page");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5595:12: warning: expression result unused [-Wunused-value]
                                        error("Unknown bytecode");
                                              ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5794:11: warning: expression result unused [-Wunused-value]
                                error("illegal store");
                                      ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:5921:11: warning: expression result unused [-Wunused-value]
                                error("illegal store");
                                      ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6309:69: warning: expression result unused [-Wunused-value]
                                                localIP = pointerForOop(((GIV(newMethod) + ((LiteralStart + ((assert((((methodHeader2) & 7) == 1)),
                                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:217:41: note: expanded from macro 'pointerForOop'
#  define pointerForOop(oop)            ((char *)(oop))
                                                  ^~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6453:37: warning: expression result unused [-Wunused-value]
                                                                thePage = stackPageAtpages((assert((((((char *) spouseFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) spouseFP)) <= (((char *) GIV(pages)))))),
                                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6483:13: warning: expression result unused [-Wunused-value]
                                                error("bad index");
                                                      ^~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6627:36: warning: expression result unused [-Wunused-value]
                                                thePage1 = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:6928:13: warning: expression result unused [-Wunused-value]
                                                error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:7160:13: warning: expression result unused [-Wunused-value]
                                                error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:9134:14: warning: expression result unused [-Wunused-value]
                                                        error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:11719:14: warning: expression result unused [-Wunused-value]
                                                        error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12588:36: warning: expression result unused [-Wunused-value]
                                                        thePage = stackPageAtpages((assert((((((char *) spouseFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) spouseFP)) <= (((char *) GIV(pages)))))),
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12618:12: warning: expression result unused [-Wunused-value]
                                        error("bad index");
                                              ^~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12733:13: warning: expression result unused [-Wunused-value]
                                                error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13143:35: warning: expression result unused [-Wunused-value]
                                                thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13390:35: warning: expression result unused [-Wunused-value]
                                                thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13688:13: warning: expression result unused [-Wunused-value]
                                                error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13806:13: warning: expression result unused [-Wunused-value]
                                                error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:12845:3: warning: unused label 'directedSuperclassSend' [-Wunused-label]
                directedSuperclassSend:
                ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14091:27: warning: expression result unused [-Wunused-value]
        return stackPageAtpages((assert((((((char *) pointer)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) pointer)) <= (((char *) GIV(pages)))))),
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14166:9: warning: expression result unused [-Wunused-value]
                error("should not be reached");
                      ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14202:9: warning: expression result unused [-Wunused-value]
                error("should not be reached");
                      ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14998:31: warning: expression result unused [-Wunused-value]
                thePage = stackPageAtpages((assert((((((char *) GIV(framePointer))) >= (GIV(stackBasePlus1) - 1)) && ((((char *) GIV(framePointer))) <= (((char *) GIV(pages)))))),
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15021:10: warning: expression result unused [-Wunused-value]
                        error("did not find theFP in stack page");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15608:33: warning: expression result unused [-Wunused-value]
                        thePage1 = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15664:30: warning: expression result unused [-Wunused-value]
        newPage = stackPageAtpages((assert((((((char *) frameToReturnTo)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) frameToReturnTo)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15671:32: warning: expression result unused [-Wunused-value]
                thePage3 = stackPageAtpages((assert((((((char *) theFP5)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP5)) <= (((char *) GIV(pages)))))),
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15686:33: warning: expression result unused [-Wunused-value]
                                thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:15692:34: warning: expression result unused [-Wunused-value]
                                thePage2 = stackPageAtpages((assert((((((char *) theFP4)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP4)) <= (((char *) GIV(pages)))))),
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:16576:8: warning: expression result unused [-Wunused-value]
        error("should not be reached");
              ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17432:9: warning: expression result unused [-Wunused-value]
                error("not reached");
                      ^~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17978:30: warning: expression result unused [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18253:11: warning: expression result unused [-Wunused-value]
                                error("Recursive not understood error encountered");
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18358:31: warning: expression result unused [-Wunused-value]
                thePage = stackPageAtpages((assert((((((char *) spouseFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) spouseFP)) <= (((char *) GIV(pages)))))),
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18373:9: warning: expression result unused [-Wunused-value]
                error("did not find theFP in stack page");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18499:4: warning: expression result unused [-Wunused-value]
                        !GIV(primFailCode);
                        ^    ~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18739:10: warning: expression result unused [-Wunused-value]
                        error("could not compile method that should have been compiled");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18752:13: warning: expression result unused [-Wunused-value]
                                                error("cannot find machine code block matching closure's startpc");
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18813:99: warning: expression result unused [-Wunused-value]
        longAtput((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(SenderIndex) << (shiftForWord())))), (assert(((oopForPointer((page->baseFP))) & (BytesPerWord - 1)) == 0),
                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:230:67: note: expanded from macro 'longAtput'
# define longAtput(oop,val)                     longAtPointerput(atPointerArg(oop), val)
                                                                                    ^~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:205:62: note: expanded from macro 'longAtPointerput'
# define longAtPointerput(ptr,val)      (*(sqInt *)(ptr)= (sqInt)(val))
                                                                  ^~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18817:111: warning: expression result unused [-Wunused-value]
        longAtput((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))), (assert(((oopForPointer(0)) & (BytesPerWord - 1)) == 0),
                                                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:230:67: note: expanded from macro 'longAtput'
# define longAtput(oop,val)                     longAtPointerput(atPointerArg(oop), val)
                                                                                    ^~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:205:62: note: expanded from macro 'longAtPointerput'
# define longAtPointerput(ptr,val)      (*(sqInt *)(ptr)= (sqInt)(val))
                                                                  ^~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19272: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19274:8: warning: expression result unused [-Wunused-value]
        error("unknown mcprim");
              ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19718:103: warning: expression result unused [-Wunused-value]
                        longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)(SenderIndex) << (shiftForWord())))), (assert(((oopForPointer(fpInNewPage)) & (BytesPerWord - 1)) == 0),
                                                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:230:67: note: expanded from macro 'longAtput'
# define longAtput(oop,val)                     longAtPointerput(atPointerArg(oop), val)
                                                                                    ^~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:205:62: note: expanded from macro 'longAtPointerput'
# define longAtPointerput(ptr,val)      (*(sqInt *)(ptr)= (sqInt)(val))
                                                                  ^~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19722:115: warning: expression result unused [-Wunused-value]
                        longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))), (assert(((oopForPointer(offsetCallerFP)) & (BytesPerWord - 1)) == 0),
                                                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:230:67: note: expanded from macro 'longAtput'
# define longAtput(oop,val)                     longAtPointerput(atPointerArg(oop), val)
                                                                                    ^~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:205:62: note: expanded from macro 'longAtPointerput'
# define longAtPointerput(ptr,val)      (*(sqInt *)(ptr)= (sqInt)(val))
                                                                  ^~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19790:9: warning: expression result unused [-Wunused-value]
                error("could not compile method that should have been compiled");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19970:10: warning: expression result unused [-Wunused-value]
                        error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:20831:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22184:10: warning: expression result unused [-Wunused-value]
                        error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22730:31: warning: expression result unused [-Wunused-value]
                thePage = stackPageAtpages((assert((((((char *) theFrame)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFrame)) <= (((char *) GIV(pages)))))),
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24518:36: warning: expression result unused [-Wunused-value]
                pageToStopOn = stackPageAtpages((assert((((((char *) contextsFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) contextsFP)) <= (((char *) GIV(pages)))))),
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24577:101: warning: expression result unused [-Wunused-value]
                                longAtput((thisCtx + BaseHeaderSize) + (((sqInt)((usqInt)(SenderIndex) << (shiftForWord())))), (assert(((oopForPointer(newFP)) & (BytesPerWord - 1)) == 0),
                                                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:230:67: note: expanded from macro 'longAtput'
# define longAtput(oop,val)                     longAtPointerput(atPointerArg(oop), val)
                                                                                    ^~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:205:62: note: expanded from macro 'longAtPointerput'
# define longAtPointerput(ptr,val)      (*(sqInt *)(ptr)= (sqInt)(val))
                                                                  ^~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24581:113: warning: expression result unused [-Wunused-value]
                                longAtput((thisCtx + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))), (assert(((oopForPointer(contextsFP)) & (BytesPerWord - 1)) == 0),
                                                                                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:230:67: note: expanded from macro 'longAtput'
# define longAtput(oop,val)                     longAtPointerput(atPointerArg(oop), val)
                                                                                    ^~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:205:62: note: expanded from macro 'longAtPointerput'
# define longAtPointerput(ptr,val)      (*(sqInt *)(ptr)= (sqInt)(val))
                                                                  ^~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24552:11: warning: expression result unused [-Wunused-value]
                                error("did not find theFP in stack page");
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24599:32: warning: expression result unused [-Wunused-value]
                thePage1 = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24614:37: warning: expression result unused [-Wunused-value]
                        pageToStopOn = stackPageAtpages((assert((((((char *) contextsFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) contextsFP)) <= (((char *) GIV(pages)))))),
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24637:33: warning: expression result unused [-Wunused-value]
                                thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24668:40: warning: expression result unused [-Wunused-value]
                                                pageToStopOn = stackPageAtpages((assert((((((char *) contextsFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) contextsFP)) <= (((char *) GIV(pages)))))),
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24653:12: warning: expression result unused [-Wunused-value]
                                        error("did not find theFP in stack page");
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24694:13: warning: expression result unused [-Wunused-value]
                                                error("did not find theFP in stack page");
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:24719:36: warning: expression result unused [-Wunused-value]
                                                thePage2 = stackPageAtpages((assert((((((char *) theFP1)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP1)) <= (((char *) GIV(pages)))))),
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:25107:30: warning: expression result unused [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) theFrame)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFrame)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:27890:9: warning: expression result unused [-Wunused-value]
                error("remapBuffer overflow");
                      ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:29631:8: warning: expression result unused [-Wunused-value]
        error("Exit to debugger at user request");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:32661:10: warning: expression result unused [-Wunused-value]
                        error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:35874:10: warning: expression result unused [-Wunused-value]
                        error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:36121:10: warning: expression result unused [-Wunused-value]
                        error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:38235:10: warning: expression result unused [-Wunused-value]
                        error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:42817: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:42864: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45058:10: warning: expression result unused [-Wunused-value]
                        error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45535:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45599:10: warning: expression result unused [-Wunused-value]
                        error("shorten:toIndexableSize: attempted to shorten to allocationUnit!");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46209:10: warning: expression result unused [-Wunused-value]
                        error("out of memory");
                              ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46324:11: warning: expression result unused [-Wunused-value]
                                error("could not grow remembered set");
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48641:10: warning: expression result unused [-Wunused-value]
                        error("no room in eden for allocateNewSpaceSlots:format:classIndex:");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49109: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49709:8: warning: expression result unused [-Wunused-value]
        error("shouldNotImplement");
              ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:50854:9: warning: expression result unused [-Wunused-value]
                error("attempt to add class to empty page");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52018:12: warning: expression result unused [-Wunused-value]
                                        error("no memory to allocate or extend obj stack");
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52085:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53539:8: warning: expression result unused [-Wunused-value]
        error("shouldNotImplement");
              ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54077: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55938:5: warning: expression result unused [-Wunused-value]
                                -classIndex2;
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:56002:26: warning: expression result unused [-Wunused-value]
                8 /* allocationUnit */ / BytesPerOop;
                ~                      ^ ~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58828:9: warning: expression result unused [-Wunused-value]
                error("oop is not a valid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58832:9: warning: expression result unused [-Wunused-value]
                error("oop size would make it extend beyond the end of memory");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58836:9: warning: expression result unused [-Wunused-value]
                error("oop is a free chunk, or bridge, not an object");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58841:9: warning: expression result unused [-Wunused-value]
                error("oop header has overflow header word, but overflow word does not have a saturated numSlots field");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58846:9: warning: expression result unused [-Wunused-value]
                error("oop has an unknown format type");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58850:9: warning: expression result unused [-Wunused-value]
                error("oop has mis-matched format/classIndex fields; only one of them is the isForwarded value");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58855:9: warning: expression result unused [-Wunused-value]
                error("some unused header bits are set; should be zero");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58860:9: warning: expression result unused [-Wunused-value]
                error("some header bits unused in young objects are set; should be zero");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:59197:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61498:9: warning: expression result unused [-Wunused-value]
                error("remapBuffer overflow");
                      ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61906:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:61927:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62941: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63088:8: warning: expression result unused [-Wunused-value]
        error("freeChunk not found in lilliputian chunk free list");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64124:9: warning: expression result unused [-Wunused-value]
                error("uncompactable heap; no unmarked objects found");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65393: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_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:77:98: note: passing argument to parameter 'asp' here
extern void *sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(sqInt sz, void *minAddr, sqInt *asp);
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65509:9: warning: expression result unused [-Wunused-value]
                error("out of memory; cannot allocate more segments");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65858: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66090:9: warning: expression result unused [-Wunused-value]
                error("segment not found");
                      ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66971:30: warning: expression result unused [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) maybeFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) maybeFP)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67237:30: warning: expression result unused [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67481:10: warning: expression result unused [-Wunused-value]
                        error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67510:10: warning: expression result unused [-Wunused-value]
                        error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67718:30: warning: expression result unused [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) calleeFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) calleeFP)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67901:19: warning: explicitly assigning value of variable of type 'struct VirtualMachine *' to itself [-Wself-assign]
        interpreterProxy = interpreterProxy;
        ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67923:31: warning: expression result unused [-Wunused-value]
                thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68338:30: warning: expression result unused [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68353:32: warning: expression result unused [-Wunused-value]
                thePage1 = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68465:30: warning: expression result unused [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68538:30: warning: expression result unused [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68760:33: warning: expression result unused [-Wunused-value]
                                thePage = stackPageAtpages((assert((((((char *) spouseFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) spouseFP)) <= (((char *) GIV(pages)))))),
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:68977:8: warning: expression result unused [-Wunused-value]
        error("did not find theFP in stack page");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69101:30: warning: expression result unused [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) theFPAbove)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFPAbove)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69218:8: warning: expression result unused [-Wunused-value]
        error("did not find theFP in stack page");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69300:30: warning: expression result unused [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) theFPAbove)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFPAbove)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69607:13: warning: expression result unused [-Wunused-value]
                                                error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:69939:31: warning: expression result unused [-Wunused-value]
                thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70405:30: warning: expression result unused [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) maybeFrame)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) maybeFrame)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70485:30: warning: expression result unused [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) theFrame)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFrame)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71204:9: warning: expression result unused [-Wunused-value]
                error("Recursive not understood error encountered");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71723:10: warning: expression result unused [-Wunused-value]
                        error("no room in eden for allocateSmallNewSpaceSlots:format:classIndex:");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71880:32: warning: expression result unused [-Wunused-value]
                thePage2 = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71897:32: warning: expression result unused [-Wunused-value]
                        thePage = stackPageAtpages((assert((((((char *) pointer)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) pointer)) <= (((char *) GIV(pages)))))),
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:71955:31: warning: expression result unused [-Wunused-value]
                thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72130:101: warning: expression result unused [-Wunused-value]
        longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)(SenderIndex) << (shiftForWord())))), (assert(((oopForPointer(theFP)) & (BytesPerWord - 1)) == 0),
                                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:230:67: note: expanded from macro 'longAtput'
# define longAtput(oop,val)                     longAtPointerput(atPointerArg(oop), val)
                                                                                    ^~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:205:62: note: expanded from macro 'longAtPointerput'
# define longAtPointerput(ptr,val)      (*(sqInt *)(ptr)= (sqInt)(val))
                                                                  ^~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73324:33: warning: expression result unused [-Wunused-value]
                                thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73339:34: warning: expression result unused [-Wunused-value]
                                thePage1 = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73436:27: warning: expression result unused [-Wunused-value]
                printHex(oopForPointer((assert((((sender) & 7) == 1)),
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:218:40: note: expanded from macro 'oopForPointer'
#  define oopForPointer(ptr)            ((sqInt)(ptr))
                                                 ^~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73445:27: warning: expression result unused [-Wunused-value]
                printHex(oopForPointer((assert((((ip) & 7) == 1)),
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:218:40: note: expanded from macro 'oopForPointer'
#  define oopForPointer(ptr)            ((sqInt)(ptr))
                                                 ^~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73486: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:1660:32: note: passing argument to parameter 'n' here
extern sqInt printHexnp(usqInt n);
                               ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73498: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:1660:32: note: passing argument to parameter 'n' here
extern sqInt printHexnp(usqInt n);
                               ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73757:31: warning: expression result unused [-Wunused-value]
                thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75238: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73833:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75240: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73833:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75251: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73833:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75259: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73833:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75274: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73833:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75276: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:73833:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75748:31: warning: expression result unused [-Wunused-value]
                thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76120:31: warning: expression result unused [-Wunused-value]
                thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76431:31: warning: expression result unused [-Wunused-value]
                thePage = stackPageAtpages((assert((((((char *) pointer)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) pointer)) <= (((char *) GIV(pages)))))),
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76630:30: warning: expression result unused [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77531:30: warning: expression result unused [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78015:32: warning: expression result unused [-Wunused-value]
                thePage1 = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78035:30: warning: expression result unused [-Wunused-value]
        thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78460:8: warning: expression result unused [-Wunused-value]
        error("scheduler could not find a runnable process");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78704:34: warning: expression result unused [-Wunused-value]
                                (thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78782: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_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:229:25: note: expanded from macro 'longAt'
# define longAt(oop)                            longAtPointer(atPointerArg(oop))
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:204:31: note: expanded from macro 'longAtPointer'
# define longAtPointer(ptr)                     (*(sqInt *)(ptr))
                                                ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78895:10: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
                ptr[0] = aPointer;
                       ^ ~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78906: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78991: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:79010: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:80907:2: warning: expression result unused [-Wunused-value]
        !GIV(primFailCode);
        ^    ~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81486:32: warning: expression result unused [-Wunused-value]
                        thePage = stackPageAtpages((assert((((((char *) theFPAbove)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFPAbove)) <= (((char *) GIV(pages)))))),
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:81559:8: warning: expression result unused [-Wunused-value]
        error("shouldNotImplement");
              ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82519: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82551: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82559: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82560: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:82575: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78802:50: note: passing argument to parameter 'returnHolder' here
marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount)
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83229:31: warning: expression result unused [-Wunused-value]
                thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83733: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83790: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83798: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83799: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83804: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83807: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83829:10: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
        ptr1[0] = aPointer;
                ^ ~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83869: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83885: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78802:50: note: passing argument to parameter 'returnHolder' here
marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount)
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83891: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83893: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2811: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83902: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2811: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_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83957:9: warning: expression result unused [-Wunused-value]
                error("remapBuffer overflow");
                      ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83967:32: warning: expression result unused [-Wunused-value]
                        thePage = stackPageAtpages((assert((((((char *) theFP)) >= (GIV(stackBasePlus1) - 1)) && ((((char *) theFP)) <= (((char *) GIV(pages)))))),
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqAssert.h:29:23: note: expanded from macro 'assert'
# define assert(expr) 0 /* hack disabling of asserts.  Better in makefile? */
                      ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:2787:51: note: expanded from macro 'stackPageAtpages'
#define stackPageAtpages(index,pages) ((pages) + (index))
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:83982:10: warning: expression result unused [-Wunused-value]
                        error("did not find theFP in stack page");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:84114:9: warning: expression result unused [-Wunused-value]
                error("SameThreadCalloutSuspendedProcessStack is empty");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:84178: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_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:229:25: note: expanded from macro 'longAt'
# define longAt(oop)                            longAtPointer(atPointerArg(oop))
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sqMemoryAccess.h:204:31: note: expanded from macro 'longAtPointer'
# define longAtPointer(ptr)                     (*(sqInt *)(ptr))
                                                ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:13866:1: warning: unused function 'cmHomeMethod' [-Wunused-function]
cmHomeMethod(CogBlockMethod * self_in_cmHomeMethod)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14029:1: warning: unused function 'pageListIsWellFormed' [-Wunused-function]
pageListIsWellFormed(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:14448:1: warning: unused function 'asCogHomeMethod' [-Wunused-function]
asCogHomeMethod(CogBlockMethod *aCogMethod)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17098:1: warning: unused function 'deferStackLimitSmashAroundwith' [-Wunused-function]
deferStackLimitSmashAroundwith(void (*functionSymbol)(sqInt), sqInt arg)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:17989:1: warning: unused function 'frameHasContext' [-Wunused-function]
frameHasContext(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18001:1: warning: unused function 'frameIsBlockActivation' [-Wunused-function]
frameIsBlockActivation(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18010:1: warning: unused function 'frameMethodObject' [-Wunused-function]
frameMethodObject(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18022:1: warning: unused function 'frameNumArgs' [-Wunused-function]
frameNumArgs(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18038:1: warning: unused function 'frameReceiver' [-Wunused-function]
frameReceiver(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18278:1: warning: unused function 'iframeIsBlockActivation' [-Wunused-function]
iframeIsBlockActivation(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18285:1: warning: unused function 'iframeReceiver' [-Wunused-function]
iframeReceiver(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18292:1: warning: unused function 'iframeSavedIP' [-Wunused-function]
iframeSavedIP(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:18528:1: warning: unused function 'isMachineCodeFrame' [-Wunused-function]
isMachineCodeFrame(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19417:1: warning: unused function 'mframeIsBlockActivation' [-Wunused-function]
mframeIsBlockActivation(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19424:1: warning: unused function 'mframeReceiver' [-Wunused-function]
mframeReceiver(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:19840:1: warning: unused function 'newMethodInLookupCacheAtand' [-Wunused-function]
newMethodInLookupCacheAtand(sqInt selector, sqInt classTag)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22397:1: warning: unused function 'stackLimitOffset' [-Wunused-function]
stackLimitOffset(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:22410:1: warning: unused function 'stackPageHeadroom' [-Wunused-function]
stackPageHeadroom(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:44073:1: warning: unused function 'headerWhileForwardingOf' [-Wunused-function]
headerWhileForwardingOf(sqInt aCompiledMethodObjOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45368:1: warning: unused function 'isImmediateFloat' [-Wunused-function]
isImmediateFloat(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45477:1: warning: unused function 'maxSlotsForAlloc' [-Wunused-function]
maxSlotsForAlloc(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45489:1: warning: unused function 'numFreeLists' [-Wunused-function]
numFreeLists(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45719:1: warning: unused function 'wordIndexableFormat' [-Wunused-function]
wordIndexableFormat(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45780:1: warning: unused function 'allNewSpaceObjectsHaveZeroRTRefCount' [-Wunused-function]
allNewSpaceObjectsHaveZeroRTRefCount(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:45859:1: warning: unused function 'allWeakSurvivorsOnWeakList' [-Wunused-function]
allWeakSurvivorsOnWeakList(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46254:1: warning: unused function 'firstCorpse' [-Wunused-function]
firstCorpse(sqInt headOfCorpseList)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:46505:1: warning: unused function 'noUnfiredEphemeronsAtEndOfRememberedSet' [-Wunused-function]
noUnfiredEphemeronsAtEndOfRememberedSet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48396:1: warning: unused function 'allObjectsUnmarked' [-Wunused-function]
allObjectsUnmarked(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48511:1: warning: unused function 'allOldMarkedWeakObjectsOnWeaklingStack' [-Wunused-function]
allOldMarkedWeakObjectsOnWeaklingStack(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48974:1: warning: unused function 'allocationUnit' [-Wunused-function]
allocationUnit(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:48986:1: warning: unused function 'allStrongSlotsOfWeaklingAreMarked' [-Wunused-function]
allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49012:1: warning: unused function 'allUnscannedEphemeronsAreActive' [-Wunused-function]
allUnscannedEphemeronsAreActive(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49045:1: warning: unused function 'assertInnerValidFreeObject' [-Wunused-function]
assertInnerValidFreeObject(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49636:1: warning: unused function 'bitsSetInFreeSpaceMaskForAllFreeLists' [-Wunused-function]
bitsSetInFreeSpaceMaskForAllFreeLists(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49652:1: warning: unused function 'bridgeSize' [-Wunused-function]
bridgeSize(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:49659:1: warning: unused function 'byteFormatMask' [-Wunused-function]
byteFormatMask(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:50994:1: warning: unused function 'classIndexFieldWidth' [-Wunused-function]
classIndexFieldWidth(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:51132:1: warning: unused function 'classTableRootSlots' [-Wunused-function]
classTableRootSlots(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52198:1: warning: unused function 'ephemeronFormat' [-Wunused-function]
ephemeronFormat(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52205:1: warning: unused function 'existInstancesInNewSpaceOf' [-Wunused-function]
existInstancesInNewSpaceOf(sqInt classObj)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52396:1: warning: unused function 'fetchPointerofFreeChunk' [-Wunused-function]
fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:52762:1: warning: unused function 'firstFixedFieldOfMaybeImmediate' [-Wunused-function]
firstFixedFieldOfMaybeImmediate(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53067:1: warning: unused function 'formatOf' [-Wunused-function]
formatOf(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53077:1: warning: unused function 'forwardedFormat' [-Wunused-function]
forwardedFormat(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53089:1: warning: unused function 'forwardersIn' [-Wunused-function]
forwardersIn(sqInt anObject)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53115:1: warning: unused function 'freeChunkNextIndex' [-Wunused-function]
freeChunkNextIndex(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53125:1: warning: unused function 'freeChunkParentIndex' [-Wunused-function]
freeChunkParentIndex(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53136:1: warning: unused function 'freeChunkPrevIndex' [-Wunused-function]
freeChunkPrevIndex(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53318:1: warning: unused function 'goodContextSize' [-Wunused-function]
goodContextSize(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53414:1: warning: unused function 'hasSpurMemoryManagerAPI' [-Wunused-function]
hasSpurMemoryManagerAPI(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53488:1: warning: unused function 'hiddenRootSlots' [-Wunused-function]
hiddenRootSlots(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:53495:1: warning: unused function 'hiddenRootsObject' [-Wunused-function]
hiddenRootsObject(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54548:1: warning: unused function 'isCompiledMethodHeader' [-Wunused-function]
isCompiledMethodHeader(sqInt objHeader)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54565:1: warning: unused function 'isContextHeader' [-Wunused-function]
isContextHeader(sqInt aHeader)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54583:1: warning: unused function 'isCopiedIntoSegment' [-Wunused-function]
isCopiedIntoSegment(sqInt anObjectInTheHeap)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54606:1: warning: unused function 'isEnumerableObjectNoAssert' [-Wunused-function]
isEnumerableObjectNoAssert(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54642:1: warning: unused function 'isEphemeron' [-Wunused-function]
isEphemeron(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54662:1: warning: unused function 'isForwardedClassTag' [-Wunused-function]
isForwardedClassTag(sqInt classIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54687:1: warning: unused function 'isFreeObject' [-Wunused-function]
isFreeObject(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54694:1: warning: unused function 'isFreeOop' [-Wunused-function]
isFreeOop(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54709:1: warning: unused function 'isInClassTable' [-Wunused-function]
isInClassTable(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54732:1: warning: unused function 'isInEden' [-Wunused-function]
isInEden(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54739:1: warning: unused function 'isInFutureSpace' [-Wunused-function]
isInFutureSpace(sqInt address)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54774:1: warning: unused function 'isInNewSpace' [-Wunused-function]
isInNewSpace(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54789:1: warning: unused function 'isInPastSpace' [-Wunused-function]
isInPastSpace(sqInt address)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54796:1: warning: unused function 'isLargeFreeObject' [-Wunused-function]
isLargeFreeObject(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54803:1: warning: unused function 'isMaybeFiredEphemeron' [-Wunused-function]
isMaybeFiredEphemeron(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54822:1: warning: unused function 'isObjEphemeron' [-Wunused-function]
isObjEphemeron(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54833:1: warning: unused function 'isObjImmutable' [-Wunused-function]
isObjImmutable(sqInt anOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54937:1: warning: unused function 'isRemembered' [-Wunused-function]
isRemembered(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54947:1: warning: unused function 'isSegmentBridge' [-Wunused-function]
isSegmentBridge(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:54954:1: warning: unused function 'isSemaphoreOop' [-Wunused-function]
isSemaphoreOop(sqInt anOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55014:1: warning: unused function 'isValidObjStackAt' [-Wunused-function]
isValidObjStackAt(sqInt objStackRootIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55161:1: warning: unused function 'isWeakNonImm' [-Wunused-function]
isWeakNonImm(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55302:1: warning: unused function 'knownClassAtIndex' [-Wunused-function]
knownClassAtIndex(sqInt classIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55311:1: warning: unused function 'lastPointerFormat' [-Wunused-function]
lastPointerFormat(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:55440:1: warning: unused function 'lengthOfMaybeImmediate' [-Wunused-function]
lengthOfMaybeImmediate(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:57800:1: warning: unused function 'newSpaceIsEmpty' [-Wunused-function]
newSpaceIsEmpty(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:58035:1: warning: unused function 'noUnscannedEphemerons' [-Wunused-function]
noUnscannedEphemerons(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62142:1: warning: unused function 'slidingCompactionInProgress' [-Wunused-function]
slidingCompactionInProgress(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:62210:1: warning: unused function 'startOfObject' [-Wunused-function]
startOfObject(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63253:1: warning: unused function 'validClassTableHashes' [-Wunused-function]
validClassTableHashes(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63334:1: warning: unused function 'validFreeTreeChunk' [-Wunused-function]
validFreeTreeChunk(sqInt chunk)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:63377:1: warning: unused function 'validObjStacks' [-Wunused-function]
validObjStacks(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64131:1: warning: unused function 'isMobile' [-Wunused-function]
isMobile(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64142:1: warning: unused function 'isPostMobile' [-Wunused-function]
isPostMobile(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:64409:1: warning: unused function 'savedFirstFieldsSpaceWasAllocated' [-Wunused-function]
savedFirstFieldsSpaceWasAllocated(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65307:1: warning: unused function 'validRelocationPlanInPass' [-Wunused-function]
validRelocationPlanInPass(sqInt onePass)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65372:1: warning: unused function 'segLimit' [-Wunused-function]
segLimit(SpurSegmentInfo * self_in_segLimit)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65467:1: warning: unused function 'allBridgesMarked' [-Wunused-function]
allBridgesMarked(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65517:1: warning: unused function 'bridgeAt' [-Wunused-function]
bridgeAt(sqInt segIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65532:1: warning: unused function 'bridgeFor' [-Wunused-function]
bridgeFor(SpurSegmentInfo *aSegment)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65656:1: warning: unused function 'isInSegments' [-Wunused-function]
isInSegments(usqInt address)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65678:1: warning: unused function 'isValidSegmentBridge' [-Wunused-function]
isValidSegmentBridge(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:65982:1: warning: unused function 'segmentOverlap' [-Wunused-function]
segmentOverlap(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66338:1: warning: unused function 'allOnesAsCharStar' [-Wunused-function]
allOnesAsCharStar(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:66437:1: warning: unused function 'assertValidStackLimits' [-Wunused-function]
assertValidStackLimits(sqInt ln)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67174:1: warning: unused function 'checkStackPointerForMaybeMarriedContext' [-Wunused-function]
checkStackPointerForMaybeMarriedContext(sqInt aContext)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67329:1: warning: unused function 'contexthasValidInversePCMappingOfin' [-Wunused-function]
contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:67432:1: warning: unused function 'cr' [-Wunused-function]
cr(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70067:1: warning: unused function 'ifCurrentStackPageHasValidHeadPointers' [-Wunused-function]
ifCurrentStackPageHasValidHeadPointers(StackPage *thePage)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70088:1: warning: unused function 'iframeMethod' [-Wunused-function]
iframeMethod(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70147:1: warning: unused function 'isBaseFrame' [-Wunused-function]
isBaseFrame(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70253:1: warning: unused function 'isMarriedOrWidowedContext' [-Wunused-function]
isMarriedOrWidowedContext(sqInt aContext)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70272:1: warning: unused function 'isMetaPrimitiveIndex' [-Wunused-function]
isMetaPrimitiveIndex(sqInt primIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70285:1: warning: unused function 'isNullExternalPrimitiveCall' [-Wunused-function]
isNullExternalPrimitiveCall(sqInt aMethodObj)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:70310:1: warning: unused function 'isPrimitiveFunctionPointerAnIndex' [-Wunused-function]
isPrimitiveFunctionPointerAnIndex(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72181:1: warning: unused function 'maybeLeakCheckExternalPrimCall' [-Wunused-function]
maybeLeakCheckExternalPrimCall(sqInt aMethodObj)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:72589:1: warning: unused function 'noMarkedContextsOnPage' [-Wunused-function]
noMarkedContextsOnPage(StackPage *thePage)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:75367:1: warning: unused function 'pushedReceiverOrClosureOfFrame' [-Wunused-function]
pushedReceiverOrClosureOfFrame(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:76266:1: warning: unused function 'saneFunctionPointerForFailureOfPrimIndex' [-Wunused-function]
saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77003:1: warning: unused function 'space' [-Wunused-function]
space(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:77438:1: warning: unused function 'stackLimitBytes' [-Wunused-function]
stackLimitBytes(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78319:1: warning: unused function 'validBCPCinMethod' [-Wunused-function]
validBCPCinMethod(sqInt thePC, usqInt aMethod)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78333:1: warning: unused function 'validInstructionPointerinFrame' [-Wunused-function]
validInstructionPointerinFrame(usqInt anInstrPointer, char *fp)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/vm/src/gcc3x-cointerp.c:78347:1: warning: unused function 'validStackPageBaseFrames' [-Wunused-function]
validStackPageBaseFrames(void)
^
310 warnings generated.
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o
In file included from /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/sqHeapMap.c:22:
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:67:9: warning: 'VM_EXPORT' macro redefined [-Wmacro-redefined]
#define VM_EXPORT
        ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/win/sqPlatformSpecific.h:26:11: note: previous definition is here
#  define VM_EXPORT __declspec( dllexport )
          ^
1 warning generated.
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o
In file included from /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:67:9: warning: 'VM_EXPORT' macro redefined [-Wmacro-redefined]
#define VM_EXPORT
        ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/win/sqPlatformSpecific.h:26:11: note: previous definition is here
#  define VM_EXPORT __declspec( dllexport )
          ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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;
                                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10 warnings generated.
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o
In file included from /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:67:9: warning: 'VM_EXPORT' macro redefined [-Wmacro-redefined]
#define VM_EXPORT
        ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/win/sqPlatformSpecific.h:26:11: note: previous definition is here
#  define VM_EXPORT __declspec( dllexport )
          ^
1 warning generated.
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o
In file included from /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/sqExternalSemaphores.c:31:
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:67:9: warning: 'VM_EXPORT' macro redefined [-Wmacro-redefined]
#define VM_EXPORT
        ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/win/sqPlatformSpecific.h:26:11: note: previous definition is here
#  define VM_EXPORT __declspec( dllexport )
          ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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))
        ^
3 warnings generated.
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o
In file included from /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/common/sqTicker.c:54:
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:67:9: warning: 'VM_EXPORT' macro redefined [-Wmacro-redefined]
#define VM_EXPORT
        ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/win/sqPlatformSpecific.h:26:11: note: previous definition is here
#  define VM_EXPORT __declspec( dllexport )
          ^
1 warning generated.
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/sqWin32SpurAlloc.c.o
In file included from /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/win/sqWin32SpurAlloc.c:13:
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:67:9: warning: 'VM_EXPORT' macro redefined [-Wmacro-redefined]
#define VM_EXPORT
        ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/win/sqPlatformSpecific.h:26:11: note: previous definition is here
#  define VM_EXPORT __declspec( dllexport )
          ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/win/sqWin32SpurAlloc.c:81:9: warning: incompatible pointer to integer conversion returning 'char *' from a function with result type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
        return alloc;
               ^~~~~
2 warnings generated.
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/aioWin.c.o
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/src/debugWin.c.o
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/src/debugWin.c:191: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_v8.6.0-alpha/repository/src/debugWin.c:163:30: note: passing argument to parameter 'address' here
void printCogMethodFor(void *address);
                             ^
1 warning generated.
[ 36%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogWin32.c.o
[ 36%] Building RC object CMakeFiles/PharoVMCore.dir/PharoDLL.rc.res
[ 37%] Linking C shared library build/vm/PharoVMCore.dll
[ 37%] Built target PharoVMCore
Scanning dependencies of target DSAPrims
[ 37%] Building C object CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: unused function 'bigDivideLoop' [-Wunused-function]
bigDivideLoop(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:675:1: warning: unused function 'subtractDivisorMultipliedByDigitdigitShift' [-Wunused-function]
subtractDivisorMultipliedByDigitdigitShift(sqInt digit, sqInt digitShift)
^
4 warnings generated.
[ 38%] Linking C shared library build/vm/DSAPrims.dll
[ 38%] Built target DSAPrims
Scanning dependencies of target PharoConsole
[ 39%] Building C object CMakeFiles/PharoConsole.dir/src/unixMain.c.o
[ 39%] Building RC object CMakeFiles/PharoConsole.dir/Pharo.rc.res
[ 40%] Linking C executable build/vm/PharoConsole.exe
[ 40%] Built target PharoConsole
Scanning dependencies of target SocketPlugin
[ 40%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2399: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_v8.6.0-alpha/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:263:1: warning: unused function 'netAddressToInt' [-Wunused-function]
netAddressToInt(unsigned char *ptrToByteArray)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2384:1: warning: unused function 'socketRecordSize' [-Wunused-function]
socketRecordSize(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2395:1: warning: unused function 'socketValueOf' [-Wunused-function]
socketValueOf(sqInt socketOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2406:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
5 warnings generated.
[ 41%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o
In file included from /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c:72:
/usr/x86_64-w64-mingw32/sys-root/mingw/include/winsock2.h:15:2: warning: Please include winsock2.h before windows.h [-W#warnings]
#warning Please include winsock2.h before windows.h
 ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c:1596: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/winsock.h:303: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);
                                                                                       ^
2 warnings generated.
[ 41%] Linking C shared library build/vm/SocketPlugin.dll
[ 41%] Built target SocketPlugin
Scanning dependencies of target SqueakFFIPrims
[ 42%] Building C object CMakeFiles/SqueakFFIPrims.dir/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c.o
In file included from /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c:28:
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:761:36: warning: array subscript is of type 'char' [-Wchar-subscripts]
                        ((calloutState->floatRegisters))[(calloutState->floatRegisterIndex)] = floatValue;
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:890:19: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (isInMemory(ptrAddress)) {
                                       ^~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:905:40: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = arg;
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:920:39: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)ptrAddress));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:962:41: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = arg1;
                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:977:40: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)ptrAddress));
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:993:19: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (isInMemory(ptrAddress)) {
                                       ^~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:998:39: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)ptrAddress));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:1021:39: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)null));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:1124:42: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)copy));
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:1162:42: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer1));
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:1178:42: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer2));
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:1196:42: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer3));
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:1218:42: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer4));
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:1234:42: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer5));
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:1252:42: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer6));
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:1423:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                ((calloutState->floatRegisters))[(calloutState->floatRegisterIndex)] = floatValue;
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:1507:39: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)copy));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:1545:39: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer1));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:1561:39: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer2));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:1579:39: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer3));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:1601:39: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer4));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:1617:39: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer5));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:1635:39: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer6));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:1916:4: warning: pointer type mismatch ('unsigned long long *' and 'char *') [-Wpointer-type-mismatch]
                        ? (&intRet)
                        ^ ~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:2137:38: warning: array subscript is of type 'char' [-Wchar-subscripts]
                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:2359:4: warning: pointer type mismatch ('unsigned long long *' and 'char *') [-Wpointer-type-mismatch]
                        ? (&intRet)
                        ^ ~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:2814:18: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (isInMemory(ptrAddress)) {
                               ^~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:2819:38: warning: array subscript is of type 'char' [-Wchar-subscripts]
                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)ptrAddress));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:2845:38: warning: array subscript is of type 'char' [-Wchar-subscripts]
                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)ptrAddress));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:2867:14: warning: incompatible integer to pointer conversion assigning to 'void *' from 'long long' [-Wint-conversion]
                ptrAddress = ((longAt(oop + BaseHeaderSize)) > 0
                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:2872:38: warning: array subscript is of type 'char' [-Wchar-subscripts]
                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)ptrAddress));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:2892:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:2910:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((signed char) value));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:2928:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((signed char) value));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:2946:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = value;
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:2986:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((usqInt) value));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3004:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((usqInt) value));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3022:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((signed short) value));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3054:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)copy));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3095:18: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (isInMemory(ptrAddress)) {
                               ^~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3110:39: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = arg;
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3125:38: warning: array subscript is of type 'char' [-Wchar-subscripts]
                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)ptrAddress));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3167:40: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = arg1;
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3182:39: warning: array subscript is of type 'char' [-Wchar-subscripts]
                                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)ptrAddress));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3198:18: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (isInMemory(ptrAddress)) {
                               ^~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3203:38: warning: array subscript is of type 'char' [-Wchar-subscripts]
                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)ptrAddress));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3233:38: warning: array subscript is of type 'char' [-Wchar-subscripts]
                        ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = arg;
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3248:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((sqInt)pointer));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3266:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((unsigned char) value));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3284:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((unsigned char) value));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3302:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = value;
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3342:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = value;
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3360:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = value;
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3378:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                ((calloutState->integerRegisters))[(calloutState->integerRegisterIndex)] = (((unsigned short) value));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3564:3: warning: pointer type mismatch ('unsigned long long *' and 'char *') [-Wpointer-type-mismatch]
                ? (&intRet)
                ^ ~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:4405:39: warning: array subscript is of type 'char' [-Wchar-subscripts]
                        ((calloutState1->integerRegisters))[(calloutState1->integerRegisterIndex)] = (((sqInt)pointer1));
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:4629:4: warning: pointer type mismatch ('unsigned long long *' and 'char *') [-Wpointer-type-mismatch]
                        ? (&intRet1)
                        ^ ~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:5355:39: warning: array subscript is of type 'char' [-Wchar-subscripts]
                        ((calloutState1->integerRegisters))[(calloutState1->integerRegisterIndex)] = (((sqInt)pointer1));
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:5579:4: warning: pointer type mismatch ('unsigned long long *' and 'char *') [-Wpointer-type-mismatch]
                        ? (&intRet1)
                        ^ ~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:6207: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_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:531:1: warning: unused function 'atomicTypeOf' [-Wunused-function]
atomicTypeOf(sqInt typeSpec)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:541:1: warning: unused function 'cleanupCalloutState' [-Wunused-function]
cleanupCalloutState(CalloutState *calloutState)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:550:1: warning: unused function 'externalFunctionHasStackSizeSlot' [-Wunused-function]
externalFunctionHasStackSizeSlot(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:607:1: warning: unused function 'ffiArgByValuein' [-Wunused-function]
ffiArgByValuein(sqInt oop, CalloutState *calloutState)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:1453:1: warning: unused function 'ffiAtomicArgByReferenceClassin' [-Wunused-function]
ffiAtomicArgByReferenceClassin(sqInt oop, sqInt oopClass, CalloutState *calloutState)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:1658:1: warning: unused function 'ffiAtomicStructByReferenceClassin' [-Wunused-function]
ffiAtomicStructByReferenceClassin(sqInt oop, sqInt oopClass, CalloutState *calloutState)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:1728:1: warning: unused function 'ffiCalloutToSpecOnStackin' [-Wunused-function]
ffiCalloutToSpecOnStackin(void *procAddr, sqInt specOnStack, CalloutState *calloutState)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:1980:1: warning: unused function 'ffiCallArgArrayOrNilNumArgs' [-Wunused-function]
ffiCallArgArrayOrNilNumArgs(sqInt externalFunction, sqInt argArrayOrNil, sqInt nArgs)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:2459:1: warning: unused function 'ffiContentsOfHandleerrCode' [-Wunused-function]
ffiContentsOfHandleerrCode(sqInt oop, sqInt errCode)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:2473:1: warning: unused function 'ffiCreateIntegralResultOopofAtomicTypein' [-Wunused-function]
ffiCreateIntegralResultOopofAtomicTypein(usqLong retVal, sqInt atomicType, CalloutState *calloutState)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:2560:1: warning: unused function 'ffiFloatValueOf' [-Wunused-function]
ffiFloatValueOf(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:2668:1: warning: unused function 'ffiLoadCalloutAddress' [-Wunused-function]
ffiLoadCalloutAddress(sqInt lit)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:2775:1: warning: unused function 'ffiLogCallout' [-Wunused-function]
ffiLogCallout(sqInt lit)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:2889:1: warning: unused function 'ffiPushPointerin' [-Wunused-function]
ffiPushPointerin(void *pointer, CalloutState *calloutState)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3001:1: warning: unused function 'ffiPushSignedLongLongin' [-Wunused-function]
ffiPushSignedLongLongin(sqLong value, CalloutState *calloutState)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3037:1: warning: unused function 'ffiPushStringOfLengthin' [-Wunused-function]
ffiPushStringOfLengthin(char *pointer, sqInt length, CalloutState *calloutState)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3072:1: warning: unused function 'ffiPushStructureContentsOfin' [-Wunused-function]
ffiPushStructureContentsOfin(sqInt oop, CalloutState *calloutState)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3220:1: warning: unused function 'ffiPushStructureofSizetypeSpecofLengthin' [-Wunused-function]
ffiPushStructureofSizetypeSpecofLengthin(void *pointer, sqInt structSize, sqInt *argSpec, sqInt argSpecSize, CalloutState *calloutState)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3357:1: warning: unused function 'ffiPushUnsignedLongLongin' [-Wunused-function]
ffiPushUnsignedLongLongin(usqLong value, CalloutState *calloutState)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3398:1: warning: unused function 'ffiPushVoidin' [-Wunused-function]
ffiPushVoidin(sqInt ignored, CalloutState *calloutState)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3408:1: warning: unused function 'ffiReturnCStringFrom' [-Wunused-function]
ffiReturnCStringFrom(sqInt cPointer)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3439:1: warning: unused function 'ffiReturnPointerofTypein' [-Wunused-function]
ffiReturnPointerofTypein(usqLong retVal, sqInt retType, CalloutState *calloutState)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3544:1: warning: unused function 'ffiReturnStructofTypein' [-Wunused-function]
ffiReturnStructofTypein(usqLong intRet, sqInt ffiRetType, CalloutState *calloutState)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3575:1: warning: unused function 'ffiReturnType' [-Wunused-function]
ffiReturnType(sqInt specOnStack)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3593:1: warning: unused function 'ffiSupportsCallingConvention' [-Wunused-function]
ffiSupportsCallingConvention(sqInt aCallingConvention)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3606:1: warning: unused function 'ffiValidateExternalDataAtomicType' [-Wunused-function]
ffiValidateExternalDataAtomicType(sqInt oop, sqInt atomicType)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3673:1: warning: unused function 'incrementFloatRegisterIndex' [-Wunused-function]
incrementFloatRegisterIndex(CalloutState * self_in_incrementFloatRegisterIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3691:1: warning: unused function 'incrementIntegerRegisterIndex' [-Wunused-function]
incrementIntegerRegisterIndex(CalloutState * self_in_incrementIntegerRegisterIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3714:1: warning: unused function 'isAlien' [-Wunused-function]
isAlien(sqInt anOop)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3721:1: warning: unused function 'isAtomicType' [-Wunused-function]
isAtomicType(sqInt typeSpec)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3728:1: warning: unused function 'isDirectAlien' [-Wunused-function]
isDirectAlien(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3736:1: warning: unused function 'msg' [-Wunused-function]
msg(char *s)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:3749:1: warning: unused function 'nonRegisterStructReturnIsViaImplicitFirstArgument' [-Wunused-function]
nonRegisterStructReturnIsViaImplicitFirstArgument(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:6181:1: warning: unused function 'returnStructInRegisters' [-Wunused-function]
returnStructInRegisters(sqInt returnStructSize)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:6314:1: warning: unused function 'sizeField' [-Wunused-function]
sizeField(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c:6327:1: warning: unused function 'startOfData' [-Wunused-function]
startOfData(sqInt oop)
^
97 warnings generated.
[ 43%] Building C object CMakeFiles/SqueakFFIPrims.dir/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c.o
In file included from /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c:2:
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:67:9: warning: 'VM_EXPORT' macro redefined [-Wmacro-redefined]
#define VM_EXPORT
        ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/win/sqPlatformSpecific.h:26:11: note: previous definition is here
#  define VM_EXPORT __declspec( dllexport )
          ^
1 warning generated.
[ 43%] Building C object CMakeFiles/SqueakFFIPrims.dir/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c.o
[ 44%] Building C object CMakeFiles/SqueakFFIPrims.dir/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c.o
In file included from /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c:9:
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:67:9: warning: 'VM_EXPORT' macro redefined [-Wmacro-redefined]
#define VM_EXPORT
        ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/win/sqPlatformSpecific.h:26:11: note: previous definition is here
#  define VM_EXPORT __declspec( dllexport )
          ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c:30:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma export on
        ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c:59:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma export off
        ^
3 warnings generated.
[ 44%] Linking C shared library build/vm/SqueakFFIPrims.dll
[ 44%] Built target SqueakFFIPrims
Scanning dependencies of target FilePlugin
[ 45%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c.o
In file included from /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:29:
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:67:9: warning: 'VM_EXPORT' macro redefined [-Wmacro-redefined]
#define VM_EXPORT
        ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/win/sqPlatformSpecific.h:26:11: note: previous definition is here
#  define VM_EXPORT __declspec( dllexport )
          ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:102:49: warning: passing 'DWORD *' (aka 'unsigned long *') to parameter of type 'PLONG' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign]
  ofs.dwLow = SetFilePointer(FILE_HANDLE(f), 0, &ofs.dwHigh, FILE_CURRENT);
                                                ^~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/fileapi.h:35:83: note: passing argument to parameter 'lpDistanceToMoveHigh' here
WINBASEAPI DWORD WINAPI SetFilePointer (HANDLE hFile, LONG lDistanceToMove, PLONG lpDistanceToMoveHigh, DWORD dwMoveMethod);
                                                                                  ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:154:49: warning: passing 'DWORD *' (aka 'unsigned long *') to parameter of type 'PLONG' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign]
  ofs.dwLow = SetFilePointer(FILE_HANDLE(f), 0, &ofs.dwHigh, FILE_CURRENT);
                                                ^~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/fileapi.h:35:83: note: passing argument to parameter 'lpDistanceToMoveHigh' here
WINBASEAPI DWORD WINAPI SetFilePointer (HANDLE hFile, LONG lDistanceToMove, PLONG lpDistanceToMoveHigh, DWORD dwMoveMethod);
                                                                                  ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:211:38: warning: passing 'DWORD *' (aka 'unsigned long *') to parameter of type 'PLONG' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign]
    ofs.dwLow = SetFilePointer(h, 0, &ofs.dwHigh, FILE_END);
                                     ^~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/fileapi.h:35:83: note: passing argument to parameter 'lpDistanceToMoveHigh' here
WINBASEAPI DWORD WINAPI SetFilePointer (HANDLE hFile, LONG lDistanceToMove, PLONG lpDistanceToMoveHigh, DWORD dwMoveMethod);
                                                                                  ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:298:24: warning: implicit declaration of function 'isFileHandleATTY' is invalid in C99 [-Wimplicit-function-declaration]
        file->isStdioStream = isFileHandleATTY(handle);
                              ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:345: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_v8.6.0-alpha/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:345: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_v8.6.0-alpha/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:378:33: warning: & has lower precedence than ==; == will be evaluated first [-Wparentheses]
        if(numberOfEvents > 0 && (mode & ENABLE_LINE_INPUT == 0)) {
                                       ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:378:33: note: place parentheses around the '==' expression to silence this warning
        if(numberOfEvents > 0 && (mode & ENABLE_LINE_INPUT == 0)) {
                                       ^ ~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:378:33: note: place parentheses around the & expression to evaluate it first
        if(numberOfEvents > 0 && (mode & ENABLE_LINE_INPUT == 0)) {
                                  ~~~~~^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:476:45: warning: passing 'DWORD *' (aka 'unsigned long *') to parameter of type 'PLONG' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign]
  SetFilePointer(FILE_HANDLE(f), ofs.dwLow, &ofs.dwHigh, FILE_BEGIN);
                                            ^~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/fileapi.h:35:83: note: passing argument to parameter 'lpDistanceToMoveHigh' here
WINBASEAPI DWORD WINAPI SetFilePointer (HANDLE hFile, LONG lDistanceToMove, PLONG lpDistanceToMoveHigh, DWORD dwMoveMethod);
                                                                                  ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:511:45: warning: passing 'DWORD *' (aka 'unsigned long *') to parameter of type 'PLONG' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign]
  SetFilePointer(FILE_HANDLE(f), ofs.dwLow, &ofs.dwHigh, FILE_BEGIN);
                                            ^~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/fileapi.h:35:83: note: passing argument to parameter 'lpDistanceToMoveHigh' here
WINBASEAPI DWORD WINAPI SetFilePointer (HANDLE hFile, LONG lDistanceToMove, PLONG lpDistanceToMoveHigh, DWORD dwMoveMethod);
                                                                                  ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:555:1: warning: redeclaration of 'waitForDataonSemaphoreIndex' should not add 'dllexport' attribute [-Wdll-attribute-on-redeclaration]
waitForDataonSemaphoreIndex(SQFile *file, sqInt semaphoreIndex){
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FilePlugin/include/common/FilePlugin.h:72:8: note: previous declaration is here
sqInt   waitForDataonSemaphoreIndex(SQFile *file, sqInt semaphoreIndex);
        ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:557:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
12 warnings generated.
[ 46%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/win/sqWin32Directory.c.o
In file included from /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/src/win/sqWin32Directory.c:17:
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:67:9: warning: 'VM_EXPORT' macro redefined [-Wmacro-redefined]
#define VM_EXPORT
        ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/win/sqPlatformSpecific.h:26:11: note: previous definition is here
#  define VM_EXPORT __declspec( dllexport )
          ^
1 warning generated.
[ 46%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtilsWin.c.o
[ 47%] Building C object CMakeFiles/FilePlugin.dir/generated/plugins/src/FilePlugin/FilePlugin.c.o
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:505: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_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:1631: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_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:1645: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_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:230:1: warning: unused function 'connectToFdwrite' [-Wunused-function]
connectToFdwrite(int fd, sqInt writeFlag)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:257:1: warning: unused function 'connectToFilewrite' [-Wunused-function]
connectToFilewrite(void *cfile, sqInt writeFlag)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:385: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_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:1232:1: warning: unused function 'primitiveFileReadWithoutPinning' [-Wunused-function]
primitiveFileReadWithoutPinning(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/generated/plugins/src/FilePlugin/FilePlugin.c:1288:1: warning: unused function 'primitiveFileReadWithPinning' [-Wunused-function]
primitiveFileReadWithPinning(void)
^
8 warnings generated.
[ 47%] Linking C shared library build/vm/FilePlugin.dll
[ 48%] Built target FilePlugin
Scanning dependencies of target UUIDPlugin
[ 48%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o
In file included from /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:67:9: warning: 'VM_EXPORT' macro redefined [-Wmacro-redefined]
#define VM_EXPORT
        ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/win/sqPlatformSpecific.h:26:11: note: previous definition is here
#  define VM_EXPORT __declspec( dllexport )
          ^
1 warning generated.
[ 49%] Linking C shared library build/vm/UUIDPlugin.dll
[ 49%] Built target UUIDPlugin
Scanning dependencies of target JPEGReadWriter2Plugin
[ 49%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o
[ 50%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:537:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
1 warning generated.
[ 50%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o
[ 51%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o
[ 51%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o
[ 52%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o
[ 53%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o
[ 53%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o
[ 54%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o
[ 54%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o
[ 55%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o
[ 55%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o
[ 56%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o
[ 56%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o
[ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o
[ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o
[ 78%] Linking C shared library build/vm/JPEGReadWriter2Plugin.dll
[ 78%] Built target JPEGReadWriter2Plugin
Scanning dependencies of target SecurityPlugin
[ 78%] Building C object CMakeFiles/SecurityPlugin.dir/plugins/SecurityPlugin/common/DummySecurityPlugin.c.o
[ 79%] Linking C shared library build/vm/SecurityPlugin.dll
[ 79%] Built target SecurityPlugin
Scanning dependencies of target zlib-1.2.11-fixLibGit
[ 80%] Generating build/third-party/zlib-1.2.11-fixLibGit.zip
--2020-09-25 05:47:35--  https://files.pharo.org/vm/pharo-spur64/win/third-party//zlib-1.2.11-fixLibGit.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 60854 (59K) [application/zip]
Saving to: ‘zlib-1.2.11-fixLibGit.zip’

     0K .......... .......... .......... .......... .......... 84% 1.53M 0s
    50K .........                                             100% 10.8M=0.03s

2020-09-25 05:47:35 (1.77 MB/s) - ‘zlib-1.2.11-fixLibGit.zip’ saved [60854/60854]

[ 81%] Generating build/third-party/zlib-1.2.11-fixLibGit.done
Archive:  zlib-1.2.11-fixLibGit.zip
  inflating: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/zlib1.dll  
[ 81%] Built target zlib-1.2.11-fixLibGit
Scanning dependencies of target B2DPlugin
[ 81%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: unused function 'aaColorMaskGet' [-Wunused-function]
aaColorMaskGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: unused function 'aaColorShiftGet' [-Wunused-function]
aaColorShiftGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: unused function 'aaHalfPixelGet' [-Wunused-function]
aaHalfPixelGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: unused function 'aaLevelGet' [-Wunused-function]
aaLevelGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: unused function 'aaScanMaskGet' [-Wunused-function]
aaScanMaskGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: unused function 'aaShiftGet' [-Wunused-function]
aaShiftGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: unused function 'adjustAALevel' [-Wunused-function]
adjustAALevel(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: unused function 'aetStartGet' [-Wunused-function]
aetStartGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: unused function 'aetUsedGet' [-Wunused-function]
aetUsedGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: unused function 'allocateBezier' [-Wunused-function]
allocateBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: unused function 'allocateBezierStackEntry' [-Wunused-function]
allocateBezierStackEntry(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: unused function 'allocateLine' [-Wunused-function]
allocateLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: unused function 'allocateStackFillEntry' [-Wunused-function]
allocateStackFillEntry(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: unused function 'allocateWideBezier' [-Wunused-function]
allocateWideBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: unused function 'allocateWideLine' [-Wunused-function]
allocateWideLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: unused function 'clearSpanBufferGet' [-Wunused-function]
clearSpanBufferGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: unused function 'clipMaxXGet' [-Wunused-function]
clipMaxXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: unused function 'clipMaxYGet' [-Wunused-function]
clipMaxYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: unused function 'clipMinXGet' [-Wunused-function]
clipMinXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: unused function 'clipMinYGet' [-Wunused-function]
clipMinYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: unused function 'colorTransform' [-Wunused-function]
colorTransform(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: unused function 'currentYGet' [-Wunused-function]
currentYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: unused function 'currentZGet' [-Wunused-function]
currentZGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: unused function 'destOffsetXGet' [-Wunused-function]
destOffsetXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: unused function 'destOffsetYGet' [-Wunused-function]
destOffsetYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: unused function 'edgeTransform' [-Wunused-function]
edgeTransform(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: unused function 'fillBitmapSpan' [-Wunused-function]
fillBitmapSpan(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: unused function 'fillLinearGradient' [-Wunused-function]
fillLinearGradient(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: unused function 'fillMaxXGet' [-Wunused-function]
fillMaxXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1: warning: unused function 'fillMaxYGet' [-Wunused-function]
fillMaxYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: unused function 'fillMinXGet' [-Wunused-function]
fillMinXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: unused function 'fillMinYGet' [-Wunused-function]
fillMinYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: unused function 'fillOffsetXGet' [-Wunused-function]
fillOffsetXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: unused function 'fillOffsetYGet' [-Wunused-function]
fillOffsetYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: unused function 'fillRadialGradient' [-Wunused-function]
fillRadialGradient(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: unused function 'finishedProcessing' [-Wunused-function]
finishedProcessing(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: unused function 'firstPointListGet' [-Wunused-function]
firstPointListGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: unused function 'freeStackFillEntry' [-Wunused-function]
freeStackFillEntry(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: unused function 'getStartGet' [-Wunused-function]
getStartGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: unused function 'getUsedGet' [-Wunused-function]
getUsedGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: unused function 'hasColorTransform' [-Wunused-function]
hasColorTransform(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: unused function 'hasColorTransformGet' [-Wunused-function]
hasColorTransformGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: unused function 'hasEdgeTransform' [-Wunused-function]
hasEdgeTransform(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: unused function 'hasEdgeTransformGet' [-Wunused-function]
hasEdgeTransformGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: unused function 'lastExportedEdgeGet' [-Wunused-function]
lastExportedEdgeGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: unused function 'lastExportedFillGet' [-Wunused-function]
lastExportedFillGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: unused function 'lastExportedLeftXGet' [-Wunused-function]
lastExportedLeftXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: unused function 'lastExportedRightXGet' [-Wunused-function]
lastExportedRightXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: unused function 'magicNumberGet' [-Wunused-function]
magicNumberGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: unused function 'makeRectFromPoints' [-Wunused-function]
makeRectFromPoints(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: unused function 'needsFlush' [-Wunused-function]
needsFlush(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: unused function 'needsFlushGet' [-Wunused-function]
needsFlushGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: unused function 'objStartGet' [-Wunused-function]
objStartGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: unused function 'objUsedGet' [-Wunused-function]
objUsedGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: unused function 'point1Get' [-Wunused-function]
point1Get(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: unused function 'point2Get' [-Wunused-function]
point2Get(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: unused function 'point3Get' [-Wunused-function]
point3Get(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: unused function 'point4Get' [-Wunused-function]
point4Get(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: unused function 'returnWideBezierFill' [-Wunused-function]
returnWideBezierFill(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: unused function 'returnWideBezierWidth' [-Wunused-function]
returnWideBezierWidth(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: unused function 'returnWideLineFill' [-Wunused-function]
returnWideLineFill(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: unused function 'returnWideLineWidth' [-Wunused-function]
returnWideLineWidth(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: unused function 'sortGlobalEdgeTable' [-Wunused-function]
sortGlobalEdgeTable(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: unused function 'spanEndAAGet' [-Wunused-function]
spanEndAAGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: unused function 'spanEndGet' [-Wunused-function]
spanEndGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: unused function 'spanSizeGet' [-Wunused-function]
spanSizeGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: unused function 'spanStartGet' [-Wunused-function]
spanStartGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: unused function 'stackFillEntryLength' [-Wunused-function]
stackFillEntryLength(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: unused function 'stackFillSize' [-Wunused-function]
stackFillSize(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: unused function 'stateGet' [-Wunused-function]
stateGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: unused function 'stepToFirstBezier' [-Wunused-function]
stepToFirstBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: unused function 'stepToFirstLine' [-Wunused-function]
stepToFirstLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: unused function 'stepToFirstWideBezier' [-Wunused-function]
stepToFirstWideBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: unused function 'stepToFirstWideLine' [-Wunused-function]
stepToFirstWideLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: unused function 'stepToNextBezier' [-Wunused-function]
stepToNextBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: unused function 'stepToNextLine' [-Wunused-function]
stepToNextLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: unused function 'stepToNextWideLine' [-Wunused-function]
stepToNextWideLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: unused function 'stopReasonGet' [-Wunused-function]
stopReasonGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: unused function 'topFillDepth' [-Wunused-function]
topFillDepth(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: unused function 'topFillRightX' [-Wunused-function]
topFillRightX(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: unused function 'topFillValue' [-Wunused-function]
topFillValue(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: unused function 'wbSizeGet' [-Wunused-function]
wbSizeGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: unused function 'wbStackClear' [-Wunused-function]
wbStackClear(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: unused function 'wbStackSize' [-Wunused-function]
wbStackSize(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: unused function 'wbTopGet' [-Wunused-function]
wbTopGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: unused function 'workBufferPut' [-Wunused-function]
workBufferPut(sqInt wbOop)
^
324 warnings generated.
[ 82%] Linking C shared library build/vm/B2DPlugin.dll
[ 82%] Built target B2DPlugin
Scanning dependencies of target SDL2-2.0.5
[ 83%] Generating build/third-party/SDL2-2.0.5.zip
--2020-09-25 05:47:45--  https://files.pharo.org/vm/pharo-spur64/win/third-party//SDL2-2.0.5.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 583669 (570K) [application/zip]
Saving to: ‘SDL2-2.0.5.zip’

     0K .......... .......... .......... .......... ..........  8% 1.39M 0s
    50K .......... .......... .......... .......... .......... 17% 3.13M 0s
   100K .......... .......... .......... .......... .......... 26% 4.98M 0s
   150K .......... .......... .......... .......... .......... 35% 5.09M 0s
   200K .......... .......... .......... .......... .......... 43% 4.74M 0s
   250K .......... .......... .......... .......... .......... 52% 4.77M 0s
   300K .......... .......... .......... .......... .......... 61% 7.55M 0s
   350K .......... .......... .......... .......... .......... 70% 6.29M 0s
   400K .......... .......... .......... .......... .......... 78% 6.89M 0s
   450K .......... .......... .......... .......... .......... 87% 6.97M 0s
   500K .......... .......... .......... .......... .......... 96% 10.5M 0s
   550K .......... .........                                  100% 5.29M=0.1s

2020-09-25 05:47:45 (4.37 MB/s) - ‘SDL2-2.0.5.zip’ saved [583669/583669]

[ 83%] Generating build/third-party/SDL2-2.0.5.done
Archive:  SDL2-2.0.5.zip
  inflating: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/SDL2.dll  
[ 83%] Built target SDL2-2.0.5
Scanning dependencies of target FileAttributesPlugin
[ 83%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: unused function 'badSessionId' [-Wunused-function]
badSessionId(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:377:1: warning: unused function 'convertWinToSqueakTime' [-Wunused-function]
convertWinToSqueakTime(SYSTEMTIME st)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:407:1: warning: unused function 'faSuccess' [-Wunused-function]
faSuccess(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:439:1: warning: unused function 'objectFromStructsize' [-Wunused-function]
objectFromStructsize(void *aMachineAddress, sqInt structSize)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:458:1: warning: unused function 'pathOoptoBuffermaxLen' [-Wunused-function]
pathOoptoBuffermaxLen(sqInt pathNameOop, char *cPathName, sqInt maxLen)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:482:1: warning: unused function 'pointerFrom' [-Wunused-function]
pointerFrom(sqInt directoryPointerBytes)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1155:1: warning: unused function 'readLinkintomaxLength' [-Wunused-function]
readLinkintomaxLength(char *cPathName, char *cLinkPtr, size_t maxLength)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1233:1: warning: unused function 'sizeOfFaPath' [-Wunused-function]
sizeOfFaPath(void)
^
9 warnings generated.
[ 84%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o
In file included from /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:67:9: warning: 'VM_EXPORT' macro redefined [-Wmacro-redefined]
#define VM_EXPORT
        ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/win/sqPlatformSpecific.h:26:11: note: previous definition is here
#  define VM_EXPORT __declspec( dllexport )
          ^
1 warning generated.
[ 84%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c.o
In file included from /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c:10:
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:67:9: warning: 'VM_EXPORT' macro redefined [-Wmacro-redefined]
#define VM_EXPORT
        ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/win/sqPlatformSpecific.h:26:11: note: previous definition is here
#  define VM_EXPORT __declspec( dllexport )
          ^
1 warning generated.
[ 85%] Linking C shared library build/vm/FileAttributesPlugin.dll
[ 85%] Built target FileAttributesPlugin
Scanning dependencies of target LocalePlugin
[ 85%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:388:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
1 warning generated.
[ 86%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c.o
In file included from /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c:13:
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:67:9: warning: 'VM_EXPORT' macro redefined [-Wmacro-redefined]
#define VM_EXPORT
        ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/win/sqPlatformSpecific.h:26:11: note: previous definition is here
#  define VM_EXPORT __declspec( dllexport )
          ^
1 warning generated.
[ 86%] Linking C shared library build/vm/LocalePlugin.dll
[ 86%] Built target LocalePlugin
Scanning dependencies of target SqueakSSL
[ 87%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o
[ 87%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c.o
In file included from /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:18:
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:67:9: warning: 'VM_EXPORT' macro redefined [-Wmacro-redefined]
#define VM_EXPORT
        ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/win/sqPlatformSpecific.h:26:11: note: previous definition is here
#  define VM_EXPORT __declspec( dllexport )
          ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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)) {
                       ^
                       ==
4 warnings generated.
[ 88%] Linking C shared library build/vm/SqueakSSL.dll
[ 88%] Built target SqueakSSL
Scanning dependencies of target MiscPrimitivePlugin
[ 89%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o
[ 89%] Linking C shared library build/vm/MiscPrimitivePlugin.dll
[ 89%] Built target MiscPrimitivePlugin
Scanning dependencies of target SurfacePlugin
[ 89%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c.o
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c:79:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma export off
        ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c:135:3: warning: expression result unused [-Wunused-value]
                -1;
                ^~
3 warnings generated.
[ 90%] Linking C shared library build/vm/SurfacePlugin.dll
[ 90%] Built target SurfacePlugin
Scanning dependencies of target JPEGReaderPlugin
[ 90%] Building C object CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: unused function 'colorConvertGrayscaleMCU' [-Wunused-function]
colorConvertGrayscaleMCU(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: unused function 'colorConvertMCU' [-Wunused-function]
colorConvertMCU(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: unused function 'fillBuffer' [-Wunused-function]
fillBuffer(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: unused function 'nextSampleCb' [-Wunused-function]
nextSampleCb(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: unused function 'nextSampleCr' [-Wunused-function]
nextSampleCr(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: unused function 'nextSampleY' [-Wunused-function]
nextSampleY(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: unused function 'stInit' [-Wunused-function]
stInit(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1787:1: warning: unused function 'storeJPEGStreamOn' [-Wunused-function]
storeJPEGStreamOn(sqInt streamOop)
^
13 warnings generated.
[ 91%] Linking C shared library build/vm/JPEGReaderPlugin.dll
[ 91%] Built target JPEGReaderPlugin
Scanning dependencies of target libssh2-1.9.0
[ 91%] Generating build/third-party/libssh2-1.9.0.zip
--2020-09-25 05:48:20--  https://files.pharo.org/vm/pharo-spur64/win/third-party//libssh2-1.9.0.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 398563 (389K) [application/zip]
Saving to: ‘libssh2-1.9.0.zip’

     0K .......... .......... .......... .......... .......... 12% 1.42M 0s
    50K .......... .......... .......... .......... .......... 25% 3.29M 0s
   100K .......... .......... .......... .......... .......... 38% 5.45M 0s
   150K .......... .......... .......... .......... .......... 51% 7.04M 0s
   200K .......... .......... .......... .......... .......... 64% 4.13M 0s
   250K .......... .......... .......... .......... .......... 77% 6.30M 0s
   300K .......... .......... .......... .......... .......... 89% 6.74M 0s
   350K .......... .......... .......... .........            100% 6.92M=0.1s

2020-09-25 05:48:20 (3.90 MB/s) - ‘libssh2-1.9.0.zip’ saved [398563/398563]

[ 92%] Generating build/third-party/libssh2-1.9.0.done
Archive:  libssh2-1.9.0.zip
  inflating: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libssh2-1.dll  
  inflating: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/vm/libssh2.dll  
[ 92%] Built target libssh2-1.9.0
Scanning dependencies of target IA32ABI
[ 93%] Building C object CMakeFiles/IA32ABI.dir/extracted/plugins/IA32ABI/src/common/IA32ABI.c.o
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:500:31: warning: incompatible pointer types passing 'sqIntptr_t *' (aka 'long long *') to parameter of type 'long *' [-Wincompatible-pointer-types]
        mem = allocateExecutablePage(&byteSize);
                                     ^~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/include/common/ia32abi.h:64:43: note: passing argument to parameter 'pagesize' here
extern void *allocateExecutablePage(long *pagesize);
                                          ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:748:24: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'const void *' [-Wint-conversion]
        memcpy((&floatValue), addr, sizeof(floatValue));
                              ^~~~
/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_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:795:9: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
        memcpy(addr, (&floatValue), sizeof(floatValue));
               ^~~~
/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_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:840:24: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'const void *' [-Wint-conversion]
        memcpy((&floatValue), addr, sizeof(floatValue));
                              ^~~~
/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_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:887:9: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
        memcpy(addr, (&floatValue), sizeof(floatValue));
               ^~~~
/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_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:2253:34: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt, VMCallbackContext *, sqInt)' (aka 'long long (*)(long long, struct _VMCallbackContext *, long long)') from 'sqInt (*)(int, vmccp, sqInt)' (aka 'long long (*)(int, struct _VMCallbackContext *, long long)') [-Wincompatible-function-pointer-types]
                returnAsThroughCallbackContext = interpreterProxy->returnAsThroughCallbackContext;
                                               ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:2278:1: warning: unused function 'sizeField' [-Wunused-function]
sizeField(sqInt rcvr)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:2289:1: warning: unused function 'startOfByteData' [-Wunused-function]
startOfByteData(sqInt rcvr)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/IA32ABI.c:2318:1: warning: unused function 'startOfDatawithSize' [-Wunused-function]
startOfDatawithSize(sqInt rcvr, sqInt sizeField)
^
9 warnings generated.
[ 93%] Building C object CMakeFiles/IA32ABI.dir/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c.o
In file included from /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c:33:
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:67:9: warning: 'VM_EXPORT' macro redefined [-Wmacro-redefined]
#define VM_EXPORT
        ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/win/sqPlatformSpecific.h:26:11: note: previous definition is here
#  define VM_EXPORT __declspec( dllexport )
          ^
In file included from /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c:35:
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h:34:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma export on
        ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h:72:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma export off
        ^
3 warnings generated.
[ 94%] Building C object CMakeFiles/IA32ABI.dir/extracted/plugins/IA32ABI/src/common/xabicc.c.o
In file included from /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/xabicc.c:14:
In file included from /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/x64win64abicc.c:23:
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/common/sq.h:67:9: warning: 'VM_EXPORT' macro redefined [-Wmacro-redefined]
#define VM_EXPORT
        ^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/vm/include/win/sqPlatformSpecific.h:26:11: note: previous definition is here
#  define VM_EXPORT __declspec( dllexport )
          ^
In file included from /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/xabicc.c:14:
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/IA32ABI/src/common/x64win64abicc.c:246:6: warning: implicit declaration of function 'fakeReturnDouble' is invalid in C99 [-Wimplicit-function-declaration]
                                        fakeReturnDouble( vmcc.rvs.valflt64 );
                                        ^
2 warnings generated.
[ 94%] Building C object CMakeFiles/IA32ABI.dir/extracted/plugins/IA32ABI/src/common/x64win64stub.c.o
[ 95%] Linking C shared library build/vm/IA32ABI.dll
[ 95%] Built target IA32ABI
Scanning dependencies of target LargeIntegers
[ 95%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:3797:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
25 warnings generated.
[ 96%] Linking C shared library build/vm/LargeIntegers.dll
[ 96%] Built target LargeIntegers
Scanning dependencies of target BitBltPlugin
[ 96%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: unused function 'affectedBottom' [-Wunused-function]
affectedBottom(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: unused function 'affectedLeft' [-Wunused-function]
affectedLeft(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:425:1: warning: unused function 'affectedRight' [-Wunused-function]
affectedRight(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: unused function 'affectedTop' [-Wunused-function]
affectedTop(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: unused function 'checkSourceOverlap' [-Wunused-function]
checkSourceOverlap(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: unused function 'copyBitsFastPathSpecialised' [-Wunused-function]
copyBitsFastPathSpecialised(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: unused function 'default8To32Table' [-Wunused-function]
default8To32Table(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: unused function 'destMaskAndPointerInit' [-Wunused-function]
destMaskAndPointerInit(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: unused function 'loadBitBltDestForm' [-Wunused-function]
loadBitBltDestForm(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: unused function 'loadBitBltSourceForm' [-Wunused-function]
loadBitBltSourceForm(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: unused function 'loadColorMap' [-Wunused-function]
loadColorMap(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: unused function 'loadHalftoneForm' [-Wunused-function]
loadHalftoneForm(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: unused function 'performCopyLoop' [-Wunused-function]
performCopyLoop(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: unused function 'showDisplayBits' [-Wunused-function]
showDisplayBits(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: unused function 'sourceSkewAndPointerInit' [-Wunused-function]
sourceSkewAndPointerInit(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: unused function 'tryCopyingBitsQuickly' [-Wunused-function]
tryCopyingBitsQuickly(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: unused function 'warpBits' [-Wunused-function]
warpBits(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: unused function 'warpLoopSetup' [-Wunused-function]
warpLoopSetup(void)
^
/cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:8027:1: warning: unused function 'warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags' [-Wunused-function]
warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags(sqInt nPixels, sqInt xDeltah, sqInt yDeltah, sqInt xDeltav, sqInt yDeltav, sqInt dstShiftInc, sqInt mapperFlags)
^
41 warnings generated.
[ 97%] Linking C shared library build/vm/BitBltPlugin.dll
[ 97%] Built target BitBltPlugin
Scanning dependencies of target Pharo
[ 98%] Building C object CMakeFiles/Pharo.dir/src/win32Main.c.o
[ 98%] Building RC object CMakeFiles/Pharo.dir/Pharo.rc.res
[100%] Linking C executable build/vm/Pharo.exe
[100%] Built target Pharo
Install the project...
-- Install configuration: ""
-- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/./
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//B2DPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//BitBltPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//DSAPrims.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//FileAttributesPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//FilePlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//IA32ABI.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//iconv.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//JPEGReaderPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//JPEGReadWriter2Plugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//LargeIntegers.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libbz2-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libcairo-2.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libeay32.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libexpat-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libfontconfig-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libfreetype-6.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libgcc_s_seh-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libgit2-1-0-0.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libgit2.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libpcre-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libpixman-1-0.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libpng16-16.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libssh2-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libssh2.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libwinpthread-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//LocalePlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//MiscPrimitivePlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//PharoVMCore.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//SDL2.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//SecurityPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//SocketPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//SqueakFFIPrims.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//SqueakSSL.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//ssleay32.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//SurfacePlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//UUIDPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//zlib1.dll
-- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/./
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libB2DPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libBitBltPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libDSAPrims.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libFileAttributesPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libFilePlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libIA32ABI.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libJPEGReaderPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libJPEGReadWriter2Plugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libLargeIntegers.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libLocalePlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libMiscPrimitivePlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libPharoVMCore.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libSecurityPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libSocketPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libSqueakFFIPrims.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libSqueakSSL.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libSurfacePlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//libUUIDPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//Pharo.exe
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//PharoConsole.exe
-- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/./
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/.//cygffi-7.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqConfig.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqGnu.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqPlatformSpecific.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqWin32.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqWin32Alloc.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqWin32HandleTable.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/config.h
-- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/debug.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/errorCode.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/fileDialog.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/imageAccess.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/interpreter.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/macros.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/parameters.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/parameterVector.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/pathUtilities.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/pharo.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/pharoClient.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/pThreadedFFI
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/pThreadedFFI/callbacks.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/pThreadedFFI/pThreadedFFI.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/pThreadedFFI/pThreadedFFIUtils.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/pThreadedFFI/worker.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/pThreadedFFI/workerTask.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/semaphores
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/semaphores/pSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqNamedPrims.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/stringUtilities.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/threadSafeQueue
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/dispdbg.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sq.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqaio.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqAssert.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqAtomicOps.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqCogStackAlignment.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqMemoryAccess.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqMemoryFence.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/sqVirtualMachine.h
-- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/cogit.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/cogmethod.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/cointerp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/dist/include/pharovm/interp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/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_v8.6.0-alpha"`
    set -ex
    cd build && make package
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ cd build
+ make package
[  1%] Built target openssl-1.0.2q-fixLigGit
[  2%] Built target libgit2-win-1.0.0
[  3%] Built target libgit2-0.25.1-fixLibGit
[  4%] Built target libpng-1.6.34
[  5%] Built target freetype-2.9.1
[  6%] Built target gcc-runtime-3.4
[  7%] Built target cairo-1.15.4
[  8%] Built target pixman-0.34.0
[ 12%] Built target build_libFFI
[ 12%] Built target libFFI
[ 37%] Built target PharoVMCore
[ 38%] Built target DSAPrims
[ 40%] Built target PharoConsole
[ 41%] Built target SocketPlugin
[ 44%] Built target SqueakFFIPrims
[ 48%] Built target FilePlugin
[ 49%] Built target UUIDPlugin
[ 78%] Built target JPEGReadWriter2Plugin
[ 79%] Built target SecurityPlugin
[ 81%] Built target zlib-1.2.11-fixLibGit
[ 82%] Built target B2DPlugin
[ 83%] Built target SDL2-2.0.5
[ 85%] Built target FileAttributesPlugin
[ 86%] Built target LocalePlugin
[ 88%] Built target SqueakSSL
[ 89%] Built target MiscPrimitivePlugin
[ 90%] Built target SurfacePlugin
[ 91%] Built target JPEGReaderPlugin
[ 92%] Built target libssh2-1.9.0
[ 95%] Built target IA32ABI
[ 96%] Built target LargeIntegers
[ 97%] Built target BitBltPlugin
[100%] Built target Pharo
Run CPack packaging tool...
CPack: Create package using ZIP
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
CPack: - Install project: PharoVM []
CPack: -   Install component: bin
CPack: -   Install component: include
CPack: Create package
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/packages/PharoVM-8.5.0-3cf4aab2-win64-bin.zip generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/packages/PharoVM-8.5.0-3cf4aab2-win64-bin.zip.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/packages/PharoVM-8.5.0-3cf4aab2-win64-include.zip generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_v8.6.0-alpha/build/build/packages/PharoVM-8.5.0-3cf4aab2-win64-include.zip.sha1 generated.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] stash
Stashed 4 file(s)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] node
Running on pharo-ci-jenkins2-bootstrap-unix in /builds/workspace/pharo-vm_v8.6.0-alpha
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Upload)
[Pipeline] echo
[DO NO UPLOAD] In branch different that 'headless': v8.6.0-alpha
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on pharo-ci-jenkins2-bootstrap-unix in /builds/workspace/pharo-vm_v8.6.0-alpha
[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
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_v8.6.0-alpha # 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 GitHub account
 > git fetch --tags --progress --depth=2 https://github.com/pharo-project/opensmalltalk-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Using shallow fetch with depth 2
Checking out Revision 3cf4aab2701515ddf42c53813adb1562a07a0a96 (v8.6.0-alpha)
Commit message: "Merge pull request #107 from pharo-project/feature/addingPrimitiveNewPinned"
 > 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 GitHub account
 > git fetch --tags --progress --depth=2 https://github.com/pharo-project/opensmalltalk-vm.git +refs/tags/v8.6.0-alpha:refs/tags/v8.6.0-alpha # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3cf4aab2701515ddf42c53813adb1562a07a0a96 # timeout=10
 > git --version # timeout=10
 > git --version # 'git version 2.7.4'
[Pipeline] unstash
[Pipeline] dir
Running in /builds/workspace/pharo-vm_v8.6.0-alpha/build
[Pipeline] {
[Pipeline] sh
+ wget http://files.pharo.org/vm/pharo-spur64/win/third-party/Gtk3.zip
--2020-09-25 14:50:02--  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: 23497039 (22M) [application/zip]
Saving to: ‘Gtk3.zip’

     0K .......... .......... .......... .......... ..........  0% 1.44M 15s
    50K .......... .......... .......... .......... ..........  0% 2.87M 12s
   100K .......... .......... .......... .......... ..........  0% 24.1M 8s
   150K .......... .......... .......... .......... ..........  0% 24.3M 6s
   200K .......... .......... .......... .......... ..........  1% 3.45M 6s
   250K .......... .......... .......... .......... ..........  1% 24.0M 5s
   300K .......... .......... .......... .......... ..........  1% 23.7M 5s
   350K .......... .......... .......... .......... ..........  1% 21.8M 4s
   400K .......... .......... .......... .......... ..........  1% 5.25M 4s
   450K .......... .......... .......... .......... ..........  2% 24.7M 4s
   500K .......... .......... .......... .......... ..........  2% 24.0M 4s
   550K .......... .......... .......... .......... ..........  2% 22.0M 3s
   600K .......... .......... .......... .......... ..........  2% 26.0M 3s
   650K .......... .......... .......... .......... ..........  3% 22.6M 3s
   700K .......... .......... .......... .......... ..........  3% 20.6M 3s
   750K .......... .......... .......... .......... ..........  3% 10.5M 3s
   800K .......... .......... .......... .......... ..........  3% 19.7M 3s
   850K .......... .......... .......... .......... ..........  3% 9.54M 3s
   900K .......... .......... .......... .......... ..........  4% 37.6M 3s
   950K .......... .......... .......... .......... ..........  4% 26.0M 2s
  1000K .......... .......... .......... .......... ..........  4% 20.7M 2s
  1050K .......... .......... .......... .......... ..........  4% 24.0M 2s
  1100K .......... .......... .......... .......... ..........  5% 22.8M 2s
  1150K .......... .......... .......... .......... ..........  5% 24.5M 2s
  1200K .......... .......... .......... .......... ..........  5% 10.7M 2s
  1250K .......... .......... .......... .......... ..........  5% 22.0M 2s
  1300K .......... .......... .......... .......... ..........  5% 21.2M 2s
  1350K .......... .......... .......... .......... ..........  6% 22.0M 2s
  1400K .......... .......... .......... .......... ..........  6% 27.6M 2s
  1450K .......... .......... .......... .......... ..........  6% 22.4M 2s
  1500K .......... .......... .......... .......... ..........  6% 20.7M 2s
  1550K .......... .......... .......... .......... ..........  6% 16.6M 2s
  1600K .......... .......... .......... .......... ..........  7% 21.7M 2s
  1650K .......... .......... .......... .......... ..........  7% 23.0M 2s
  1700K .......... .......... .......... .......... ..........  7% 21.5M 2s
  1750K .......... .......... .......... .......... ..........  7% 23.4M 2s
  1800K .......... .......... .......... .......... ..........  8% 22.9M 2s
  1850K .......... .......... .......... .......... ..........  8% 25.1M 2s
  1900K .......... .......... .......... .......... ..........  8% 20.9M 2s
  1950K .......... .......... .......... .......... ..........  8% 21.0M 2s
  2000K .......... .......... .......... .......... ..........  8% 25.5M 2s
  2050K .......... .......... .......... .......... ..........  9% 18.6M 2s
  2100K .......... .......... .......... .......... ..........  9% 21.9M 2s
  2150K .......... .......... .......... .......... ..........  9% 25.8M 2s
  2200K .......... .......... .......... .......... ..........  9% 23.9M 2s
  2250K .......... .......... .......... .......... .......... 10% 22.7M 2s
  2300K .......... .......... .......... .......... .......... 10% 22.3M 2s
  2350K .......... .......... .......... .......... .......... 10% 21.1M 2s
  2400K .......... .......... .......... .......... .......... 10% 29.0M 1s
  2450K .......... .......... .......... .......... .......... 10% 22.4M 1s
  2500K .......... .......... .......... .......... .......... 11% 20.4M 1s
  2550K .......... .......... .......... .......... .......... 11% 24.4M 1s
  2600K .......... .......... .......... .......... .......... 11% 25.5M 1s
  2650K .......... .......... .......... .......... .......... 11% 13.4M 1s
  2700K .......... .......... .......... .......... .......... 11% 24.5M 1s
  2750K .......... .......... .......... .......... .......... 12% 20.1M 1s
  2800K .......... .......... .......... .......... .......... 12% 25.8M 1s
  2850K .......... .......... .......... .......... .......... 12% 23.1M 1s
  2900K .......... .......... .......... .......... .......... 12% 23.8M 1s
  2950K .......... .......... .......... .......... .......... 13% 20.5M 1s
  3000K .......... .......... .......... .......... .......... 13% 31.0M 1s
  3050K .......... .......... .......... .......... .......... 13% 20.2M 1s
  3100K .......... .......... .......... .......... .......... 13% 22.2M 1s
  3150K .......... .......... .......... .......... .......... 13% 23.4M 1s
  3200K .......... .......... .......... .......... .......... 14% 30.6M 1s
  3250K .......... .......... .......... .......... .......... 14% 19.8M 1s
  3300K .......... .......... .......... .......... .......... 14% 22.5M 1s
  3350K .......... .......... .......... .......... .......... 14% 23.7M 1s
  3400K .......... .......... .......... .......... .......... 15% 22.1M 1s
  3450K .......... .......... .......... .......... .......... 15% 25.2M 1s
  3500K .......... .......... .......... .......... .......... 15% 26.1M 1s
  3550K .......... .......... .......... .......... .......... 15% 23.0M 1s
  3600K .......... .......... .......... .......... .......... 15% 19.4M 1s
  3650K .......... .......... .......... .......... .......... 16% 27.5M 1s
  3700K .......... .......... .......... .......... .......... 16% 20.8M 1s
  3750K .......... .......... .......... .......... .......... 16% 25.6M 1s
  3800K .......... .......... .......... .......... .......... 16% 22.4M 1s
  3850K .......... .......... .......... .......... .......... 16% 22.6M 1s
  3900K .......... .......... .......... .......... .......... 17% 26.6M 1s
  3950K .......... .......... .......... .......... .......... 17% 21.4M 1s
  4000K .......... .......... .......... .......... .......... 17% 32.7M 1s
  4050K .......... .......... .......... .......... .......... 17% 18.1M 1s
  4100K .......... .......... .......... .......... .......... 18% 22.5M 1s
  4150K .......... .......... .......... .......... .......... 18% 26.0M 1s
  4200K .......... .......... .......... .......... .......... 18% 23.7M 1s
  4250K .......... .......... .......... .......... .......... 18% 21.5M 1s
  4300K .......... .......... .......... .......... .......... 18% 22.3M 1s
  4350K .......... .......... .......... .......... .......... 19% 41.0M 1s
  4400K .......... .......... .......... .......... .......... 19% 21.4M 1s
  4450K .......... .......... .......... .......... .......... 19% 25.9M 1s
  4500K .......... .......... .......... .......... .......... 19% 17.0M 1s
  4550K .......... .......... .......... .......... .......... 20% 22.9M 1s
  4600K .......... .......... .......... .......... .......... 20% 22.7M 1s
  4650K .......... .......... .......... .......... .......... 20% 24.2M 1s
  4700K .......... .......... .......... .......... .......... 20% 32.9M 1s
  4750K .......... .......... .......... .......... .......... 20% 21.4M 1s
  4800K .......... .......... .......... .......... .......... 21% 19.6M 1s
  4850K .......... .......... .......... .......... .......... 21% 24.2M 1s
  4900K .......... .......... .......... .......... .......... 21% 23.6M 1s
  4950K .......... .......... .......... .......... .......... 21% 28.9M 1s
  5000K .......... .......... .......... .......... .......... 22% 18.2M 1s
  5050K .......... .......... .......... .......... .......... 22% 31.2M 1s
  5100K .......... .......... .......... .......... .......... 22% 18.6M 1s
  5150K .......... .......... .......... .......... .......... 22% 23.3M 1s
  5200K .......... .......... .......... .......... .......... 22% 23.6M 1s
  5250K .......... .......... .......... .......... .......... 23% 32.2M 1s
  5300K .......... .......... .......... .......... .......... 23% 20.1M 1s
  5350K .......... .......... .......... .......... .......... 23% 21.1M 1s
  5400K .......... .......... .......... .......... .......... 23% 26.7M 1s
  5450K .......... .......... .......... .......... .......... 23% 20.6M 1s
  5500K .......... .......... .......... .......... .......... 24% 25.8M 1s
  5550K .......... .......... .......... .......... .......... 24% 60.0M 1s
  5600K .......... .......... .......... .......... .......... 24% 14.4M 1s
  5650K .......... .......... .......... .......... .......... 24% 32.2M 1s
  5700K .......... .......... .......... .......... .......... 25% 17.2M 1s
  5750K .......... .......... .......... .......... .......... 25% 23.7M 1s
  5800K .......... .......... .......... .......... .......... 25% 22.7M 1s
  5850K .......... .......... .......... .......... .......... 25% 23.6M 1s
  5900K .......... .......... .......... .......... .......... 25% 25.3M 1s
  5950K .......... .......... .......... .......... .......... 26% 21.7M 1s
  6000K .......... .......... .......... .......... .......... 26% 33.2M 1s
  6050K .......... .......... .......... .......... .......... 26% 20.7M 1s
  6100K .......... .......... .......... .......... .......... 26% 20.0M 1s
  6150K .......... .......... .......... .......... .......... 27% 23.6M 1s
  6200K .......... .......... .......... .......... .......... 27% 24.5M 1s
  6250K .......... .......... .......... .......... .......... 27% 25.5M 1s
  6300K .......... .......... .......... .......... .......... 27% 22.1M 1s
  6350K .......... .......... .......... .......... .......... 27% 25.1M 1s
  6400K .......... .......... .......... .......... .......... 28% 20.6M 1s
  6450K .......... .......... .......... .......... .......... 28% 32.1M 1s
  6500K .......... .......... .......... .......... .......... 28% 18.8M 1s
  6550K .......... .......... .......... .......... .......... 28% 22.4M 1s
  6600K .......... .......... .......... .......... .......... 28% 26.9M 1s
  6650K .......... .......... .......... .......... .......... 29% 20.9M 1s
  6700K .......... .......... .......... .......... .......... 29% 26.6M 1s
  6750K .......... .......... .......... .......... .......... 29% 6.14M 1s
  6800K .......... .......... .......... .......... .......... 29%  176M 1s
  6850K .......... .......... .......... .......... .......... 30%  249M 1s
  6900K .......... .......... .......... .......... .......... 30%  229M 1s
  6950K .......... .......... .......... .......... .......... 30% 28.1M 1s
  7000K .......... .......... .......... .......... .......... 30% 20.5M 1s
  7050K .......... .......... .......... .......... .......... 30% 22.0M 1s
  7100K .......... .......... .......... .......... .......... 31% 24.6M 1s
  7150K .......... .......... .......... .......... .......... 31% 25.7M 1s
  7200K .......... .......... .......... .......... .......... 31% 19.2M 1s
  7250K .......... .......... .......... .......... .......... 31% 23.3M 1s
  7300K .......... .......... .......... .......... .......... 32% 27.3M 1s
  7350K .......... .......... .......... .......... .......... 32% 20.9M 1s
  7400K .......... .......... .......... .......... .......... 32% 23.7M 1s
  7450K .......... .......... .......... .......... .......... 32% 38.6M 1s
  7500K .......... .......... .......... .......... .......... 32% 22.1M 1s
  7550K .......... .......... .......... .......... .......... 33% 15.7M 1s
  7600K .......... .......... .......... .......... .......... 33% 23.2M 1s
  7650K .......... .......... .......... .......... .......... 33% 28.8M 1s
  7700K .......... .......... .......... .......... .......... 33% 31.7M 1s
  7750K .......... .......... .......... .......... .......... 33% 15.7M 1s
  7800K .......... .......... .......... .......... .......... 34% 22.1M 1s
  7850K .......... .......... .......... .......... .......... 34% 23.5M 1s
  7900K .......... .......... .......... .......... .......... 34% 25.4M 1s
  7950K .......... .......... .......... .......... .......... 34% 21.9M 1s
  8000K .......... .......... .......... .......... .......... 35% 23.8M 1s
  8050K .......... .......... .......... .......... .......... 35% 23.5M 1s
  8100K .......... .......... .......... .......... .......... 35% 24.7M 1s
  8150K .......... .......... .......... .......... .......... 35% 29.7M 1s
  8200K .......... .......... .......... .......... .......... 35% 18.1M 1s
  8250K .......... .......... .......... .......... .......... 36% 25.9M 1s
  8300K .......... .......... .......... .......... .......... 36% 22.2M 1s
  8350K .......... .......... .......... .......... .......... 36% 27.9M 1s
  8400K .......... .......... .......... .......... .......... 36% 20.0M 1s
  8450K .......... .......... .......... .......... .......... 37% 27.1M 1s
  8500K .......... .......... .......... .......... .......... 37% 19.4M 1s
  8550K .......... .......... .......... .......... .......... 37% 25.6M 1s
  8600K .......... .......... .......... .......... .......... 37% 24.5M 1s
  8650K .......... .......... .......... .......... .......... 37% 20.0M 1s
  8700K .......... .......... .......... .......... .......... 38% 25.9M 1s
  8750K .......... .......... .......... .......... .......... 38% 22.3M 1s
  8800K .......... .......... .......... .......... .......... 38% 24.1M 1s
  8850K .......... .......... .......... .......... .......... 38% 23.8M 1s
  8900K .......... .......... .......... .......... .......... 39% 28.1M 1s
  8950K .......... .......... .......... .......... .......... 39% 19.8M 1s
  9000K .......... .......... .......... .......... .......... 39% 22.2M 1s
  9050K .......... .......... .......... .......... .......... 39% 24.4M 1s
  9100K .......... .......... .......... .......... .......... 39% 25.0M 1s
  9150K .......... .......... .......... .......... .......... 40% 23.4M 1s
  9200K .......... .......... .......... .......... .......... 40% 20.8M 1s
  9250K .......... .......... .......... .......... .......... 40% 23.5M 1s
  9300K .......... .......... .......... .......... .......... 40% 27.2M 1s
  9350K .......... .......... .......... .......... .......... 40% 20.6M 1s
  9400K .......... .......... .......... .......... .......... 41% 25.7M 1s
  9450K .......... .......... .......... .......... .......... 41% 20.7M 1s
  9500K .......... .......... .......... .......... .......... 41% 25.1M 1s
  9550K .......... .......... .......... .......... .......... 41% 23.1M 1s
  9600K .......... .......... .......... .......... .......... 42% 30.6M 1s
  9650K .......... .......... .......... .......... .......... 42% 18.7M 1s
  9700K .......... .......... .......... .......... .......... 42% 23.0M 1s
  9750K .......... .......... .......... .......... .......... 42% 27.6M 1s
  9800K .......... .......... .......... .......... .......... 42% 22.0M 1s
  9850K .......... .......... .......... .......... .......... 43% 21.3M 1s
  9900K .......... .......... .......... .......... .......... 43% 26.6M 1s
  9950K .......... .......... .......... .......... .......... 43% 20.1M 1s
 10000K .......... .......... .......... .......... .......... 43% 24.3M 1s
 10050K .......... .......... .......... .......... .......... 44% 24.4M 1s
 10100K .......... .......... .......... .......... .......... 44% 23.6M 1s
 10150K .......... .......... .......... .......... .......... 44% 23.0M 1s
 10200K .......... .......... .......... .......... .......... 44% 23.8M 1s
 10250K .......... .......... .......... .......... .......... 44% 22.7M 1s
 10300K .......... .......... .......... .......... .......... 45% 29.7M 1s
 10350K .......... .......... .......... .......... .......... 45% 19.5M 1s
 10400K .......... .......... .......... .......... .......... 45% 23.0M 1s
 10450K .......... .......... .......... .......... .......... 45% 25.9M 1s
 10500K .......... .......... .......... .......... .......... 45% 22.3M 1s
 10550K .......... .......... .......... .......... .......... 46% 21.0M 1s
 10600K .......... .......... .......... .......... .......... 46% 27.8M 1s
 10650K .......... .......... .......... .......... .......... 46% 21.6M 1s
 10700K .......... .......... .......... .......... .......... 46% 25.0M 1s
 10750K .......... .......... .......... .......... .......... 47% 21.5M 1s
 10800K .......... .......... .......... .......... .......... 47% 25.3M 1s
 10850K .......... .......... .......... .......... .......... 47% 21.7M 1s
 10900K .......... .......... .......... .......... .......... 47% 23.1M 1s
 10950K .......... .......... .......... .......... .......... 47% 24.5M 1s
 11000K .......... .......... .......... .......... .......... 48% 23.7M 1s
 11050K .......... .......... .......... .......... .......... 48% 22.4M 1s
 11100K .......... .......... .......... .......... .......... 48% 21.8M 1s
 11150K .......... .......... .......... .......... .......... 48% 29.4M 1s
 11200K .......... .......... .......... .......... .......... 49% 19.7M 1s
 11250K .......... .......... .......... .......... .......... 49% 24.4M 1s
 11300K .......... .......... .......... .......... .......... 49% 22.2M 1s
 11350K .......... .......... .......... .......... .......... 49% 24.1M 1s
 11400K .......... .......... .......... .......... .......... 49% 22.2M 1s
 11450K .......... .......... .......... .......... .......... 50% 25.0M 1s
 11500K .......... .......... .......... .......... .......... 50% 22.4M 1s
 11550K .......... .......... .......... .......... .......... 50% 24.6M 1s
 11600K .......... .......... .......... .......... .......... 50% 24.9M 1s
 11650K .......... .......... .......... .......... .......... 50% 23.6M 1s
 11700K .......... .......... .......... .......... .......... 51% 26.6M 1s
 11750K .......... .......... .......... .......... .......... 51% 18.5M 1s
 11800K .......... .......... .......... .......... .......... 51% 23.3M 1s
 11850K .......... .......... .......... .......... .......... 51% 30.3M 1s
 11900K .......... .......... .......... .......... .......... 52% 21.4M 1s
 11950K .......... .......... .......... .......... .......... 52% 25.9M 1s
 12000K .......... .......... .......... .......... .......... 52% 19.1M 1s
 12050K .......... .......... .......... .......... .......... 52% 23.6M 1s
 12100K .......... .......... .......... .......... .......... 52% 22.8M 1s
 12150K .......... .......... .......... .......... .......... 53% 24.1M 1s
 12200K .......... .......... .......... .......... .......... 53% 22.5M 1s
 12250K .......... .......... .......... .......... .......... 53% 25.2M 1s
 12300K .......... .......... .......... .......... .......... 53% 22.3M 1s
 12350K .......... .......... .......... .......... .......... 54% 23.6M 1s
 12400K .......... .......... .......... .......... .......... 54% 22.5M 1s
 12450K .......... .......... .......... .......... .......... 54% 27.2M 1s
 12500K .......... .......... .......... .......... .......... 54% 21.6M 0s
 12550K .......... .......... .......... .......... .......... 54% 33.1M 0s
 12600K .......... .......... .......... .......... .......... 55% 18.0M 0s
 12650K .......... .......... .......... .......... .......... 55% 25.8M 0s
 12700K .......... .......... .......... .......... .......... 55% 20.7M 0s
 12750K .......... .......... .......... .......... .......... 55% 26.7M 0s
 12800K .......... .......... .......... .......... .......... 56% 20.5M 0s
 12850K .......... .......... .......... .......... .......... 56% 25.7M 0s
 12900K .......... .......... .......... .......... .......... 56% 25.8M 0s
 12950K .......... .......... .......... .......... .......... 56% 28.1M 0s
 13000K .......... .......... .......... .......... .......... 56% 17.5M 0s
 13050K .......... .......... .......... .......... .......... 57% 29.0M 0s
 13100K .......... .......... .......... .......... .......... 57% 22.9M 0s
 13150K .......... .......... .......... .......... .......... 57% 21.5M 0s
 13200K .......... .......... .......... .......... .......... 57% 26.1M 0s
 13250K .......... .......... .......... .......... .......... 57% 25.3M 0s
 13300K .......... .......... .......... .......... .......... 58% 20.2M 0s
 13350K .......... .......... .......... .......... .......... 58% 25.4M 0s
 13400K .......... .......... .......... .......... .......... 58% 21.3M 0s
 13450K .......... .......... .......... .......... .......... 58% 22.3M 0s
 13500K .......... .......... .......... .......... .......... 59% 21.7M 0s
 13550K .......... .......... .......... .......... .......... 59% 24.1M 0s
 13600K .......... .......... .......... .......... .......... 59% 24.6M 0s
 13650K .......... .......... .......... .......... .......... 59% 22.5M 0s
 13700K .......... .......... .......... .......... .......... 59% 41.5M 0s
 13750K .......... .......... .......... .......... .......... 60% 16.2M 0s
 13800K .......... .......... .......... .......... .......... 60% 24.2M 0s
 13850K .......... .......... .......... .......... .......... 60% 23.5M 0s
 13900K .......... .......... .......... .......... .......... 60% 21.1M 0s
 13950K .......... .......... .......... .......... .......... 61% 26.7M 0s
 14000K .......... .......... .......... .......... .......... 61% 19.5M 0s
 14050K .......... .......... .......... .......... .......... 61% 23.4M 0s
 14100K .......... .......... .......... .......... .......... 61% 26.0M 0s
 14150K .......... .......... .......... .......... .......... 61% 21.2M 0s
 14200K .......... .......... .......... .......... .......... 62% 23.3M 0s
 14250K .......... .......... .......... .......... .......... 62% 22.5M 0s
 14300K .......... .......... .......... .......... .......... 62% 23.4M 0s
 14350K .......... .......... .......... .......... .......... 62% 22.4M 0s
 14400K .......... .......... .......... .......... .......... 62% 20.5M 0s
 14450K .......... .......... .......... .......... .......... 63% 24.8M 0s
 14500K .......... .......... .......... .......... .......... 63% 34.2M 0s
 14550K .......... .......... .......... .......... .......... 63% 19.1M 0s
 14600K .......... .......... .......... .......... .......... 63% 25.4M 0s
 14650K .......... .......... .......... .......... .......... 64% 22.5M 0s
 14700K .......... .......... .......... .......... .......... 64% 21.5M 0s
 14750K .......... .......... .......... .......... .......... 64% 23.4M 0s
 14800K .......... .......... .......... .......... .......... 64% 24.3M 0s
 14850K .......... .......... .......... .......... .......... 64% 21.8M 0s
 14900K .......... .......... .......... .......... .......... 65% 27.9M 0s
 14950K .......... .......... .......... .......... .......... 65% 22.8M 0s
 15000K .......... .......... .......... .......... .......... 65% 20.6M 0s
 15050K .......... .......... .......... .......... .......... 65% 23.7M 0s
 15100K .......... .......... .......... .......... .......... 66% 27.4M 0s
 15150K .......... .......... .......... .......... .......... 66% 20.1M 0s
 15200K .......... .......... .......... .......... .......... 66% 25.7M 0s
 15250K .......... .......... .......... .......... .......... 66% 23.0M 0s
 15300K .......... .......... .......... .......... .......... 66% 24.5M 0s
 15350K .......... .......... .......... .......... .......... 67% 24.3M 0s
 15400K .......... .......... .......... .......... .......... 67% 21.1M 0s
 15450K .......... .......... .......... .......... .......... 67% 23.9M 0s
 15500K .......... .......... .......... .......... .......... 67% 24.1M 0s
 15550K .......... .......... .......... .......... .......... 67% 20.6M 0s
 15600K .......... .......... .......... .......... .......... 68% 25.5M 0s
 15650K .......... .......... .......... .......... .......... 68% 22.3M 0s
 15700K .......... .......... .......... .......... .......... 68% 24.5M 0s
 15750K .......... .......... .......... .......... .......... 68% 22.8M 0s
 15800K .......... .......... .......... .......... .......... 69% 22.9M 0s
 15850K .......... .......... .......... .......... .......... 69% 23.8M 0s
 15900K .......... .......... .......... .......... .......... 69% 27.0M 0s
 15950K .......... .......... .......... .......... .......... 69% 19.7M 0s
 16000K .......... .......... .......... .......... .......... 69% 23.4M 0s
 16050K .......... .......... .......... .......... .......... 70% 25.6M 0s
 16100K .......... .......... .......... .......... .......... 70% 21.6M 0s
 16150K .......... .......... .......... .......... .......... 70% 29.3M 0s
 16200K .......... .......... .......... .......... .......... 70% 19.7M 0s
 16250K .......... .......... .......... .......... .......... 71% 23.2M 0s
 16300K .......... .......... .......... .......... .......... 71% 23.4M 0s
 16350K .......... .......... .......... .......... .......... 71% 23.5M 0s
 16400K .......... .......... .......... .......... .......... 71% 29.2M 0s
 16450K .......... .......... .......... .......... .......... 71% 20.2M 0s
 16500K .......... .......... .......... .......... .......... 72% 23.3M 0s
 16550K .......... .......... .......... .......... .......... 72% 22.1M 0s
 16600K .......... .......... .......... .......... .......... 72% 25.3M 0s
 16650K .......... .......... .......... .......... .......... 72% 22.1M 0s
 16700K .......... .......... .......... .......... .......... 72% 25.5M 0s
 16750K .......... .......... .......... .......... .......... 73% 22.3M 0s
 16800K .......... .......... .......... .......... .......... 73% 21.7M 0s
 16850K .......... .......... .......... .......... .......... 73% 25.6M 0s
 16900K .......... .......... .......... .......... .......... 73% 23.7M 0s
 16950K .......... .......... .......... .......... .......... 74% 21.3M 0s
 17000K .......... .......... .......... .......... .......... 74% 26.2M 0s
 17050K .......... .......... .......... .......... .......... 74% 26.4M 0s
 17100K .......... .......... .......... .......... .......... 74% 20.2M 0s
 17150K .......... .......... .......... .......... .......... 74% 22.7M 0s
 17200K .......... .......... .......... .......... .......... 75% 27.9M 0s
 17250K .......... .......... .......... .......... .......... 75% 19.4M 0s
 17300K .......... .......... .......... .......... .......... 75% 33.2M 0s
 17350K .......... .......... .......... .......... .......... 75% 20.2M 0s
 17400K .......... .......... .......... .......... .......... 76% 21.5M 0s
 17450K .......... .......... .......... .......... .......... 76% 22.5M 0s
 17500K .......... .......... .......... .......... .......... 76% 23.6M 0s
 17550K .......... .......... .......... .......... .......... 76% 22.5M 0s
 17600K .......... .......... .......... .......... .......... 76% 26.2M 0s
 17650K .......... .......... .......... .......... .......... 77% 29.9M 0s
 17700K .......... .......... .......... .......... .......... 77% 19.0M 0s
 17750K .......... .......... .......... .......... .......... 77% 22.2M 0s
 17800K .......... .......... .......... .......... .......... 77% 22.4M 0s
 17850K .......... .......... .......... .......... .......... 78% 25.1M 0s
 17900K .......... .......... .......... .......... .......... 78% 25.2M 0s
 17950K .......... .......... .......... .......... .......... 78% 22.2M 0s
 18000K .......... .......... .......... .......... .......... 78% 21.8M 0s
 18050K .......... .......... .......... .......... .......... 78% 24.9M 0s
 18100K .......... .......... .......... .......... .......... 79% 37.1M 0s
 18150K .......... .......... .......... .......... .......... 79% 16.1M 0s
 18200K .......... .......... .......... .......... .......... 79% 27.1M 0s
 18250K .......... .......... .......... .......... .......... 79% 23.7M 0s
 18300K .......... .......... .......... .......... .......... 79% 22.3M 0s
 18350K .......... .......... .......... .......... .......... 80% 21.7M 0s
 18400K .......... .......... .......... .......... .......... 80% 24.4M 0s
 18450K .......... .......... .......... .......... .......... 80% 22.3M 0s
 18500K .......... .......... .......... .......... .......... 80% 27.8M 0s
 18550K .......... .......... .......... .......... .......... 81% 20.0M 0s
 18600K .......... .......... .......... .......... .......... 81% 25.7M 0s
 18650K .......... .......... .......... .......... .......... 81% 21.6M 0s
 18700K .......... .......... .......... .......... .......... 81% 33.2M 0s
 18750K .......... .......... .......... .......... .......... 81% 18.7M 0s
 18800K .......... .......... .......... .......... .......... 82% 33.5M 0s
 18850K .......... .......... .......... .......... .......... 82% 18.0M 0s
 18900K .......... .......... .......... .......... .......... 82% 21.6M 0s
 18950K .......... .......... .......... .......... .......... 82% 26.6M 0s
 19000K .......... .......... .......... .......... .......... 83% 23.6M 0s
 19050K .......... .......... .......... .......... .......... 83% 21.0M 0s
 19100K .......... .......... .......... .......... .......... 83% 25.2M 0s
 19150K .......... .......... .......... .......... .......... 83% 22.6M 0s
 19200K .......... .......... .......... .......... .......... 83% 25.0M 0s
 19250K .......... .......... .......... .......... .......... 84% 21.8M 0s
 19300K .......... .......... .......... .......... .......... 84% 31.7M 0s
 19350K .......... .......... .......... .......... .......... 84% 21.1M 0s
 19400K .......... .......... .......... .......... .......... 84% 27.0M 0s
 19450K .......... .......... .......... .......... .......... 84% 17.2M 0s
 19500K .......... .......... .......... .......... .......... 85% 25.2M 0s
 19550K .......... .......... .......... .......... .......... 85% 34.1M 0s
 19600K .......... .......... .......... .......... .......... 85% 17.5M 0s
 19650K .......... .......... .......... .......... .......... 85% 27.1M 0s
 19700K .......... .......... .......... .......... .......... 86% 21.0M 0s
 19750K .......... .......... .......... .......... .......... 86% 22.9M 0s
 19800K .......... .......... .......... .......... .......... 86% 23.0M 0s
 19850K .......... .......... .......... .......... .......... 86% 24.0M 0s
 19900K .......... .......... .......... .......... .......... 86% 21.9M 0s
 19950K .......... .......... .......... .......... .......... 87% 24.7M 0s
 20000K .......... .......... .......... .......... .......... 87% 22.7M 0s
 20050K .......... .......... .......... .......... .......... 87% 25.0M 0s
 20100K .......... .......... .......... .......... .......... 87% 22.1M 0s
 20150K .......... .......... .......... .......... .......... 88% 25.0M 0s
 20200K .......... .......... .......... .......... .......... 88% 24.8M 0s
 20250K .......... .......... .......... .......... .......... 88% 45.8M 0s
 20300K .......... .......... .......... .......... .......... 88% 15.2M 0s
 20350K .......... .......... .......... .......... .......... 88% 30.4M 0s
 20400K .......... .......... .......... .......... .......... 89% 18.4M 0s
 20450K .......... .......... .......... .......... .......... 89% 21.8M 0s
 20500K .......... .......... .......... .......... .......... 89% 35.6M 0s
 20550K .......... .......... .......... .......... .......... 89% 17.2M 0s
 20600K .......... .......... .......... .......... .......... 89% 24.9M 0s
 20650K .......... .......... .......... .......... .......... 90% 23.6M 0s
 20700K .......... .......... .......... .......... .......... 90% 21.8M 0s
 20750K .......... .......... .......... .......... .......... 90% 24.2M 0s
 20800K .......... .......... .......... .......... .......... 90% 34.5M 0s
 20850K .......... .......... .......... .......... .......... 91% 18.1M 0s
 20900K .......... .......... .......... .......... .......... 91% 22.5M 0s
 20950K .......... .......... .......... .......... .......... 91% 25.2M 0s
 21000K .......... .......... .......... .......... .......... 91% 23.0M 0s
 21050K .......... .......... .......... .......... .......... 91% 22.7M 0s
 21100K .......... .......... .......... .......... .......... 92% 24.4M 0s
 21150K .......... .......... .......... .......... .......... 92% 23.3M 0s
 21200K .......... .......... .......... .......... .......... 92% 23.7M 0s
 21250K .......... .......... .......... .......... .......... 92% 24.7M 0s
 21300K .......... .......... .......... .......... .......... 93% 26.9M 0s
 21350K .......... .......... .......... .......... .......... 93% 18.6M 0s
 21400K .......... .......... .......... .......... .......... 93% 21.7M 0s
 21450K .......... .......... .......... .......... .......... 93% 24.6M 0s
 21500K .......... .......... .......... .......... .......... 93% 24.2M 0s
 21550K .......... .......... .......... .......... .......... 94% 23.3M 0s
 21600K .......... .......... .......... .......... .......... 94% 24.8M 0s
 21650K .......... .......... .......... .......... .......... 94% 25.3M 0s
 21700K .......... .......... .......... .......... .......... 94% 21.8M 0s
 21750K .......... .......... .......... .......... .......... 95% 22.1M 0s
 21800K .......... .......... .......... .......... .......... 95% 23.5M 0s
 21850K .......... .......... .......... .......... .......... 95% 21.7M 0s
 21900K .......... .......... .......... .......... .......... 95% 8.27M 0s
 21950K .......... .......... .......... .......... .......... 95%  167M 0s
 22000K .......... .......... .......... .......... .......... 96%  160M 0s
 22050K .......... .......... .......... .......... .......... 96% 26.2M 0s
 22100K .......... .......... .......... .......... .......... 96% 23.4M 0s
 22150K .......... .......... .......... .......... .......... 96% 25.7M 0s
 22200K .......... .......... .......... .......... .......... 96% 21.7M 0s
 22250K .......... .......... .......... .......... .......... 97% 23.5M 0s
 22300K .......... .......... .......... .......... .......... 97% 26.4M 0s
 22350K .......... .......... .......... .......... .......... 97% 20.3M 0s
 22400K .......... .......... .......... .......... .......... 97% 23.5M 0s
 22450K .......... .......... .......... .......... .......... 98% 23.5M 0s
 22500K .......... .......... .......... .......... .......... 98% 22.9M 0s
 22550K .......... .......... .......... .......... .......... 98% 24.6M 0s
 22600K .......... .......... .......... .......... .......... 98% 55.3M 0s
 22650K .......... .......... .......... .......... .......... 98% 14.6M 0s
 22700K .......... .......... .......... .......... .......... 99% 26.8M 0s
 22750K .......... .......... .......... .......... .......... 99% 21.8M 0s
 22800K .......... .......... .......... .......... .......... 99% 30.5M 0s
 22850K .......... .......... .......... .......... .......... 99% 19.2M 0s
 22900K .......... .......... .......... .......... ......    100% 29.5M=1.0s

2020-09-25 14:50:03 (21.6 MB/s) - ‘Gtk3.zip’ saved [23497039/23497039]

[Pipeline] sh
+ unzip Gtk3.zip -d ./bundleGTK
Archive:  Gtk3.zip
  inflating: ./bundleGTK/iconv.dll   
   creating: ./bundleGTK/lib/
  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/lib/gdk-pixbuf-2.0/
   creating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/
   creating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/
  inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache  
  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-bmp.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-icns.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-jasper.dll  
  inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jpeg.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-qtif.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-tga.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-xbm.dll  
  inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.dll  
   creating: ./bundleGTK/share/
   creating: ./bundleGTK/share/Adwaita/
   creating: ./bundleGTK/share/Adwaita/gtk-2.0/
  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/border.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/button-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/button-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/button-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/button.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-checked-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-checked-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-checked-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-checked.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-mixed-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-mixed-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-mixed-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-mixed.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-unchecked-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-unchecked-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-unchecked-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-unchecked.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-ltr-button-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-ltr-button-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-ltr-button-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-ltr-button.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-ltr-entry-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-ltr-entry-insensitive.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-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-rtl-button-hover.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-button.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-rtl-entry-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-rtl-entry-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-rtl-entry.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/entry-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/entry-background-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/entry-background.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/entry-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/entry.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/focus.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/frame-inline.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/frame-notebook.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/frame.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/handle-horz.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/handle-vert.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/handle.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/line.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-border.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-checkbox-checked-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-checkbox-checked-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-checkbox-checked.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-checkbox-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-checkbox-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-checkbox-mixed-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-checkbox-mixed.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-checkbox.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-pan-down-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-pan-down.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-pan-left-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-pan-left-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-pan-left.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-pan-right-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-pan-right-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-pan-right.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-pan-up-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-pan-up.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-radio-checked-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-radio-checked-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-radio-checked.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-radio-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-radio-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-radio-mixed-hover.png  
 extracting: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-radio-mixed-insensitive.png  
 extracting: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-radio-mixed.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-radio.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menubar-item-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/notebook-combo-entry-ltr-entry-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/notebook-combo-entry-ltr-entry-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/notebook-combo-entry-ltr-entry.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/notebook-combo-entry-rtl-entry-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/notebook-combo-entry-rtl-entry-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/notebook-combo-entry-rtl-entry.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/notebook-entry-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/notebook-entry-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/notebook-entry.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/pan-down-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/pan-down.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/pan-left-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/pan-left-semi.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/pan-left.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/pan-right-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/pan-right-semi.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/pan-right.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/pan-up-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/pan-up.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/progressbar-horz-trough.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/progressbar-horz.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/progressbar-vert-trough.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/progressbar-vert.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-checked-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-checked-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-checked-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-checked.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-mixed-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-mixed-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-mixed-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-mixed.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/radio-unchecked-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-unchecked.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scale-horz-focus.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scale-horz-trough-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scale-horz-trough.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scale-slider-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scale-slider-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scale-slider-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scale-slider.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scale-vert-trough-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scale-vert-trough.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-horz-slider-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-horz-slider-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-horz-slider.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-horz-trough.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-vert-slider-active-rtl.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-vert-slider-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-vert-slider-hover-rtl.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-vert-slider-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-vert-slider-rtl.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-vert-slider.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-vert-trough-rtl.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-vert-trough.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-down-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-down.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-ltr-down-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-ltr-down-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-ltr-down-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-ltr-down.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-ltr-up-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-ltr-up-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-ltr-up-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-ltr-up.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-rtl-down-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-rtl-down-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-rtl-down-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-rtl-down.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-rtl-up-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-rtl-up-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-rtl-up-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-rtl-up.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-up-insensitive.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-up.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/tab-down-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/tab-down.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/tab-horz-gap.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/tab-left-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/tab-left.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/tab-right-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/tab-right.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/tab-up-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/tab-up.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/tab-vert-gap.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/treeview-pan-down-active.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/treeview-pan-down-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/treeview-pan-down.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-hover.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/treeview-pan-up.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/treeview-separator-ltr.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/treeview-separator-rtl.png  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/gtkrc  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/hacks.rc  
  inflating: ./bundleGTK/share/Adwaita/gtk-2.0/main.rc  
   creating: ./bundleGTK/share/Adwaita/gtk-3.0/
  inflating: ./bundleGTK/share/Adwaita/gtk-3.0/gtk.css  
  inflating: ./bundleGTK/share/Adwaita/index.theme  
   creating: ./bundleGTK/share/glib-2.0/
   creating: ./bundleGTK/share/glib-2.0/schemas/
  inflating: ./bundleGTK/share/glib-2.0/schemas/gschema.dtd  
  inflating: ./bundleGTK/share/glib-2.0/schemas/gschemas.compiled  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.a11y.applications.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.a11y.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.a11y.magnifier.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.app-folders.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.background.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.calendar.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.enums.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.interface.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.lockdown.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.notifications.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.peripherals.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.search-providers.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.session.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.sound.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.thumbnail-cache.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.wm.keybindings.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.wm.preferences.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.system.locale.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.system.location.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.gtk.exampleapp.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gtk.Settings.EmojiChooser.gschema.xml  
  inflating: ./bundleGTK/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml  
   creating: ./bundleGTK/share/icons/
   creating: ./bundleGTK/share/icons/Adwaita/
   creating: ./bundleGTK/share/icons/Adwaita/16x16/
   creating: ./bundleGTK/share/icons/Adwaita/16x16/actions/
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/action-unavailable-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/address-book-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/address-book-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/application-exit-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/application-exit.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/appointment-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/appointment-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/bookmark-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/bookmark-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/call-start-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/call-start.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/call-stop-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/call-stop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/color-select-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/contact-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/contact-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-edit-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-open-recent-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-open-recent.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-open-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-open.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-page-setup-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-page-setup.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-print-preview-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-print-preview.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-print-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-print.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-properties-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-properties.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-revert-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-revert-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-revert-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-revert.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-save-as-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-save-as.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-save-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-save.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-send-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-send.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-clear-all-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-clear-all.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-clear-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-clear-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-clear-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-clear.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-copy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-copy.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-cut-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-cut.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-delete-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-delete.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-find-replace-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-find-replace.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-find-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-find.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-paste-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-paste.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-redo-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-redo-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-redo-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-redo.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-select-all-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-select-all.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-select-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-undo-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-undo-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-undo-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-undo.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/error-correct-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/find-location-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/focus-legacy-systray-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/focus-top-bar-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/focus-windows-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/folder-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/folder-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/font-select-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-indent-less-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-indent-less-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-indent-less-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-indent-less.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-indent-more-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-indent-more-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-indent-more-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-indent-more.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-justify-center-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-justify-center.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-justify-fill-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-justify-fill.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-justify-left-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-justify-left.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-justify-right-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-justify-right.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-bold-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-bold.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-direction-ltr.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-direction-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-direction-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-direction-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-italic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-italic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-strikethrough-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-strikethrough.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-underline-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-underline.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-bottom-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-bottom.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-down-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-down.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-first-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-first-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-first-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-first.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-home-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-home.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-jump-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-jump.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-last-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-last-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-last-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-last.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-next-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-next-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-next-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-next.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-previous-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-previous-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-previous-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-previous.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-top-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-top.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-up-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-up.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/help-about-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/help-about.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/help-contents.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/help-faq.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/insert-image-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/insert-image.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/insert-link-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/insert-link.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/insert-object-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/insert-object.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/insert-text-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/insert-text.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/list-add-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/list-add.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/list-remove-all-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/list-remove-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/list-remove.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-forward.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-mark-important-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-mark-important.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-mark-junk.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-mark-notjunk.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-mark-read.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-mark-unread.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-message-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-reply-all.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-reply-sender.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-send-receive-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-send-receive.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-send-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-send.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/mark-location-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/mark-location.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-eject-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-eject.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-playback-pause-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-playback-pause.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-playback-start-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-playback-start-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-playback-start-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-playback-start.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-playback-stop-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-playback-stop.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-record-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-record.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-seek-backward-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-seek-backward-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-seek-backward-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-seek-backward.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-seek-forward-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-seek-forward-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-seek-forward-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-seek-forward.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-skip-backward-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-skip-backward-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-skip-backward-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-skip-backward.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-skip-forward-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-skip-forward-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-skip-forward-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-skip-forward.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-view-subtitles-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/object-flip-horizontal-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/object-flip-horizontal.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/object-flip-vertical-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/object-flip-vertical.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/object-rotate-left-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/object-rotate-left.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/object-rotate-right-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/object-rotate-right.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/object-select-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/open-menu-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/pan-down-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/pan-end-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/pan-end-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/pan-start-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/pan-start-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/pan-up-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/process-stop-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/process-stop.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/selection-end-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/selection-end-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/selection-start-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/selection-start-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/send-to-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/star-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/system-lock-screen.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/system-log-out.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/system-run-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/system-run.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/system-search-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/system-search.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/system-shutdown-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/system-shutdown.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/system-switch-user-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/tab-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/tab-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/tools-check-spelling-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/tools-check-spelling.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-app-grid-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-continuous-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-dual-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-fullscreen-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-fullscreen.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-grid-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-list-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-mirror-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-more-horizontal-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-more-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-paged-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-pin-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-refresh-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-refresh.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-restore-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-restore.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-sort-ascending-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-sort-ascending.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-sort-descending-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-sort-descending.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/window-close-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/window-close.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/window-maximize-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/window-minimize-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/window-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/window-restore-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/zoom-fit-best-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/zoom-fit-best.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/zoom-in-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/zoom-in.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/zoom-original-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/zoom-original.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/zoom-out-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/zoom-out.png  
   creating: ./bundleGTK/share/icons/Adwaita/16x16/apps/
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/accessories-calculator-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/accessories-calculator.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/accessories-character-map-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/accessories-character-map.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/accessories-dictionary-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/accessories-dictionary.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/accessories-text-editor-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/accessories-text-editor.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/applets-screenshooter-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/applets-screenshooter.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/bluetooth-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/gnome-power-manager-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/goa-panel-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/help-browser-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/help-browser.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/help-contents-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/help-faq-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/multimedia-volume-control-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/multimedia-volume-control.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-color-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-accessibility-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-accessibility.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-display-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-display.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-font-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-font.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-keyboard-shortcuts.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-keyboard-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-keyboard.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-locale-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-locale.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-remote-desktop-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-remote-desktop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-screensaver-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-screensaver.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-theme.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-wallpaper-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-wallpaper.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-details-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-devices-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-network-proxy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-network-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-notifications-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-notifications.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-privacy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-privacy.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-search-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-search.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-sharing-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-sharing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-time-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-windows.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/system-file-manager-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/system-file-manager.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/system-software-install-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/system-software-install.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/system-software-update.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/system-users-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/system-users.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/text-editor-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/user-info-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/user-info.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/utilities-system-monitor-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/utilities-system-monitor.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/utilities-terminal-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/utilities-terminal.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/web-browser-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/web-browser.png  
   creating: ./bundleGTK/share/icons/Adwaita/16x16/categories/
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-accessories.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-development.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-engineering-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-engineering.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-games-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-games.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-graphics-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-graphics.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-internet.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-multimedia-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-multimedia.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-office.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-other.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-science-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-science.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-system-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-system.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-utilities-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-utilities.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/categories/preferences-desktop-peripherals.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/categories/preferences-desktop-personal.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/categories/preferences-desktop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/preferences-other-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/preferences-other.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/categories/preferences-system-network.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/preferences-system-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/categories/preferences-system.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/system-help-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/categories/system-help.png  
   creating: ./bundleGTK/share/icons/Adwaita/16x16/devices/
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/ac-adapter-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/ac-adapter.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/audio-card-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/audio-card.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/audio-headphones-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/audio-headphones.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/audio-headset-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/audio-headset.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/audio-input-microphone-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/audio-input-microphone.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/audio-speakers-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/audio-speakers.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/battery-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/battery.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/camera-photo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/camera-photo.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/camera-video-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/camera-video.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/camera-web-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/camera-web.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/colorimeter-colorhug-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/computer-apple-ipad-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/computer-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/computer.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/display-projector-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-harddisk-ieee1394-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-harddisk-solidstate-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-harddisk-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-harddisk-system-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-harddisk-usb-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-harddisk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-multidisk-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-multidisk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-optical-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-optical.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-removable-media-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-removable-media.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/ebook-reader.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-dialpad-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-dialpad.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-gaming-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-gaming.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-keyboard-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-keyboard.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-mouse-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-mouse.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-tablet-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-tablet.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-touchpad-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-touchpad.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-flash-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-flash.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-floppy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-floppy.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-optical-bd-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-optical-cd-audio-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-optical-dvd-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-optical-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-optical.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-removable-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-removable.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-tape-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-tape.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-zip-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/modem-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/modem.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/multimedia-player-apple-ipod-touch-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/multimedia-player-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/multimedia-player.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/network-vpn.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/network-wired-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/network-wired.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/network-wireless-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/network-wireless.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/pda-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/pda.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/phone-apple-iphone-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/phone-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/phone.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/printer-network-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/printer-network.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/printer-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/printer.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/scanner-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/scanner.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/thunderbolt-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/tv-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/uninterruptible-power-supply-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/uninterruptible-power-supply.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/video-display-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/video-display.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/video-joined-displays-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/video-single-display-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-default-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-default.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-documents-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-documents.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-downloads.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-favorite-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-favorite.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-important-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-important.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-mail.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-music-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-ok-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-package.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-photos-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-photos.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-readonly.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-shared-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-shared.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-symbolic-link.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-synchronizing-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-synchronizing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-system-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-system.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-unreadable.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-urgent.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-videos-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-web.png  
   creating: ./bundleGTK/share/icons/Adwaita/16x16/emotes/
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emotes/emote-love-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/emote-love.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-angel-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-angel.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-angry-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-angry.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-confused-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-cool-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-cool.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-crying-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-crying.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-devilish-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-devilish.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-embarrassed-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-embarrassed.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-glasses-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-glasses.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-kiss-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-kiss.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-laugh-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-laugh.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-monkey-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-monkey.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-plain-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-plain.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-raspberry-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-raspberry.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-sad-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-sad.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-shutmouth-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-sick-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-sick.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-smile-big-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-smile-big.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-smile-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-smile.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-smirk-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-smirk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-surprise-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-surprise.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-tired-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-tired.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-uncertain-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-uncertain.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-wink-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-wink.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-worried-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-worried.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-yawn-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/application-certificate-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/application-certificate.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/application-rss+xml-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/application-x-addon-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/application-x-addon.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/application-x-appliance-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/application-x-executable-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/application-x-executable.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/application-x-firmware-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/application-x-firmware.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/audio-x-generic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/audio-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/font-x-generic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/font-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/image-x-generic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/image-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/inode-directory-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/package-x-generic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/package-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/text-html.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/text-x-generic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/text-x-generic-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/text-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/text-x-preview.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/text-x-script.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/x-office-address-book-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-address-book.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-calendar-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-calendar.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-document-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-document-template.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  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-drawing-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-drawing.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-presentation-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-presentation-template.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-presentation.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-spreadsheet-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-spreadsheet-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-spreadsheet.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-package-repository.png  
   creating: ./bundleGTK/share/icons/Adwaita/16x16/places/
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-documents-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-documents.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-download-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-download.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-music-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-music.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-pictures-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-pictures.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-publicshare-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-publicshare.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-remote-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-remote.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-saved-search-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-saved-search.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-templates-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-templates.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-videos-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-videos.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/network-server-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/network-server.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/network-workgroup-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/network-workgroup.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/start-here-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/start-here.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/user-bookmarks-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/user-bookmarks.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/user-desktop-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/user-desktop.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/user-home-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/user-home.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/user-trash-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/user-trash.png  
   creating: ./bundleGTK/share/icons/Adwaita/16x16/status/
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/airplane-mode-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/alarm-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/appointment-missed-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/appointment-missed.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/appointment-soon-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/appointment-soon.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/audio-volume-high-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/audio-volume-high.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/audio-volume-low-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/audio-volume-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/audio-volume-medium-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/audio-volume-medium.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/audio-volume-muted-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/audio-volume-muted.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/avatar-default-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/avatar-default.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-caution-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-caution-charging.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-caution-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-caution.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-empty-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-empty-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-empty.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-full-charged-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-full-charged.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-full-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-full-charging.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-full-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-full.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-good-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-good-charging.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-good-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-good.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-low-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-low-charging.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-low-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-missing-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-missing.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/bluetooth-active-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/bluetooth-disabled-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/call-missed-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/changes-allow-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/changes-allow.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/changes-prevent-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/changes-prevent.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/channel-insecure-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/channel-secure-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/checkbox-checked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/checkbox-mixed-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/checkbox-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/computer-fail-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/computer-fail.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/content-loading-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/daytime-sunrise-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/daytime-sunset-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/dialog-error-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/dialog-error.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/dialog-information-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/dialog-information.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/dialog-password-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/dialog-password.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/dialog-question-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/dialog-question.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/dialog-warning-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/dialog-warning.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/display-brightness-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/folder-drag-accept-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/folder-drag-accept.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/folder-open-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/folder-open.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/folder-visiting-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/folder-visiting.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/image-loading-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/image-loading.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/image-missing.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/keyboard-brightness-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/mail-attachment-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/mail-attachment.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/mail-read-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/mail-read.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/mail-replied-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/mail-replied.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/mail-signed-verified.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/mail-signed.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/mail-unread-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/mail-unread.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/media-playlist-consecutive-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/media-playlist-consecutive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/media-playlist-repeat-song-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/media-playlist-repeat-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/media-playlist-repeat-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/media-playlist-repeat.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/media-playlist-shuffle-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/media-playlist-shuffle-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/media-playlist-shuffle.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/microphone-sensitivity-high-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/microphone-sensitivity-high.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/microphone-sensitivity-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/microphone-sensitivity-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/microphone-sensitivity-medium-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/microphone-sensitivity-medium.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/microphone-sensitivity-muted-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/microphone-sensitivity-muted.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-3g-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-4g-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-acquiring-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-connected-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-connected.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-edge-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-gprs-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-hspa-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-no-route-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-offline-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-signal-excellent-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-signal-good-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-signal-none-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-signal-ok-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-signal-weak-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-error-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-error.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-idle-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-idle.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-no-route-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-offline-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-offline.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-receive-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-receive.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-transmit-receive-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-transmit-receive.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-transmit-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-transmit.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-vpn-acquiring-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-vpn-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wired-acquiring-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wired-disconnected-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wired-disconnected.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wired-no-route-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wired-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-acquiring-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-connected-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-encrypted-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-encrypted.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-hotspot-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-no-route-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-signal-excellent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-signal-good-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-signal-none-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-signal-ok-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-signal-weak-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/night-light-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/non-starred-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/non-starred.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/orientation-landscape-inverse-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/orientation-landscape-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/orientation-portrait-inverse-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/orientation-portrait-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/printer-error-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/printer-error.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/printer-printing-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/printer-printing.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/printer-warning-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/radio-checked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/radio-mixed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/radio-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/rotation-allowed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/rotation-locked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/security-high-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/security-high.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/security-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/security-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/security-medium-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/security-medium.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/semi-starred-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/semi-starred-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/semi-starred-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/semi-starred.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/software-update-available-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/software-update-available.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/software-update-urgent-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/software-update-urgent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/starred-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/starred.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/system-lock-screen-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/task-due-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/task-due.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/task-past-due-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/task-past-due.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/thunderbolt-acquiring-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/touchpad-disabled-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/trophy-bronze.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/trophy-gold.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/trophy-silver.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/user-available-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/user-available.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/user-away-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/user-away.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/user-busy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/user-busy.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-idle-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/user-idle.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/user-invisible-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/user-invisible.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-not-tracked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-offline-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/user-offline.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-status-pending-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-trash-full-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-trash-full.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/view-wrapped-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/view-wrapped-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-clear-night-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-clear-night.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-clear-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-clear.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-few-clouds-night-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-few-clouds-night.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-few-clouds-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-few-clouds.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-fog-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-fog.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-overcast-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-overcast.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-severe-alert-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-severe-alert.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-showers-scattered-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-showers-scattered.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-showers-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-showers.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-snow-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-snow.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-storm-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-storm.png  
 extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-windy-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/22x22/
   creating: ./bundleGTK/share/icons/Adwaita/22x22/actions/
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/address-book-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/application-exit.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/appointment-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/bookmark-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/call-start.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/call-stop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/contact-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-open-recent.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-open.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-page-setup.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-print-preview.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-print.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-properties.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-revert-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-revert.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-save-as.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-save.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-send.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-clear-all.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-clear-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-clear.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-copy.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-cut.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-delete.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-find-replace.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-find.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-paste.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-redo-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-redo.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-select-all.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-undo-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-undo.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/folder-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-indent-less-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-indent-less.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-indent-more-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-indent-more.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-justify-center.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-justify-fill.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-justify-left.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-justify-right.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-text-bold.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-text-direction-ltr.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-text-direction-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-text-italic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-text-strikethrough.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-text-underline.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-bottom.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-down.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-first-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-first.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-home.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-jump.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-last-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-last.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-next-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-next.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-previous-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-previous.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-top.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-up.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/help-about.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/help-contents.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/help-faq.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/insert-image.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/insert-link.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/insert-object.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/insert-text.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/list-add.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/list-remove.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-forward.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-mark-important.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-mark-junk.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-mark-notjunk.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-mark-read.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-mark-unread.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-message-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-reply-all.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-reply-sender.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-send-receive.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-send.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/mark-location.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-eject.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-playback-pause.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-playback-start-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-playback-start.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-playback-stop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-record.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-seek-backward-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-seek-backward.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-seek-forward-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-seek-forward.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-skip-backward-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-skip-backward.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-skip-forward-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-skip-forward.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/object-flip-horizontal.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/object-flip-vertical.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/object-rotate-left.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/object-rotate-right.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/process-stop.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/system-lock-screen.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/system-log-out.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/system-run.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/system-search.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/system-shutdown.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/tab-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/tools-check-spelling.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/view-fullscreen.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/view-refresh.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/view-restore.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/view-sort-ascending.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/view-sort-descending.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/window-close.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/window-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/zoom-fit-best.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/zoom-in.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/zoom-original.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/zoom-out.png  
   creating: ./bundleGTK/share/icons/Adwaita/22x22/apps/
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/accessories-calculator.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/accessories-character-map.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/accessories-dictionary.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/accessories-text-editor.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/applets-screenshooter.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/help-browser.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/multimedia-volume-control.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-desktop-accessibility.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-desktop-display.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-desktop-font.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-desktop-keyboard-shortcuts.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-desktop-keyboard.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-desktop-locale.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-desktop-remote-desktop.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-desktop-screensaver.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-desktop-theme.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-desktop-wallpaper.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-system-notifications.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-system-privacy.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-system-search.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-system-sharing.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-system-windows.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/system-file-manager.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/system-software-install.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/system-software-update.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/system-users.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/user-info.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/utilities-system-monitor.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/utilities-terminal.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/web-browser.png  
   creating: ./bundleGTK/share/icons/Adwaita/22x22/categories/
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-accessories.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-development.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-engineering.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-games.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-graphics.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-internet.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-multimedia.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-office.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-other.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-science.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-system.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-utilities.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/categories/preferences-desktop-peripherals.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/categories/preferences-desktop-personal.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/categories/preferences-desktop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/preferences-other.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/categories/preferences-system-network.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/categories/preferences-system.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/system-help.png  
   creating: ./bundleGTK/share/icons/Adwaita/22x22/devices/
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/ac-adapter.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/audio-card.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/audio-headphones.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/audio-headset.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/audio-input-microphone.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/audio-speakers.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/battery.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/camera-photo.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/camera-video.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/camera-web.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/computer.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/drive-harddisk.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/drive-multidisk.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/drive-optical.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/drive-removable-media.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/ebook-reader.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/input-dialpad.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/input-gaming.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/input-keyboard.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/input-mouse.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/input-tablet.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/input-touchpad.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/media-flash.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/media-floppy.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/media-optical.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/media-removable.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/media-tape.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/modem.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/multimedia-player.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/network-vpn.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/network-wired.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/network-wireless.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/pda.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/phone.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/printer-network.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/printer.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/scanner.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/uninterruptible-power-supply.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/video-display.png  
   creating: ./bundleGTK/share/icons/Adwaita/22x22/emblems/
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-default.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-documents.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-downloads.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-favorite.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-important.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-mail.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-package.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-photos.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-readonly.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-shared.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-symbolic-link.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-synchronizing.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-system.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-unreadable.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-urgent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-web.png  
   creating: ./bundleGTK/share/icons/Adwaita/22x22/emotes/
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/emote-love.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-angel.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-angry.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-cool.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-crying.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-devilish.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-embarrassed.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-glasses.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-kiss.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-laugh.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-monkey.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-plain.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-raspberry.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-sad.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-sick.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-smile-big.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-smile.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-smirk.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-surprise.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-tired.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-uncertain.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-wink.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-worried.png  
   creating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/application-certificate.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/application-x-addon.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/application-x-executable.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/application-x-firmware.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/audio-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/font-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/image-x-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/package-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/text-html.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/text-x-generic-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/text-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/text-x-preview.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/text-x-script.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/video-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-office-address-book.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-office-calendar.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-office-document-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-office-document.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-office-drawing-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-office-drawing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-office-presentation-template.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-office-presentation.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-office-spreadsheet-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-office-spreadsheet.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-package-repository.png  
   creating: ./bundleGTK/share/icons/Adwaita/22x22/places/
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/places/folder-documents.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/places/folder-download.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/places/folder-music.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/places/folder-pictures.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/places/folder-publicshare.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/places/folder-remote.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/places/folder-saved-search.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/places/folder-templates.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/places/folder-videos.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/places/folder.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/network-server.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/places/network-workgroup.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/start-here.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/places/user-bookmarks.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/places/user-desktop.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/places/user-home.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/user-trash.png  
   creating: ./bundleGTK/share/icons/Adwaita/22x22/status/
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/appointment-missed.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/appointment-soon.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/audio-volume-high.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/audio-volume-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/audio-volume-medium.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/audio-volume-muted.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/avatar-default.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-caution-charging.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-caution.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-empty.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-full-charged.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-full-charging.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-full.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-good-charging.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-good.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-low-charging.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-low.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-missing.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/changes-allow.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/changes-prevent.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/computer-fail.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/dialog-error.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/dialog-information.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/dialog-password.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/dialog-question.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/dialog-warning.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/folder-drag-accept.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/folder-open.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/folder-visiting.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/image-loading.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/image-missing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/mail-attachment.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/mail-read.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/mail-replied.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/mail-signed-verified.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/mail-signed.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/mail-unread.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/media-playlist-repeat.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/media-playlist-shuffle.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/microphone-sensitivity-high.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/microphone-sensitivity-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/microphone-sensitivity-medium.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/microphone-sensitivity-muted.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/network-cellular-connected.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/network-error.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/network-idle.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/network-offline.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/network-receive.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/network-transmit-receive.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/network-transmit.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/network-wired-disconnected.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/network-wireless-encrypted.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/non-starred.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/printer-error.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/printer-printing.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/security-high.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/security-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/security-medium.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/semi-starred-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/semi-starred.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/software-update-available.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/software-update-urgent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/starred.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/task-due.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/task-past-due.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/trophy-bronze.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/trophy-gold.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/trophy-silver.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/user-available.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/user-away.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/user-busy.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/user-idle.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/user-invisible.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/user-offline.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/user-trash-full.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-clear-night.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-clear.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-few-clouds-night.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-few-clouds.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-fog.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-overcast.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-severe-alert.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-showers-scattered.png  
 extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-showers.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-snow.png  
  inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-storm.png  
   creating: ./bundleGTK/share/icons/Adwaita/24x24/
   creating: ./bundleGTK/share/icons/Adwaita/24x24/actions/
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/action-unavailable-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/address-book-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/address-book-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/application-exit-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/application-exit.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/appointment-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/appointment-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/bookmark-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/bookmark-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/call-start-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/call-start.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/call-stop-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/call-stop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/color-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/contact-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/contact-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-edit-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-open-recent-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-open-recent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-open-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-open.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-page-setup-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-page-setup.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-print-preview-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-print-preview.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-print-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-print.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-properties-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-properties.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-revert-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-revert-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-revert-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-revert.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-save-as-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-save-as.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-save-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-save.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-send-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-send.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-clear-all-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-clear-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-clear-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-copy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-copy.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-cut-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-cut.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-delete-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-delete.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-find-replace-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-find-replace.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-find-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-find.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-paste-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-paste.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-redo-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-redo-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-redo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-redo.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-select-all-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-select-all.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-undo-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-undo-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-undo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-undo.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/error-correct-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/find-location-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/focus-legacy-systray-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/focus-top-bar-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/focus-windows-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/folder-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/folder-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/font-select-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-indent-less-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-indent-less-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-indent-less-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-indent-less.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-indent-more-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-indent-more-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-indent-more-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-indent-more.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-justify-center-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-justify-center.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-justify-fill-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-justify-fill.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-justify-left-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-justify-left.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-justify-right-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-justify-right.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-text-bold-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-text-bold.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-text-direction-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-text-direction-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-text-italic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-text-italic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-text-strikethrough-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-text-strikethrough.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-text-underline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-text-underline.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-bottom-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-bottom.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-down-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-down.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-first-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-first-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-first-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-first.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-home-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-home.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-jump-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-jump.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-last-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-last-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-last-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-last.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-next-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-next-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-next-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-next.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-previous-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-previous-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-previous-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-previous.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-top-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-top.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-up-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-up.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/help-about-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/help-about.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/help-contents.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/help-faq.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/insert-image-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/insert-image.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/insert-link-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/insert-link.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/insert-object-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/insert-object.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/insert-text-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/insert-text.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/list-add-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/list-add.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/list-remove-all-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/list-remove-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/list-remove.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-forward.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-mark-important-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-mark-important.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-mark-junk.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-mark-notjunk.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-mark-read.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-mark-unread.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-message-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-reply-all.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-reply-sender.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-send-receive-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-send-receive.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-send-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-send.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/mark-location-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-eject-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-eject.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-playback-pause-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-playback-pause.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-playback-start-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-playback-start-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-playback-start-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-playback-start.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-playback-stop-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-playback-stop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-record-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-record.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-seek-backward-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-seek-backward-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-seek-backward-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-seek-backward.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-seek-forward-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-seek-forward-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-seek-forward-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-seek-forward.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-skip-backward-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-skip-backward-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-skip-backward-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-skip-backward.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-skip-forward-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-skip-forward-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-skip-forward-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-skip-forward.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-view-subtitles-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/object-flip-horizontal-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/object-flip-horizontal.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/object-flip-vertical-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/object-flip-vertical.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/object-rotate-left-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/object-rotate-left.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/object-rotate-right-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/object-rotate-right.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/object-select-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/open-menu-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/pan-down-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/pan-end-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/pan-end-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/pan-start-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/pan-start-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/pan-up-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/process-stop-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/process-stop.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/selection-end-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/selection-end-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/selection-start-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/selection-start-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/send-to-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/star-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/system-lock-screen.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/system-log-out.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/system-run-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/system-run.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/system-search-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/system-search.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/system-shutdown-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/system-shutdown.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/system-switch-user-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/tab-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/tab-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/tools-check-spelling-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/tools-check-spelling.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-app-grid-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-continuous-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-dual-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-fullscreen-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-fullscreen.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-grid-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-list-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-mirror-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-more-horizontal-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-more-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-paged-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-pin-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-refresh-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-refresh.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-restore-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-restore.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-sort-ascending-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-sort-ascending.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-sort-descending-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-sort-descending.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/window-close-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/window-close.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/window-maximize-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/window-minimize-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/window-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/window-restore-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/zoom-fit-best-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/zoom-fit-best.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/zoom-in-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/zoom-in.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/zoom-original-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/zoom-original.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/zoom-out-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/zoom-out.png  
   creating: ./bundleGTK/share/icons/Adwaita/24x24/apps/
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/accessories-calculator-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/accessories-calculator.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/accessories-character-map-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/accessories-character-map.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/accessories-dictionary-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/accessories-dictionary.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/accessories-text-editor-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/accessories-text-editor.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/applets-screenshooter-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/applets-screenshooter.png  
 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/goa-panel-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/help-browser-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/help-browser.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/help-contents-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/help-faq-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/multimedia-volume-control-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/multimedia-volume-control.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-color-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-accessibility-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-accessibility.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-display-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-display.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-font-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-font.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-keyboard-shortcuts.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-keyboard-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-keyboard.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-locale-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-locale.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-remote-desktop-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-remote-desktop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-screensaver-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-screensaver.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-theme.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-wallpaper-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-wallpaper.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-system-details-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-system-devices-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-system-network-proxy-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-system-network-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-privacy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-system-privacy.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-system-search-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-system-sharing-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-system-time-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-system-windows.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/system-file-manager-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/system-file-manager.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/system-software-install-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/system-software-install.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/system-software-update.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/system-users-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/system-users.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/text-editor-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/user-info-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/user-info.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/utilities-system-monitor-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/utilities-system-monitor.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/utilities-terminal-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/utilities-terminal.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/web-browser-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/web-browser.png  
   creating: ./bundleGTK/share/icons/Adwaita/24x24/categories/
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-accessories.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-development.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-engineering-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-engineering.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-games-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-games.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-graphics-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-graphics.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-internet.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-multimedia-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-multimedia.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-office.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-other.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-science-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-science.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-system-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-system.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-utilities-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-utilities.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/preferences-desktop-peripherals.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/preferences-desktop-personal.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/preferences-desktop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/preferences-other-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/preferences-other.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/preferences-system-network.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/preferences-system-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/preferences-system.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/system-help-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/system-help.png  
   creating: ./bundleGTK/share/icons/Adwaita/24x24/devices/
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/ac-adapter-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/ac-adapter.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/audio-card-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/audio-card.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/audio-headphones-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/audio-headphones.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/audio-headset-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/audio-headset.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/audio-input-microphone-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/audio-input-microphone.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/audio-speakers-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/audio-speakers.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/battery-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/battery.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/camera-photo-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/camera-photo.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/camera-video-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/camera-video.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/camera-web-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/camera-web.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/colorimeter-colorhug-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/computer-apple-ipad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/computer-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/computer.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/display-projector-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-harddisk-ieee1394-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-harddisk-solidstate-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-harddisk-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-harddisk-system-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-harddisk-usb-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-harddisk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-multidisk-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-multidisk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-optical-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-optical.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-removable-media-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-removable-media.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/ebook-reader.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-dialpad-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-dialpad.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-gaming-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-gaming.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-keyboard-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-keyboard.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-mouse-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-mouse.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-tablet-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-tablet.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-touchpad-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-touchpad.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-flash-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-flash.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-floppy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-floppy.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-optical-bd-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-optical-cd-audio-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-optical-dvd-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-optical-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-optical.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-removable-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-removable.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-tape-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-tape.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-zip-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/modem-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/modem.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/multimedia-player-apple-ipod-touch-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/multimedia-player-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/multimedia-player.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/network-vpn.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/network-wired-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/network-wired.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/network-wireless-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/network-wireless.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/pda-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/pda.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/phone-apple-iphone-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/phone-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/phone.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/printer-network-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/printer-network.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/printer-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/printer.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/scanner-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/scanner.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/thunderbolt-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/tv-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/uninterruptible-power-supply-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/uninterruptible-power-supply.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/video-display-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/video-display.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/video-joined-displays-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/video-single-display-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-default-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-default.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-documents-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-documents.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-downloads.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-favorite-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-favorite.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-important-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-important.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-mail.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-music-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-ok-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-package.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-photos-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-photos.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-readonly.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-shared-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-shared.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-symbolic-link.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-synchronizing-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-synchronizing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-system-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-system.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-unreadable.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-urgent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-videos-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-web.png  
   creating: ./bundleGTK/share/icons/Adwaita/24x24/emotes/
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/emote-love-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-angel-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-angel.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-angry-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-angry.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-confused-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-cool-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-cool.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-crying-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-crying.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-devilish-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-devilish.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-embarrassed-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-embarrassed.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-glasses-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-glasses.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-kiss-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-kiss.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-laugh-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-laugh.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-monkey-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-monkey.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-plain-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-plain.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-raspberry-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-raspberry.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-sad-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-sad.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-shutmouth-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-sick-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-sick.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-smile-big-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-smile-big.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-smile-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-smile.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-smirk-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-smirk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-surprise-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-surprise.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-tired-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-tired.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-uncertain-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-uncertain.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-wink-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-wink.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-worried-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-worried.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-yawn-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/application-certificate-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/application-certificate.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/application-rss+xml-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/application-x-addon-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/application-x-addon.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/application-x-appliance-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/application-x-executable-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/application-x-executable.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/application-x-firmware-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/application-x-firmware.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/audio-x-generic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/audio-x-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/font-x-generic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/font-x-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/image-x-generic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/image-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/inode-directory-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/package-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/package-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/text-html.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/text-x-generic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/text-x-generic-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/text-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/text-x-preview.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/text-x-script.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/video-x-generic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/video-x-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-address-book-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-address-book.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-calendar-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-calendar.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-document-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-document-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-document.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-drawing-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-drawing-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-drawing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-presentation-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-presentation-template.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-presentation.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-spreadsheet-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-spreadsheet-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-spreadsheet.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-package-repository.png  
   creating: ./bundleGTK/share/icons/Adwaita/24x24/places/
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-documents-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-documents.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-download-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-download.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-music-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-music.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-pictures-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-pictures.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-publicshare-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-publicshare.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-remote-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-remote.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-saved-search-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-saved-search.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-templates-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-templates.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-videos-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-videos.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/places/folder.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/network-server-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/places/network-server.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/network-workgroup-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/places/network-workgroup.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/start-here-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/places/start-here.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/user-bookmarks-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/places/user-bookmarks.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/places/user-desktop-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/places/user-desktop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/user-home-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/places/user-home.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/user-trash-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/places/user-trash.png  
   creating: ./bundleGTK/share/icons/Adwaita/24x24/status/
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/airplane-mode-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/alarm-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/appointment-missed-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/appointment-missed.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/appointment-soon-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/appointment-soon.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/audio-volume-high-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/audio-volume-high.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/audio-volume-low-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/audio-volume-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/audio-volume-medium-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/audio-volume-medium.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/audio-volume-muted-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/audio-volume-muted.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/avatar-default-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/avatar-default.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-caution-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-caution-charging.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-caution-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-caution.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-empty-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-empty-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-empty.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-full-charged-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-full-charged.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-full-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-full-charging.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-full-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-full.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-good-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-good-charging.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-good-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-good.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-low-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-low-charging.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-low-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-missing-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-missing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/bluetooth-active-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/bluetooth-disabled-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/call-missed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/changes-allow-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/changes-allow.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/changes-prevent-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/changes-prevent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/channel-insecure-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/channel-secure-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/checkbox-checked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/checkbox-mixed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/checkbox-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/computer-fail-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/computer-fail.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/content-loading-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/daytime-sunrise-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/daytime-sunset-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/dialog-error-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/dialog-error.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/dialog-information-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/dialog-information.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/dialog-password-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/dialog-password.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/dialog-question-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/dialog-question.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/dialog-warning-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/dialog-warning.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/display-brightness-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/folder-drag-accept-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/folder-drag-accept.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/folder-open-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/folder-open.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/folder-visiting-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/folder-visiting.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/image-loading-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/image-loading.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/image-missing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/keyboard-brightness-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/mail-attachment-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/mail-attachment.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/mail-read-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/mail-read.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/mail-replied-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/mail-replied.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/mail-signed-verified.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/mail-signed.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/mail-unread-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/mail-unread.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/media-playlist-consecutive-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/media-playlist-consecutive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/media-playlist-repeat-song-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/media-playlist-repeat-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/media-playlist-repeat-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/media-playlist-repeat.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/media-playlist-shuffle-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/media-playlist-shuffle-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/media-playlist-shuffle.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/microphone-sensitivity-high-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/microphone-sensitivity-high.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/microphone-sensitivity-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/microphone-sensitivity-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/microphone-sensitivity-medium-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/microphone-sensitivity-medium.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/microphone-sensitivity-muted-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/microphone-sensitivity-muted.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-3g-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-4g-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-connected-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-connected.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-edge-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-gprs-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-hspa-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-no-route-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-offline-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-signal-excellent-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-signal-good-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-signal-none-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-signal-ok-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-signal-weak-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-error-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/network-error.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-idle-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/network-idle.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-no-route-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-offline-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/network-offline.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-receive-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/network-receive.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-transmit-receive-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/network-transmit-receive.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-transmit-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/network-transmit.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-vpn-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-vpn-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wired-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wired-disconnected-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wired-disconnected.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wired-no-route-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wired-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-acquiring-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-connected-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-encrypted-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-encrypted.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-hotspot-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-no-route-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-signal-excellent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-signal-good-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-signal-none-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-signal-ok-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-signal-weak-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/night-light-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/non-starred-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/non-starred.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/orientation-landscape-inverse-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/orientation-landscape-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/orientation-portrait-inverse-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/orientation-portrait-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/printer-error-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/printer-error.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/printer-printing-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/printer-printing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/printer-warning-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/radio-checked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/radio-mixed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/radio-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/rotation-allowed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/rotation-locked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/security-high-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/security-high.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/security-low-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/security-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/security-medium-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/security-medium.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/semi-starred-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/semi-starred-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/semi-starred-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/semi-starred.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/software-update-available-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/software-update-available.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/software-update-urgent-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/software-update-urgent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/starred-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/starred.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/system-lock-screen-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/task-due-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/task-due.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/task-past-due-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/task-past-due.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/thunderbolt-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/touchpad-disabled-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/trophy-bronze.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/trophy-gold.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/trophy-silver.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-available-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/user-available.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-away-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/user-away.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-busy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/user-busy.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-idle-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/user-idle.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-invisible-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/user-invisible.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-not-tracked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-offline-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/user-offline.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-status-pending-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-trash-full-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/user-trash-full.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/view-wrapped-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/view-wrapped-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-clear-night-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-clear-night.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-clear-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-clear.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-few-clouds-night-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-few-clouds-night.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-few-clouds-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-few-clouds.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-fog-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-fog.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-overcast-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-overcast.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-severe-alert-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-severe-alert.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-showers-scattered-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-showers-scattered.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-showers-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-showers.png  
 extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-snow-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-snow.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/weather-windy-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/256x256/
   creating: ./bundleGTK/share/icons/Adwaita/256x256/actions/
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/address-book-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/appointment-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/document-open-recent.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/document-print-preview.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/document-print.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/edit-delete.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/go-first-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/go-first.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/go-jump.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/go-last-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/go-last.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/go-next-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/go-next.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/go-previous-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/go-previous.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/mail-message-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/process-stop.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/system-lock-screen.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/system-log-out.png  
 extracting: ./bundleGTK/share/icons/Adwaita/256x256/actions/system-run.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/system-search.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/system-shutdown.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/view-refresh.png  
   creating: ./bundleGTK/share/icons/Adwaita/256x256/apps/
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/accessories-calculator.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/accessories-dictionary.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/applets-screenshooter.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/help-browser.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/multimedia-volume-control.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-desktop-accessibility.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-desktop-display.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-desktop-font.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-desktop-keyboard-shortcuts.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-desktop-keyboard.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-desktop-locale.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-desktop-remote-desktop.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-desktop-screensaver.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-desktop-theme.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-desktop-wallpaper.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-system-notifications.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-system-privacy.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-system-search.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-system-sharing.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/system-file-manager.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/system-software-install.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/system-software-update.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/system-users.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/user-info.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/web-browser.png  
   creating: ./bundleGTK/share/icons/Adwaita/256x256/categories/
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/categories/applications-development.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/categories/applications-graphics.png  
  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/preferences-system.png  
   creating: ./bundleGTK/share/icons/Adwaita/256x256/devices/
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/ac-adapter.png  
 extracting: ./bundleGTK/share/icons/Adwaita/256x256/devices/audio-headphones.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/audio-headset.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/audio-input-microphone.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/audio-speakers.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/battery.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/camera-photo.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/camera-web.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/computer.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/drive-multidisk.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/drive-optical.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/drive-removable-media.png  
 extracting: ./bundleGTK/share/icons/Adwaita/256x256/devices/ebook-reader.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/input-gaming.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/input-keyboard.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/input-mouse.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/input-tablet.png  
 extracting: ./bundleGTK/share/icons/Adwaita/256x256/devices/media-flash.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/media-floppy.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/media-optical.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/media-removable.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/phone.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/printer-network.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/printer.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/scanner.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/uninterruptible-power-supply.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/video-display.png  
   creating: ./bundleGTK/share/icons/Adwaita/256x256/emblems/
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emblems/emblem-mail.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emblems/emblem-synchronizing.png  
   creating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/
  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-angry.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-cool.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-crying.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-devilish.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-embarrassed.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-glasses.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-laugh.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-plain.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-sad.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-sick.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-smile-big.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-smile.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-smirk.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-surprise.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-tired.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-uncertain.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-wink.png  
   creating: ./bundleGTK/share/icons/Adwaita/256x256/mimetypes/
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/mimetypes/application-x-addon.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/mimetypes/application-x-firmware.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/mimetypes/video-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/mimetypes/x-package-repository.png  
   creating: ./bundleGTK/share/icons/Adwaita/256x256/places/
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/places/network-server.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/places/network-workgroup.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/places/user-trash.png  
   creating: ./bundleGTK/share/icons/Adwaita/256x256/status/
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/appointment-missed.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/appointment-soon.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/audio-volume-high.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/audio-volume-low.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/audio-volume-medium.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/audio-volume-muted.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/avatar-default.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-caution-charging.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-caution.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-empty.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-full-charged.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-full-charging.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-full.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-good-charging.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-good.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-low-charging.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-low.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-missing.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/computer-fail.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/dialog-error.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/dialog-information.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/dialog-password.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/dialog-question.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/dialog-warning.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/mail-read.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/network-cellular-connected.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/network-error.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/network-idle.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/network-offline.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/network-receive.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/network-transmit-receive.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/network-transmit.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/network-wired-disconnected.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/non-starred.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/printer-error.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/printer-printing.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/security-high.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/security-low.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/security-medium.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/semi-starred-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/semi-starred.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/software-update-available.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/software-update-urgent.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/starred.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/trophy-bronze.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/trophy-gold.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/trophy-silver.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/user-available.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/user-away.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/user-busy.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/user-idle.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/user-invisible.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/user-offline.png  
  inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/user-trash-full.png  
   creating: ./bundleGTK/share/icons/Adwaita/32x32/
   creating: ./bundleGTK/share/icons/Adwaita/32x32/actions/
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/action-unavailable-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/address-book-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/address-book-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/application-exit-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/application-exit.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/appointment-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/appointment-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/bookmark-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/bookmark-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/call-start-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/call-start.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/call-stop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/call-stop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/color-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/contact-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/contact-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-edit-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-open-recent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-open-recent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-open-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-open.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-page-setup-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-page-setup.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-print-preview-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-print-preview.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-print-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-print.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-properties-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-properties.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-revert-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-revert-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-revert-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-revert.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-save-as-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-save-as.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-save-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-save.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-send-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-send.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-clear-all-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-clear-all.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-clear-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-clear-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-clear-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-clear.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-copy-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-copy.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-cut-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-cut.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-delete-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-delete.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-find-replace-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-find-replace.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-find-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-find.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-paste-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-paste.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-redo-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-redo-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-redo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-redo.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-select-all-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-select-all.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-undo-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-undo-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-undo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-undo.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/error-correct-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/find-location-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/focus-legacy-systray-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/focus-top-bar-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/focus-windows-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/folder-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/folder-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/font-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-indent-less-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-indent-less-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-indent-less-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-indent-less.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-indent-more-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-indent-more-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-indent-more-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-indent-more.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-justify-center-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-justify-center.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-justify-fill-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-justify-fill.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-justify-left-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-justify-left.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-justify-right-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-justify-right.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-bold-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-bold.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-direction-ltr.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-direction-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-direction-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-direction-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-italic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-italic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-strikethrough-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-strikethrough.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-underline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-underline.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-bottom-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-bottom.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-down-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-down.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-first-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-first-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-first-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-first.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-home-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-home.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-jump-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-jump.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-last-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-last-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-last-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-last.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-next-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-next-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-next-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-next.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-previous-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-previous-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-previous-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-previous.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-top-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-top.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-up-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-up.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/help-about-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/help-about.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/help-contents.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/help-faq.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/insert-image-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/insert-image.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/insert-link-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/insert-link.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/insert-object-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/insert-object.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/insert-text-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/insert-text.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/list-add-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/list-add.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/list-remove-all-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/list-remove-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/list-remove.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-forward.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-mark-important-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-mark-important.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-mark-junk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-mark-notjunk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-mark-read.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-mark-unread.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-message-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-reply-all.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-reply-sender.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-send-receive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-send-receive.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-send-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-send.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mark-location-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/mark-location.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-eject-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-eject.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-playback-pause-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-playback-pause.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-playback-start-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-playback-start-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-playback-start-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-playback-start.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-playback-stop-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-playback-stop.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-record-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-record.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-seek-backward-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-seek-backward-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-seek-backward-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-seek-backward.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-seek-forward-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-seek-forward-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-seek-forward-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-seek-forward.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-skip-backward-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-skip-backward-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-skip-backward-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-skip-backward.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-skip-forward-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-skip-forward-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-skip-forward-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-skip-forward.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-view-subtitles-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/object-flip-horizontal-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/object-flip-horizontal.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/object-flip-vertical-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/object-flip-vertical.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/object-rotate-left-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/object-rotate-left.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/object-rotate-right-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/object-rotate-right.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/object-select-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/open-menu-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/pan-down-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/pan-end-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/pan-end-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/pan-start-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/pan-start-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/pan-up-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/process-stop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/process-stop.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/selection-end-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/selection-end-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/selection-start-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/selection-start-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/send-to-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/star-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/system-lock-screen.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/system-log-out.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/system-run-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/system-run.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/system-search-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/system-search.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/system-shutdown-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/system-shutdown.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/system-switch-user-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/tab-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/tools-check-spelling-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/tools-check-spelling.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-app-grid-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-continuous-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-dual-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-fullscreen-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-fullscreen.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-grid-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-list-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-mirror-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-more-horizontal-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-more-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-paged-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-pin-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-refresh-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-refresh.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-restore-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-restore.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-sort-ascending-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-sort-ascending.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-sort-descending-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-sort-descending.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/window-close-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/window-close.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/window-maximize-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/window-minimize-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/window-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/window-restore-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/zoom-fit-best-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/zoom-fit-best.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/zoom-in-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/zoom-in.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/zoom-original-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/zoom-original.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/zoom-out-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/zoom-out.png  
   creating: ./bundleGTK/share/icons/Adwaita/32x32/apps/
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/apps/accessories-calculator-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/apps/accessories-calculator.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/accessories-character-map-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/accessories-character-map.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/accessories-dictionary-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/apps/accessories-dictionary.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/accessories-text-editor-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/apps/accessories-text-editor.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/applets-screenshooter-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/applets-screenshooter.png  
 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/goa-panel-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/help-browser-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/help-browser.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/help-contents-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/help-faq-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/multimedia-volume-control-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/multimedia-volume-control.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-color-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-accessibility-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-accessibility.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-display-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-display.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-font-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-font.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-keyboard-shortcuts.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-keyboard-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-keyboard.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-locale-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-locale.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-remote-desktop-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-remote-desktop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-screensaver-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-screensaver.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-theme.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-wallpaper-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-wallpaper.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-details-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-devices-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-network-proxy-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-network-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-notifications.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-privacy-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-privacy.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-search-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-search.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-sharing-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-sharing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-time-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-windows.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/system-file-manager-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/apps/system-file-manager.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/system-software-install-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/apps/system-software-install.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/apps/system-software-update.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/system-users-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/apps/system-users.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/text-editor-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/user-info-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/user-info.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/utilities-system-monitor-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/apps/utilities-system-monitor.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/utilities-terminal-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/apps/utilities-terminal.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/web-browser-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/apps/web-browser.png  
   creating: ./bundleGTK/share/icons/Adwaita/32x32/categories/
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-accessories.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-development.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-engineering-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-engineering.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-games-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-games.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-graphics-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-graphics.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-internet.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-multimedia-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-multimedia.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-office.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-other.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-science-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-science.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-system-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-system.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-utilities-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-utilities.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/preferences-desktop-peripherals.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/categories/preferences-desktop-personal.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/preferences-desktop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/preferences-other-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/preferences-other.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/preferences-system-network.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/preferences-system-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/preferences-system.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/system-help-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/system-help.png  
   creating: ./bundleGTK/share/icons/Adwaita/32x32/devices/
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/ac-adapter-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/ac-adapter.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/audio-card-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/audio-card.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/audio-headphones-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/audio-headphones.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/audio-headset-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/audio-headset.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/audio-input-microphone-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/audio-input-microphone.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/audio-speakers-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/audio-speakers.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/battery-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/battery.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/camera-photo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/camera-photo.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/camera-video-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/camera-video.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/camera-web-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/camera-web.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/colorimeter-colorhug-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/computer-apple-ipad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/computer-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/computer.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/display-projector-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-harddisk-ieee1394-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-harddisk-solidstate-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-harddisk-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-harddisk-system-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-harddisk-usb-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-harddisk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-multidisk-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-multidisk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-optical-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-optical.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-removable-media-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-removable-media.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/ebook-reader.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-dialpad-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-dialpad.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-gaming-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-gaming.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-keyboard-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-keyboard.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-mouse-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-mouse.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-tablet-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-tablet.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-touchpad-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-touchpad.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-flash-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-flash.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-floppy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-floppy.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-optical-bd-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-optical-cd-audio-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-optical-dvd-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-optical-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-optical.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-removable-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-removable.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-tape-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-tape.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-zip-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/modem-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/modem.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/multimedia-player-apple-ipod-touch-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/multimedia-player-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/multimedia-player.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/network-vpn.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/network-wired-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/network-wired.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/network-wireless-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/network-wireless.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/pda-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/pda.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/phone-apple-iphone-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/phone-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/phone.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/printer-network-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/printer-network.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/printer-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/printer.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/scanner-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/scanner.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/thunderbolt-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/tv-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/uninterruptible-power-supply-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/uninterruptible-power-supply.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/video-display-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/video-display.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/video-joined-displays-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/video-single-display-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/32x32/emblems/
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-default-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-default.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-documents-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-documents.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-downloads.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-favorite-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-favorite.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-important-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-important.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-mail.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-music-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-ok-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-package.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-photos-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-photos.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-readonly.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-shared-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-shared.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-symbolic-link.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-synchronizing-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-synchronizing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-system-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-system.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-unreadable.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-urgent.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-videos-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-web.png  
   creating: ./bundleGTK/share/icons/Adwaita/32x32/emotes/
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/emote-love-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/emote-love.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-angel-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-angel.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-angry-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-angry.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-confused-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-cool-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-cool.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-crying-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-crying.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-devilish-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-devilish.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-embarrassed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-embarrassed.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-glasses-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-glasses.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-kiss-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-kiss.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-laugh-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-laugh.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-monkey-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-monkey.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-plain-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-plain.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-raspberry-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-raspberry.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-sad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-sad.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-shutmouth-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-sick-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-sick.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-smile-big-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-smile-big.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-smile-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-smile.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-smirk-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-smirk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-surprise-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-surprise.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-tired-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-tired.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-uncertain-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-uncertain.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-wink-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-wink.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-worried-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-worried.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-yawn-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/application-certificate-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/application-certificate.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/application-rss+xml-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/application-x-addon-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/application-x-addon.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/application-x-appliance-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/application-x-executable-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/application-x-executable.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/application-x-firmware-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/application-x-firmware.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/audio-x-generic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/audio-x-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/font-x-generic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/font-x-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/image-x-generic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/image-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/inode-directory-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/package-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/package-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/text-html.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/text-x-generic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/text-x-generic-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/text-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/text-x-preview.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/text-x-script.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/x-office-address-book-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-address-book.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-calendar-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-calendar.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-document-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-document-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-document.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-drawing-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-drawing-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-drawing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-presentation-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-presentation-template.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-presentation.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-spreadsheet-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-spreadsheet-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-spreadsheet.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-package-repository.png  
   creating: ./bundleGTK/share/icons/Adwaita/32x32/places/
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-documents-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-documents.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-download-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-download.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-music-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-music.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-pictures-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-pictures.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-publicshare-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-publicshare.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-remote-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-remote.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-saved-search-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-saved-search.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-templates-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-templates.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-videos-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-videos.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/places/folder.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/network-server-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/network-server.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/network-workgroup-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/places/network-workgroup.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/start-here-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/start-here.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/user-bookmarks-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/places/user-bookmarks.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/places/user-desktop-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/places/user-desktop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/user-home-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/places/user-home.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/places/user-trash-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/user-trash.png  
   creating: ./bundleGTK/share/icons/Adwaita/32x32/status/
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/airplane-mode-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/alarm-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/appointment-missed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/appointment-missed.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/appointment-soon-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/appointment-soon.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/audio-volume-high-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/audio-volume-high.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/audio-volume-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/audio-volume-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/audio-volume-medium-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/audio-volume-medium.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/audio-volume-muted-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/audio-volume-muted.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/avatar-default-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/avatar-default.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-caution-charging-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-caution-charging.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-caution-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-caution.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-empty-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-empty-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-empty.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-full-charged-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-full-charged.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-full-charging-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-full-charging.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-full-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-full.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-good-charging-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-good-charging.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-good-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-good.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-low-charging-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-low-charging.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-low-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-missing-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-missing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/bluetooth-active-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/bluetooth-disabled-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/call-missed-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/changes-allow-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/changes-allow.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/changes-prevent-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/changes-prevent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/channel-insecure-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/channel-secure-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/checkbox-checked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/checkbox-mixed-symbolic.symbolic.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/computer-fail.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/content-loading-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/daytime-sunrise-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/daytime-sunset-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/dialog-error-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/dialog-error.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/dialog-information-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/dialog-information.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/dialog-password-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/dialog-password.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/dialog-question-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/dialog-question.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/dialog-warning-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/dialog-warning.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/display-brightness-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/folder-drag-accept-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/folder-drag-accept.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/folder-open-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/folder-open.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/folder-visiting-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/folder-visiting.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/image-loading-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/image-loading.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/image-missing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/keyboard-brightness-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/mail-attachment-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/mail-attachment.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/mail-read-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/mail-read.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/mail-replied-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/mail-replied.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/mail-unread-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/mail-unread.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/media-playlist-consecutive-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/media-playlist-consecutive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/media-playlist-repeat-song-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/media-playlist-repeat-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/media-playlist-repeat-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/media-playlist-repeat.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/media-playlist-shuffle-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/media-playlist-shuffle-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/media-playlist-shuffle.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/microphone-sensitivity-high-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/microphone-sensitivity-high.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/microphone-sensitivity-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/microphone-sensitivity-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/microphone-sensitivity-medium-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/microphone-sensitivity-medium.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/microphone-sensitivity-muted-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/microphone-sensitivity-muted.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-3g-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-4g-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-connected-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-connected.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-edge-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-gprs-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-hspa-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-no-route-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-offline-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-signal-excellent-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-signal-good-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-signal-none-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-signal-ok-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-signal-weak-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-error-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/network-error.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-idle-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/network-idle.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-no-route-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-offline.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-receive-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/network-receive.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-transmit-receive-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/network-transmit-receive.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-transmit-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/network-transmit.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-vpn-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-vpn-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wired-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wired-disconnected-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wired-disconnected.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wired-no-route-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wired-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-acquiring-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-connected-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-encrypted-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-hotspot-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-no-route-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-signal-excellent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-signal-good-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-signal-none-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-signal-ok-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-signal-weak-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/night-light-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/non-starred-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/non-starred.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/orientation-landscape-inverse-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/orientation-landscape-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/orientation-portrait-inverse-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/orientation-portrait-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/printer-error-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/printer-error.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/printer-printing-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/printer-printing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/printer-warning-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/radio-checked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/radio-mixed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/radio-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/rotation-allowed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/rotation-locked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/security-high-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/security-high.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/security-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/security-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/security-medium-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/security-medium.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/semi-starred-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/semi-starred-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/semi-starred-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/semi-starred.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/software-update-available-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/software-update-available.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/software-update-urgent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/software-update-urgent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/starred-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/starred.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/system-lock-screen-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/task-due-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/task-due.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/task-past-due-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/task-past-due.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/thunderbolt-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/touchpad-disabled-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/trophy-bronze.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/trophy-gold.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/trophy-silver.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-available-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/user-available.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-away-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/user-away.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-busy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/user-busy.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-idle-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/user-idle.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-invisible-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/user-invisible.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-not-tracked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-offline-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/user-offline.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-status-pending-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-trash-full-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-trash-full.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/view-wrapped-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/view-wrapped-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-clear-night-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-clear-night.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-clear-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-clear.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-few-clouds-night-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-few-clouds-night.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-few-clouds-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-few-clouds.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-fog-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-fog.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-overcast-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-overcast.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-severe-alert-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-severe-alert.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-showers-scattered-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-showers-scattered.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-showers-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-showers.png  
 extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-snow-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-snow.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/weather-windy-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/48x48/
   creating: ./bundleGTK/share/icons/Adwaita/48x48/actions/
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/action-unavailable-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/address-book-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/address-book-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/application-exit-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/application-exit.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/appointment-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/appointment-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/bookmark-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/bookmark-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/call-start-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/call-start.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/call-stop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/call-stop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/color-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/contact-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/contact-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-edit-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-open-recent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-open-recent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-open-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-open.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-page-setup-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-page-setup.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-print-preview-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-print-preview.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-print-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-print.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-properties-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-properties.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-revert-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-revert-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-revert-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-revert.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-save-as-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-save-as.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-save-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-save.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-send-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-send.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-clear-all-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-clear-all.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-clear-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-clear-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-clear-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-clear.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-copy-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-copy.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-cut-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-cut.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-delete-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-delete.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-find-replace-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-find-replace.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-find-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-find.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-paste-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-paste.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-redo-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-redo-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-redo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-redo.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-select-all-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-select-all.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-undo-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-undo-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-undo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-undo.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/error-correct-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/find-location-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/focus-legacy-systray-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/focus-top-bar-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/focus-windows-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/folder-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/folder-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/font-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-indent-less-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-indent-less-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-indent-less-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-indent-less.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-indent-more-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-indent-more-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-indent-more-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-indent-more.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-justify-center-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-justify-center.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-justify-fill-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-justify-fill.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-justify-left-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-justify-left.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-justify-right-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-justify-right.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-bold-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-bold.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-direction-ltr.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-direction-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-direction-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-direction-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-italic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-italic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-strikethrough-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-strikethrough.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-underline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-underline.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-bottom-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-bottom.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-down-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-down.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-first-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-first-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-first-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-first.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-home-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-home.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-jump-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-jump.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-last-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-last-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-last-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-last.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-next-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-next-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-next-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-next.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-previous-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-previous-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-previous-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-previous.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-top-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-top.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-up-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-up.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/help-about-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/help-about.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/help-contents.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/help-faq.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/insert-image-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/insert-image.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/insert-link-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/insert-link.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/insert-object-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/insert-object.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/insert-text-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/insert-text.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/list-add-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/list-add.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/list-remove-all-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/list-remove-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/list-remove.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-forward.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-mark-important-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-mark-important.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-mark-junk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-mark-notjunk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-mark-read.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-mark-unread.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-message-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-reply-all.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-reply-sender.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-send-receive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-send-receive.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-send-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-send.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mark-location-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/mark-location.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-eject-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-eject.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-playback-pause-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-playback-pause.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-playback-start-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-playback-start-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-playback-start-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-playback-start.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-playback-stop-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-playback-stop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-record-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-record.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-seek-backward-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-seek-backward-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-seek-backward-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-seek-backward.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-seek-forward-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-seek-forward-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-seek-forward-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-seek-forward.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-skip-backward-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-skip-backward-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-skip-backward-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-skip-backward.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-skip-forward-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-skip-forward-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-skip-forward-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-skip-forward.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-view-subtitles-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/object-flip-horizontal-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/object-flip-horizontal.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/object-flip-vertical-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/object-flip-vertical.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/object-rotate-left-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/object-rotate-left.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/object-rotate-right-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/object-rotate-right.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/object-select-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/open-menu-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/pan-down-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/pan-end-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/pan-end-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/pan-start-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/pan-start-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/pan-up-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/process-stop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/process-stop.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/selection-end-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/selection-end-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/selection-start-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/selection-start-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/send-to-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/star-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/system-lock-screen.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/system-log-out.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/system-run-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/system-run.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/system-search-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/system-search.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/system-shutdown-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/system-shutdown.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/system-switch-user-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/tab-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/tools-check-spelling-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/tools-check-spelling.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-app-grid-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-continuous-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-dual-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-fullscreen-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-fullscreen.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-grid-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-list-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-mirror-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-more-horizontal-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-more-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-paged-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-pin-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-refresh-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-refresh.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-restore-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-restore.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-sort-ascending-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-sort-ascending.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-sort-descending-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-sort-descending.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/window-close-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/window-close.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/window-maximize-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/window-minimize-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/window-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/window-restore-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/zoom-fit-best-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/zoom-fit-best.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/zoom-in-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/zoom-in.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/zoom-original-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/zoom-original.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/zoom-out-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/zoom-out.png  
   creating: ./bundleGTK/share/icons/Adwaita/48x48/apps/
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/accessories-calculator-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/apps/accessories-calculator.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/accessories-character-map-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/accessories-character-map.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/accessories-dictionary-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/accessories-dictionary.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/accessories-text-editor-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/apps/accessories-text-editor.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/applets-screenshooter-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/applets-screenshooter.png  
 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/goa-panel-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/help-browser-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/help-browser.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/help-contents-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/help-faq-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/multimedia-volume-control-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/multimedia-volume-control.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-color-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-accessibility-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-accessibility.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-display-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-display.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-font-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-font.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-keyboard-shortcuts.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-keyboard-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-keyboard.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-locale-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-locale.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-remote-desktop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-remote-desktop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-screensaver-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-screensaver.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-theme.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-wallpaper-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-wallpaper.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-details-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-devices-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-network-proxy-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-network-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-notifications.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-privacy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-privacy.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-search-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-search.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-sharing-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-sharing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-time-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-windows.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/system-file-manager-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/system-file-manager.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/system-software-install-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/apps/system-software-install.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/apps/system-software-update.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/system-users-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/system-users.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/text-editor-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/user-info-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/user-info.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/utilities-system-monitor-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/apps/utilities-system-monitor.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/apps/utilities-terminal-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/apps/utilities-terminal.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/web-browser-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/web-browser.png  
   creating: ./bundleGTK/share/icons/Adwaita/48x48/categories/
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-accessories.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-development.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-engineering-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-engineering.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-games-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-games.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-graphics-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-graphics.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-internet.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-multimedia-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-multimedia.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-office.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-other.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-science-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-science.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-system-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-system.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-utilities-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-utilities.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/preferences-desktop-peripherals.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/preferences-desktop-personal.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/preferences-desktop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/preferences-other-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/preferences-other.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/preferences-system-network.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/preferences-system-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/preferences-system.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/system-help-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/system-help.png  
   creating: ./bundleGTK/share/icons/Adwaita/48x48/devices/
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/ac-adapter-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/ac-adapter.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/audio-card-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/audio-card.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/audio-headphones-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/audio-headphones.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/audio-headset-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/audio-headset.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/audio-input-microphone-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/audio-input-microphone.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/audio-speakers-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/audio-speakers.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/battery-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/battery.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/camera-photo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/camera-photo.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/camera-video-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/camera-video.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/camera-web-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/camera-web.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/colorimeter-colorhug-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/computer-apple-ipad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/computer-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/computer.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/display-projector-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-harddisk-ieee1394-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-harddisk-solidstate-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-harddisk-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-harddisk-system-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-harddisk-usb-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-harddisk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-multidisk-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-multidisk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-optical-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-optical.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-removable-media-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-removable-media.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/ebook-reader.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-dialpad-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-dialpad.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-gaming-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-gaming.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-keyboard-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-keyboard.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-mouse-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-mouse.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-tablet-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-tablet.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-touchpad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-touchpad.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-flash-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-flash.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-floppy-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-floppy.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-optical-bd-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-optical-cd-audio-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-optical-dvd-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-optical-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-optical.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-removable-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-removable.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-tape-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-tape.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-zip-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/modem-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/modem.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/multimedia-player-apple-ipod-touch-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/multimedia-player-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/multimedia-player.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/network-vpn.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/network-wired-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/network-wired.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/network-wireless-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/network-wireless.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/pda-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/pda.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/phone-apple-iphone-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/phone-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/phone.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/printer-network-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/printer-network.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/printer-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/printer.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/scanner-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/scanner.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/thunderbolt-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/tv-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/uninterruptible-power-supply-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/uninterruptible-power-supply.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/video-display-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/video-display.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/video-joined-displays-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/video-single-display-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/48x48/emblems/
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-default-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-default.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-desktop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-documents-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-documents.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-downloads.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-favorite-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-favorite.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-important-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-important.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-mail.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-music-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-new.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-ok-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-package.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-photos-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-photos.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-readonly.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-shared-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-shared.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-symbolic-link.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-synchronizing-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-synchronizing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-system-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-system.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-unreadable.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-urgent.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-videos-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-web.png  
   creating: ./bundleGTK/share/icons/Adwaita/48x48/emotes/
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/emote-love-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/emote-love.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-angel-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-angel.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-angry-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-angry.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-confused-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-cool-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-cool.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-crying-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-crying.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-devilish-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-devilish.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-embarrassed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-embarrassed.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-glasses-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-glasses.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-kiss-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-kiss.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-laugh-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-laugh.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-monkey-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-monkey.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-plain-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-plain.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-raspberry-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-raspberry.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-sad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-sad.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-shutmouth-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-sick-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-sick.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-smile-big-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-smile-big.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-smile-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-smile.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-smirk-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-smirk.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-surprise-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-surprise.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-tired-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-tired.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-uncertain-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-uncertain.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-wink-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-wink.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-worried-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-worried.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-yawn-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/application-certificate-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/application-certificate.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/application-rss+xml-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/application-x-addon-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/application-x-addon.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/application-x-appliance-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/application-x-executable-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/application-x-executable.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/application-x-firmware-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/application-x-firmware.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/audio-x-generic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/audio-x-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/font-x-generic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/font-x-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/image-x-generic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/image-x-generic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/inode-directory-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/package-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/package-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/text-html.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/text-x-generic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/text-x-generic-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/text-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/text-x-preview.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/text-x-script.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/x-office-address-book-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-address-book.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-calendar-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-calendar.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-document-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-document-template.png  
  inflating: ./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/x-office-drawing-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-drawing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-presentation-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-presentation-template.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-presentation.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-spreadsheet-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-spreadsheet-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-spreadsheet.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-package-repository.png  
   creating: ./bundleGTK/share/icons/Adwaita/48x48/places/
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-documents-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-documents.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-download-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-download.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-music-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-music.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-pictures-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-pictures.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-publicshare-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-publicshare.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-remote-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-remote.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-saved-search-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-saved-search.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-templates-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-templates.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-videos-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-videos.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/places/folder.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/places/network-server-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/network-server.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/network-workgroup-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/network-workgroup.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/start-here-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/start-here.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/user-bookmarks-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/places/user-bookmarks.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/user-desktop-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/places/user-desktop.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/user-home-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/places/user-home.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/places/user-trash-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/user-trash.png  
   creating: ./bundleGTK/share/icons/Adwaita/48x48/status/
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/airplane-mode-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/alarm-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/appointment-missed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/appointment-missed.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/appointment-soon-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/appointment-soon.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/audio-volume-high-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/audio-volume-high.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/audio-volume-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/audio-volume-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/audio-volume-medium-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/audio-volume-medium.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/audio-volume-muted-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/audio-volume-muted.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/avatar-default-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/avatar-default.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-caution-charging-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-caution-charging.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-caution-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-caution.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-empty-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-empty-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-empty.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-full-charged-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-full-charged.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-full-charging-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-full-charging.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-full-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-full.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-good-charging-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-good-charging.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-good-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-good.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-low-charging-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-low-charging.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-missing-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-missing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/bluetooth-active-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/bluetooth-disabled-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/call-missed-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/changes-allow-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/changes-allow.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/changes-prevent-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/changes-prevent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/channel-insecure-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/channel-secure-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/checkbox-checked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/checkbox-mixed-symbolic.symbolic.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/computer-fail.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/content-loading-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/daytime-sunrise-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/daytime-sunset-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/dialog-error-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/dialog-error.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/dialog-information-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/dialog-information.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/dialog-password-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/dialog-password.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/dialog-question-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/dialog-question.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/dialog-warning-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/dialog-warning.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/display-brightness-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/folder-drag-accept-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/folder-drag-accept.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/folder-open-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/folder-open.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/folder-visiting-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/folder-visiting.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/image-loading-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/image-loading.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/image-missing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/keyboard-brightness-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/mail-attachment-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/mail-attachment.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/mail-read-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/mail-read.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/mail-replied-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/mail-replied.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/mail-unread-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/mail-unread.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/media-playlist-consecutive-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/media-playlist-consecutive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/media-playlist-repeat-song-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/media-playlist-repeat-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/media-playlist-repeat-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/media-playlist-repeat.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/media-playlist-shuffle-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/media-playlist-shuffle-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/media-playlist-shuffle.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/microphone-sensitivity-high-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/microphone-sensitivity-high.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/microphone-sensitivity-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/microphone-sensitivity-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/microphone-sensitivity-medium-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/microphone-sensitivity-medium.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/microphone-sensitivity-muted-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/microphone-sensitivity-muted.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-3g-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-4g-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-connected-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-connected.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-edge-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-gprs-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-hspa-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-no-route-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-offline-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-signal-excellent-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-signal-good-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-signal-none-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-signal-ok-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-signal-weak-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-error-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-error.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-idle-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-idle.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-no-route-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-offline.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-receive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-receive.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-transmit-receive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-transmit-receive.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-transmit-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-transmit.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-vpn-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-vpn-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wired-acquiring-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wired-disconnected-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wired-disconnected.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wired-no-route-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wired-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-acquiring-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-connected-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-encrypted-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-hotspot-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-no-route-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-signal-excellent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-signal-good-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-signal-none-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-signal-ok-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-signal-weak-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/night-light-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/non-starred-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/non-starred.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/orientation-landscape-inverse-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/orientation-landscape-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/orientation-portrait-inverse-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/orientation-portrait-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/printer-error-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/printer-error.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/printer-printing-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/printer-printing.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/printer-warning-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/radio-checked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/radio-mixed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/radio-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/rotation-allowed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/rotation-locked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/security-high-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/security-high.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/security-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/security-low.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/security-medium-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/security-medium.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/semi-starred-rtl.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/semi-starred-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/semi-starred-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/semi-starred.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/software-update-available-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/software-update-available.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/software-update-urgent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/software-update-urgent.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/starred-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/starred.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/system-lock-screen-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/task-due-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/task-due.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/task-past-due-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/task-past-due.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/thunderbolt-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/touchpad-disabled-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/trophy-bronze.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/trophy-gold.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/trophy-silver.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/user-available-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-available.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-away-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-away.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-busy-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-busy.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/user-idle-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-idle.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/user-invisible-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/user-invisible.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-not-tracked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-offline.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-status-pending-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-trash-full-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-trash-full.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/view-wrapped-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/view-wrapped-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-clear-night-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-clear-night.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-clear-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-clear.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-few-clouds-night-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-few-clouds-night.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-few-clouds-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-few-clouds.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-fog-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-fog.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-overcast-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-overcast.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-severe-alert-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-severe-alert.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-showers-scattered-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-showers-scattered.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-showers-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-showers.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-snow-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-snow.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/weather-windy-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/512x512/
   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/document-new.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/actions/document-open.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/actions/document-page-setup.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/actions/document-properties.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/actions/document-revert-rtl.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/actions/document-revert.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/actions/document-save-as.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/actions/document-save.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/actions/edit-select-all.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/actions/folder-new.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/accessories-text-editor.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/apps/utilities-system-monitor.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/apps/utilities-terminal.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/drive-harddisk.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/devices/input-dialpad.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/devices/multimedia-player.png  
   creating: ./bundleGTK/share/icons/Adwaita/512x512/emblems/
  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-shared.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/emblems/emblem-symbolic-link.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/emblems/emblem-unreadable.png  
   creating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/application-x-executable.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/audio-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/font-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/image-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/package-x-generic.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/text-x-generic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/text-x-preview.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/text-x-script.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/x-office-address-book.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/x-office-document-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/x-office-document.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/x-office-drawing-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/x-office-drawing.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/x-office-presentation-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/x-office-presentation.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/x-office-spreadsheet-template.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/x-office-spreadsheet.png  
   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-download.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/folder-publicshare.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/places/folder-remote.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/places/folder-saved-search.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/places/folder-templates.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/places/folder-videos.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/user-desktop.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/places/user-home.png  
   creating: ./bundleGTK/share/icons/Adwaita/512x512/status/
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/status/folder-drag-accept.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/status/folder-open.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/status/folder-visiting.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/status/image-loading.png  
  inflating: ./bundleGTK/share/icons/Adwaita/512x512/status/image-missing.png  
   creating: ./bundleGTK/share/icons/Adwaita/64x64/
   creating: ./bundleGTK/share/icons/Adwaita/64x64/actions/
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/action-unavailable-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/address-book-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/application-exit-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/appointment-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/bookmark-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/call-start-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/call-stop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/color-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/contact-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-edit-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-open-recent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-open-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-page-setup-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-print-preview-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-print-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-properties-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-revert-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-revert-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-save-as-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-save-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-send-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-clear-all-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-clear-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-clear-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-copy-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-cut-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-delete-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-find-replace-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-find-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-paste-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-redo-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-redo-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-select-all-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-undo-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-undo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/error-correct-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/find-location-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/focus-legacy-systray-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/focus-top-bar-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/focus-windows-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/folder-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/font-select-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-indent-less-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-indent-less-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-indent-more-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-indent-more-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-justify-center-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-justify-fill-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-justify-left-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-justify-right-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-text-bold-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-text-direction-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-text-direction-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-text-italic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-text-strikethrough-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-text-underline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-bottom-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-down-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-first-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-first-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-home-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-jump-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-last-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-last-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-next-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-next-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-previous-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-previous-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-top-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-up-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/help-about-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/insert-image-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/insert-link-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/insert-object-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/insert-text-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/list-add-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/list-remove-all-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/list-remove-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/mail-mark-important-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/mail-send-receive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/mail-send-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/mark-location-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-eject-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-playback-pause-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-playback-start-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-playback-start-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-playback-stop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-record-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-seek-backward-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-seek-backward-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-seek-forward-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-seek-forward-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-skip-backward-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-skip-backward-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-skip-forward-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-skip-forward-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-view-subtitles-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/object-flip-horizontal-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/object-flip-vertical-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/object-rotate-left-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/object-rotate-right-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/object-select-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/open-menu-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/pan-down-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/pan-end-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/pan-end-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/pan-start-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/pan-start-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/pan-up-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/process-stop-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/selection-end-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/selection-end-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/selection-start-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/selection-start-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/send-to-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/star-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/system-run-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/system-search-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/system-shutdown-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/system-switch-user-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/tab-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/tools-check-spelling-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-app-grid-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-continuous-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-dual-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-fullscreen-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-grid-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-list-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-mirror-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-more-horizontal-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-more-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-paged-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-pin-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-refresh-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-restore-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-sort-ascending-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-sort-descending-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/window-close-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/window-maximize-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/window-minimize-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/window-restore-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/zoom-fit-best-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/zoom-in-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/zoom-original-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/zoom-out-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/64x64/apps/
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/apps/accessories-calculator-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/accessories-character-map-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/apps/accessories-dictionary-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/accessories-text-editor-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/applets-screenshooter-symbolic.symbolic.png  
 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/goa-panel-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/help-browser-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/help-contents-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/help-faq-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/multimedia-volume-control-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-color-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-desktop-accessibility-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-font-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-desktop-keyboard-shortcuts-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-locale-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/preferences-desktop-wallpaper-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-system-details-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-system-devices-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-system-network-proxy-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-system-network-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-privacy-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-system-search-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-system-sharing-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-system-time-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/system-file-manager-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/apps/system-software-install-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/system-users-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/text-editor-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/user-info-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/utilities-system-monitor-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/utilities-terminal-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/web-browser-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/64x64/categories/
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/categories/applications-engineering-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/categories/applications-games-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/categories/applications-graphics-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/categories/applications-multimedia-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/categories/applications-science-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/categories/applications-system-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/categories/applications-utilities-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/categories/preferences-other-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/categories/preferences-system-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/categories/system-help-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/64x64/devices/
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/ac-adapter-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/audio-card-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/audio-headphones-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/audio-headset-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/audio-input-microphone-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/audio-speakers-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/battery-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/camera-photo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/camera-video-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/camera-web-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/colorimeter-colorhug-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/computer-apple-ipad-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/computer-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/display-projector-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/drive-harddisk-ieee1394-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/drive-harddisk-solidstate-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/drive-harddisk-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/drive-harddisk-system-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/drive-harddisk-usb-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/drive-multidisk-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/drive-optical-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/drive-removable-media-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/input-dialpad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/input-gaming-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/input-keyboard-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/input-mouse-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/input-tablet-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/input-touchpad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/media-flash-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/media-floppy-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/media-optical-dvd-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/media-optical-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/media-removable-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/media-tape-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/media-zip-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  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/multimedia-player-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/network-wired-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/network-wireless-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/pda-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/phone-apple-iphone-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/phone-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/printer-network-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/printer-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/scanner-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/thunderbolt-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/tv-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/uninterruptible-power-supply-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/video-display-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/video-joined-displays-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/video-single-display-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/64x64/emblems/
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-default-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-documents-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-favorite-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-important-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-music-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-ok-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-photos-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-shared-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-synchronizing-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-system-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-videos-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/64x64/emotes/
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/emote-love-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-angel-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-angry-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-confused-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-cool-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-crying-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-devilish-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-embarrassed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-glasses-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-kiss-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-laugh-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-monkey-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-plain-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-raspberry-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-sad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-shutmouth-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-sick-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/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-tired-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-uncertain-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-wink-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-worried-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-yawn-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/application-certificate-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/application-rss+xml-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/application-x-addon-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/application-x-appliance-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/application-x-executable-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/application-x-firmware-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/audio-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/font-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/image-x-generic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/inode-directory-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/package-x-generic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/text-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/x-office-address-book-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-document-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/x-office-drawing-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/x-office-presentation-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/x-office-spreadsheet-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/64x64/places/
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/places/folder-documents-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/folder-download-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/folder-music-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  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/folder-remote-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/folder-saved-search-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/folder-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/places/folder-templates-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/folder-videos-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/places/network-server-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/network-workgroup-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/start-here-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/user-bookmarks-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/places/user-desktop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/user-home-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/places/user-trash-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/64x64/status/
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/airplane-mode-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/alarm-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/appointment-missed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/appointment-soon-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/audio-volume-high-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/audio-volume-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/audio-volume-medium-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/audio-volume-muted-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/avatar-default-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-caution-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-caution-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-empty-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-empty-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-full-charged-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-full-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-full-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-good-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-good-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-low-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-missing-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/bluetooth-active-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/bluetooth-disabled-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/call-missed-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/changes-allow-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/changes-prevent-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/channel-insecure-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/channel-secure-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/checkbox-checked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/checkbox-mixed-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  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/content-loading-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/daytime-sunrise-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/daytime-sunset-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/dialog-error-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/dialog-information-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/dialog-password-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/dialog-question-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/dialog-warning-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/display-brightness-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/folder-drag-accept-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/folder-open-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/folder-visiting-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/image-loading-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/keyboard-brightness-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/mail-attachment-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/mail-read-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/mail-replied-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/mail-unread-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/media-playlist-consecutive-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/media-playlist-consecutive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/media-playlist-repeat-song-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/media-playlist-repeat-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/media-playlist-repeat-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/media-playlist-shuffle-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/media-playlist-shuffle-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/microphone-sensitivity-high-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/microphone-sensitivity-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/microphone-sensitivity-medium-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/microphone-sensitivity-muted-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-3g-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-4g-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-connected-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-edge-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-gprs-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-hspa-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-no-route-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-offline-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-signal-excellent-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-signal-good-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-signal-ok-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-signal-weak-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-error-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-idle-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-no-route-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-receive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-transmit-receive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-transmit-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-vpn-acquiring-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-vpn-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wired-acquiring-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wired-disconnected-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-wired-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-acquiring-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-connected-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-encrypted-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-hotspot-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-no-route-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-signal-excellent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-signal-good-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-signal-none-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-signal-ok-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-signal-weak-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/night-light-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/non-starred-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/orientation-landscape-inverse-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/orientation-landscape-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/orientation-portrait-inverse-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/orientation-portrait-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/printer-error-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/printer-printing-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/printer-warning-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/radio-checked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/radio-mixed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/radio-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/rotation-allowed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/rotation-locked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/security-high-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/security-low-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/security-medium-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/semi-starred-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/semi-starred-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/software-update-available-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/software-update-urgent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/starred-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/system-lock-screen-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/task-due-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/task-past-due-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/thunderbolt-acquiring-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/touchpad-disabled-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/user-available-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/user-away-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/user-busy-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/user-idle-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/user-invisible-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/user-not-tracked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/user-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/user-status-pending-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/user-trash-full-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/view-wrapped-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/view-wrapped-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-clear-night-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-clear-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-few-clouds-night-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-few-clouds-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-fog-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-overcast-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-severe-alert-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-showers-scattered-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-showers-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-snow-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-storm-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-windy-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/8x8/
   creating: ./bundleGTK/share/icons/Adwaita/8x8/emblems/
 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-readonly.png  
  inflating: ./bundleGTK/share/icons/Adwaita/8x8/emblems/emblem-symbolic-link.png  
  inflating: ./bundleGTK/share/icons/Adwaita/8x8/emblems/emblem-synchronizing.png  
  inflating: ./bundleGTK/share/icons/Adwaita/8x8/emblems/emblem-unreadable.png  
   creating: ./bundleGTK/share/icons/Adwaita/96x96/
   creating: ./bundleGTK/share/icons/Adwaita/96x96/actions/
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/action-unavailable-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/address-book-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/application-exit-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/appointment-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/bookmark-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/call-start-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/call-stop-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/color-select-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/contact-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-edit-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-open-recent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-open-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-page-setup-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-print-preview-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-print-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-properties-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-revert-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-revert-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-save-as-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-save-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-send-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-clear-all-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-clear-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-clear-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-copy-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-cut-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-delete-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-find-replace-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-find-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-paste-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-redo-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-redo-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-select-all-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-select-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-undo-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-undo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/error-correct-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/find-location-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/focus-legacy-systray-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/focus-top-bar-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/focus-windows-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/folder-new-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/font-select-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-indent-less-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-indent-less-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-indent-more-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-indent-more-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-justify-center-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-justify-fill-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-justify-left-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-justify-right-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-text-bold-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-text-direction-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-text-direction-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-text-italic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-text-strikethrough-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-text-underline-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-bottom-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-down-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-first-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-first-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-home-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-jump-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-last-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-last-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-next-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-next-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-previous-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-previous-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-top-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-up-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/help-about-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/insert-image-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/insert-link-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/insert-object-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/insert-text-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/list-add-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/list-remove-all-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/list-remove-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/mail-mark-important-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/mail-send-receive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/mail-send-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/mark-location-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-eject-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-playback-pause-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-playback-start-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-playback-start-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-playback-stop-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-record-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-seek-backward-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-seek-backward-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-seek-forward-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-seek-forward-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-skip-backward-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-skip-backward-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-skip-forward-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-skip-forward-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-view-subtitles-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/object-flip-horizontal-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/object-flip-vertical-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/object-rotate-left-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/object-rotate-right-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/object-select-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/open-menu-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/pan-down-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/pan-end-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/pan-end-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/pan-start-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/pan-start-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/pan-up-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/process-stop-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/selection-end-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/selection-end-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/selection-start-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/selection-start-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/send-to-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/star-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/system-run-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/system-search-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/system-shutdown-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/system-switch-user-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/tab-new-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/tools-check-spelling-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-app-grid-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-continuous-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-dual-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-fullscreen-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-grid-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-list-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-mirror-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-more-horizontal-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-more-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-paged-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-pin-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-refresh-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-restore-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-sort-ascending-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-sort-descending-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/window-close-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/window-maximize-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/window-minimize-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/window-restore-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/zoom-fit-best-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/zoom-in-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/zoom-original-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/zoom-out-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/96x96/apps/
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/accessories-calculator-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/accessories-character-map-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/accessories-dictionary-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/accessories-text-editor-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/applets-screenshooter-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/bluetooth-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/gnome-power-manager-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/goa-panel-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/help-browser-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/help-contents-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/help-faq-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/multimedia-volume-control-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-color-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-desktop-accessibility-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-desktop-display-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-desktop-font-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-desktop-keyboard-shortcuts-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-locale-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/preferences-desktop-wallpaper-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-system-details-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-system-devices-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-system-network-proxy-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-system-network-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-system-notifications-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-system-privacy-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-system-search-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-system-sharing-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-system-time-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/system-file-manager-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/system-software-install-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/system-users-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/text-editor-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/user-info-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/utilities-system-monitor-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/utilities-terminal-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/web-browser-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/96x96/categories/
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/categories/applications-engineering-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/categories/applications-games-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/categories/applications-graphics-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/categories/applications-multimedia-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/categories/applications-science-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/categories/applications-system-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/categories/applications-utilities-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/categories/preferences-other-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/categories/preferences-system-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/categories/system-help-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/96x96/devices/
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/ac-adapter-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/audio-card-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/audio-headphones-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/audio-headset-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/audio-input-microphone-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/audio-speakers-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/battery-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/camera-photo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/camera-video-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/camera-web-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/colorimeter-colorhug-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/computer-apple-ipad-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/computer-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/display-projector-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/drive-harddisk-ieee1394-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/drive-harddisk-solidstate-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/drive-harddisk-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/drive-harddisk-system-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/drive-harddisk-usb-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/drive-multidisk-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/drive-optical-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/drive-removable-media-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/input-dialpad-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/input-gaming-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/input-keyboard-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/input-mouse-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/input-tablet-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/input-touchpad-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/media-flash-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/media-floppy-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/media-optical-dvd-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/media-optical-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/media-removable-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/media-tape-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/media-zip-symbolic.symbolic.png  
  inflating: ./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/multimedia-player-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/network-wired-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/network-wireless-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/pda-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/phone-apple-iphone-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/phone-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/printer-network-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/printer-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/scanner-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/thunderbolt-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/tv-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/uninterruptible-power-supply-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/video-display-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/video-joined-displays-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/video-single-display-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/96x96/emblems/
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-default-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-documents-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-favorite-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-important-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-music-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-ok-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-photos-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-shared-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-synchronizing-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-system-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-videos-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/96x96/emotes/
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/emote-love-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-angel-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-angry-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-confused-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-cool-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-crying-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-devilish-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-embarrassed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-glasses-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-kiss-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-laugh-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-monkey-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-plain-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-raspberry-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-sad-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-shutmouth-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-sick-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/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-tired-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-uncertain-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-wink-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-worried-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-yawn-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/application-certificate-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/application-rss+xml-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/application-x-addon-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/application-x-appliance-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/application-x-executable-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/application-x-firmware-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/audio-x-generic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/font-x-generic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/image-x-generic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/inode-directory-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/package-x-generic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/text-x-generic-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/video-x-generic-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/x-office-address-book-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-document-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/x-office-drawing-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/x-office-presentation-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/x-office-spreadsheet-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/96x96/places/
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/places/folder-documents-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/places/folder-download-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/places/folder-music-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/folder-remote-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/places/folder-saved-search-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/places/folder-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/places/folder-templates-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/places/folder-videos-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/places/network-server-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/places/network-workgroup-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/places/start-here-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/places/user-bookmarks-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/places/user-desktop-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/places/user-home-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/places/user-trash-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/96x96/status/
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/airplane-mode-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/alarm-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/appointment-missed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/appointment-soon-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/audio-volume-high-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/audio-volume-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/audio-volume-medium-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/audio-volume-muted-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/avatar-default-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-caution-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-caution-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-empty-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-empty-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-full-charged-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-full-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-full-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-good-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-good-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-low-charging-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-missing-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/bluetooth-active-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/bluetooth-disabled-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/call-missed-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/changes-allow-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/changes-prevent-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/channel-insecure-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/channel-secure-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/checkbox-checked-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/checkbox-mixed-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  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/content-loading-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/daytime-sunrise-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/daytime-sunset-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/dialog-error-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/dialog-information-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/dialog-password-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/dialog-question-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/dialog-warning-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/display-brightness-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/folder-drag-accept-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/folder-open-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/folder-visiting-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/image-loading-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/keyboard-brightness-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/mail-attachment-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/mail-read-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/mail-replied-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/mail-unread-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/media-playlist-consecutive-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/media-playlist-consecutive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/media-playlist-repeat-song-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/media-playlist-repeat-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/media-playlist-repeat-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/media-playlist-shuffle-symbolic-rtl.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/media-playlist-shuffle-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/microphone-sensitivity-high-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/microphone-sensitivity-low-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/microphone-sensitivity-medium-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/microphone-sensitivity-muted-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-3g-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-4g-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-acquiring-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-connected-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-edge-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-gprs-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-hspa-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-no-route-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-offline-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-signal-excellent-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-signal-good-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-signal-ok-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-signal-weak-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-error-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-idle-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-no-route-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-receive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-transmit-receive-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-transmit-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-vpn-acquiring-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-vpn-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wired-acquiring-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wired-disconnected-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wired-no-route-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wired-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-acquiring-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-connected-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-encrypted-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-hotspot-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-no-route-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-signal-excellent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-signal-good-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-signal-none-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-signal-ok-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-signal-weak-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/night-light-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/non-starred-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/orientation-landscape-inverse-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/orientation-landscape-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/orientation-portrait-inverse-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/orientation-portrait-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/printer-error-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/printer-printing-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/printer-warning-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/radio-checked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/radio-mixed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/radio-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/rotation-allowed-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/rotation-locked-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/security-high-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/security-low-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/security-medium-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/semi-starred-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/semi-starred-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/software-update-available-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/software-update-urgent-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/starred-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/system-lock-screen-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/task-due-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/task-past-due-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/thunderbolt-acquiring-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/touchpad-disabled-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/user-available-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/user-away-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/user-busy-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/user-idle-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/user-invisible-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/user-not-tracked-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/user-offline-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/user-status-pending-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/user-trash-full-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/view-wrapped-symbolic-rtl.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/view-wrapped-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-clear-night-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-clear-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-few-clouds-night-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-few-clouds-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-fog-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-overcast-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-severe-alert-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-showers-scattered-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-showers-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-snow-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-storm-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-windy-symbolic.symbolic.png  
   creating: ./bundleGTK/share/icons/Adwaita/cursors/
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/00008160000006810000408080010102.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/028006030e0e7ebffc7f7070c0600140.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/03b6e0fcb3499374a867c041f52298f0.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/08e8e1c95fe2fc01f976f1e063a24ccd.ani  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/1081e37283d90000800003c07f3ef6bf.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/14fef782d02440884392942c11205230.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/2870a09082c103050810ffdffffe0204.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/3085a0e285430894940527032f8b26df.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/3ecb610c1bf2410f44200f48c40d3599.ani  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/4498f0e0c1937ffe01fd06f973665830.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/6407b0e94181790501fd1e167b474872.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/640fb0e74195791501fd1ed57b41487f.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/9081237383d90e509aa00f00170e968f.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/9d800788f1b08800ae810202380a0822.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/alias.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/all-scroll.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/arrow.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/bd_double_arrow.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/bottom_left_corner.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/bottom_right_corner.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/bottom_side.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/bottom_tee.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/c7088f0f3e6c8088236ef8e1e3e70000.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/cell.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/circle.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/col-resize.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/context-menu.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/copy.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/cross.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/crossed_circle.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/crosshair.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/cross_reverse.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/d9ce0ab605698f320427677b458ad60b.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/default.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/diamond_cross.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/dnd-ask.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/dnd-copy.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/dnd-link.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/dnd-move.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/dnd-no-drop.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/dnd-none.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/dotbox.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/dot_box_mask.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/double_arrow.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/draft_large.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/draft_small.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/draped_box.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/e-resize.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/e29285e634086352946a0e7090d73106.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/ew-resize.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/fcf1c3c7cd4491d801f1e1c78f100000.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/fd_double_arrow.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/fleur.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/grab.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/grabbing.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/hand.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/hand1.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/hand2.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/help.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/h_double_arrow.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/icon.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/left_ptr.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/left_ptr_help.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/left_ptr_watch.ani  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/left_side.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/left_tee.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/link.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/ll_angle.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/lr_angle.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/move.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/n-resize.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/ne-resize.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/nesw-resize.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/no-drop.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/not-allowed.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/ns-resize.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/nw-resize.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/nwse-resize.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/pencil.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/pirate.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/plus.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/pointer-move.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/pointer.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/progress.ani  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/question_arrow.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/right_ptr.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/right_side.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/right_tee.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/row-resize.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/s-resize.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/sb_down_arrow.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/sb_h_double_arrow.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/sb_left_arrow.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/sb_right_arrow.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/sb_up_arrow.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/sb_v_double_arrow.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/se-resize.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/size_all.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/size_bdiag.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/size_fdiag.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/size_hor.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/size_ver.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/sw-resize.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/target.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/tcross.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/text.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/top_left_arrow.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/top_left_corner.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/top_right_corner.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/top_side.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/top_tee.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/ul_angle.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/ur_angle.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/vertical-text.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/v_double_arrow.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/w-resize.cur  
 extracting: ./bundleGTK/share/icons/Adwaita/cursors/wait.ani  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/watch.ani  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/xterm.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/X_cursor.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/zoom-in.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/cursors/zoom-out.cur  
  inflating: ./bundleGTK/share/icons/Adwaita/icon-theme.cache  
  inflating: ./bundleGTK/share/icons/Adwaita/index.theme  
   creating: ./bundleGTK/share/icons/Adwaita/scalable/
   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  
   creating: ./bundleGTK/share/icons/Adwaita/scalable/actions/
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/action-unavailable-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/address-book-new-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/application-exit-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/appointment-new-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/bookmark-new-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/call-start-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/call-stop-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/color-select-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/contact-new-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-edit-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-new-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-open-recent-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-open-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-page-setup-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-print-preview-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-print-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-properties-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-revert-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-revert-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-save-as-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-save-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-send-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-clear-all-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-clear-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-clear-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-copy-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-cut-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-delete-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-find-replace-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-find-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-paste-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-redo-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-redo-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-select-all-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-select-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-undo-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-undo-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/error-correct-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/find-location-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/focus-legacy-systray-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/focus-top-bar-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/focus-windows-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/folder-new-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/font-select-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-indent-less-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-indent-less-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-indent-more-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-indent-more-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-justify-center-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-justify-fill-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-justify-left-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-justify-right-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-text-bold-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-text-direction-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-text-direction-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-text-italic-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-text-strikethrough-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-text-underline-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-bottom-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-down-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-first-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-first-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-home-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-jump-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-last-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-last-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-next-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-next-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-previous-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-previous-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-top-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/insert-image-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/insert-link-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/insert-object-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/insert-text-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/list-add-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/list-remove-all-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/list-remove-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/mail-mark-important-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/mail-send-receive-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/mail-send-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/mark-location-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-eject-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-playback-pause-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-playback-start-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-playback-start-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-playback-stop-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-record-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-seek-backward-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-seek-backward-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-seek-forward-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-seek-forward-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-skip-backward-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-skip-backward-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-skip-forward-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-skip-forward-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-view-subtitles-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/object-flip-horizontal-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/object-flip-vertical-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/object-rotate-left-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/object-rotate-right-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/object-select-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/open-menu-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/pan-down-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/pan-end-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/pan-end-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/pan-start-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/pan-start-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/pan-up-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/process-stop-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/selection-end-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/selection-end-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/selection-start-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/selection-start-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/send-to-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/star-new-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/system-run-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/system-search-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/system-shutdown-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/system-switch-user-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/tab-new-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/tools-check-spelling-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-app-grid-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-continuous-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-dual-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-fullscreen-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-grid-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-list-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-mirror-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-more-horizontal-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-more-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-paged-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-pin-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-refresh-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-restore-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-sort-ascending-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-sort-descending-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/window-close-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/window-maximize-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/window-minimize-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/window-restore-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/zoom-fit-best-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/zoom-in-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/zoom-original-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/zoom-out-symbolic.svg  
   creating: ./bundleGTK/share/icons/Adwaita/scalable/apps/
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/accessories-calculator-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/accessories-character-map-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/accessories-dictionary-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/accessories-text-editor-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/applets-screenshooter-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/bluetooth-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/gnome-power-manager-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/goa-panel-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/help-browser-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/help-contents-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/help-faq-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/multimedia-volume-control-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-color-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-desktop-accessibility-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-desktop-display-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-desktop-font-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-desktop-keyboard-shortcuts-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-desktop-keyboard-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-desktop-locale-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-desktop-remote-desktop-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-desktop-screensaver-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-desktop-wallpaper-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-system-details-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-system-devices-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-system-network-proxy-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-system-network-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-system-notifications-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-system-privacy-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-system-search-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-system-sharing-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/system-software-install-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/system-users-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/text-editor-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/user-info-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/utilities-system-monitor-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/utilities-terminal-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/web-browser-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-games-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/categories/applications-graphics-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/categories/applications-multimedia-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/categories/applications-science-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/categories/applications-system-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/categories/applications-utilities-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/categories/preferences-other-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/categories/preferences-system-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/categories/system-help-symbolic.svg  
   creating: ./bundleGTK/share/icons/Adwaita/scalable/devices/
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/ac-adapter-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/audio-card-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/audio-headphones-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/audio-headset-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/audio-input-microphone-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/audio-speakers-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/battery-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/camera-photo-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/colorimeter-colorhug-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/computer-apple-ipad-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/computer-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/display-projector-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/drive-harddisk-ieee1394-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/drive-harddisk-solidstate-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/drive-harddisk-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/drive-harddisk-system-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/drive-harddisk-usb-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/drive-multidisk-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/drive-optical-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/drive-removable-media-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/input-dialpad-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/input-gaming-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/input-keyboard-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/input-mouse-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/input-tablet-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/input-touchpad-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/media-flash-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/media-floppy-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/media-optical-bd-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/media-optical-cd-audio-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/media-removable-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/media-tape-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/media-zip-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/modem-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/multimedia-player-apple-ipod-touch-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/multimedia-player-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/network-wired-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/network-wireless-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/pda-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/phone-apple-iphone-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/phone-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/printer-network-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/printer-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/scanner-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/uninterruptible-power-supply-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/video-display-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/video-joined-displays-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/video-single-display-symbolic.svg  
   creating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/emblem-default-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/emblem-documents-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/emblem-favorite-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/emblem-important-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/emblem-music-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/emblem-ok-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/emblem-photos-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-system-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/emblem-videos-symbolic.svg  
   creating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/emote-love-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-angel-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-angry-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-confused-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-cool-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-crying-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-devilish-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-embarrassed-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-glasses-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-kiss-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-laugh-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-monkey-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-plain-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-raspberry-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-sad-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-shutmouth-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-sick-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-smile-big-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-smile-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-smirk-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-surprise-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-tired-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-uncertain-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-wink-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-worried-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-yawn-symbolic.svg  
   creating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/application-certificate-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/application-rss+xml-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/application-x-addon-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/application-x-appliance-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/application-x-executable-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/application-x-firmware-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/audio-x-generic-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/font-x-generic-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/image-x-generic-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/inode-directory-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/package-x-generic-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/text-x-generic-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/video-x-generic-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/x-office-address-book-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/x-office-calendar-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/x-office-document-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/x-office-drawing-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/x-office-presentation-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/x-office-spreadsheet-symbolic.svg  
   creating: ./bundleGTK/share/icons/Adwaita/scalable/places/
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/folder-documents-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/folder-download-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/folder-music-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/folder-pictures-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/folder-publicshare-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/folder-remote-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/folder-saved-search-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/folder-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/folder-templates-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/folder-videos-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/network-server-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/network-workgroup-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/start-here-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/user-home-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/user-trash-symbolic.svg  
   creating: ./bundleGTK/share/icons/Adwaita/scalable/status/
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/airplane-mode-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/alarm-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/appointment-missed-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/appointment-soon-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/audio-volume-high-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/audio-volume-low-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/audio-volume-medium-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/audio-volume-muted-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/avatar-default-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-caution-charging-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-caution-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-empty-charging-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-empty-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-full-charged-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-full-charging-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-full-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-good-charging-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-good-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-low-charging-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-low-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-missing-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/bluetooth-active-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/bluetooth-disabled-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/call-missed-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/changes-allow-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/changes-prevent-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/channel-insecure-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/channel-secure-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/checkbox-checked-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/checkbox-mixed-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/checkbox-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/computer-fail-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/content-loading-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/daytime-sunrise-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/daytime-sunset-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/dialog-error-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/dialog-information-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/dialog-password-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/dialog-question-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/dialog-warning-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/display-brightness-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/folder-drag-accept-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/folder-open-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/folder-visiting-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/image-loading-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/keyboard-brightness-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/mail-attachment-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/mail-read-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/mail-replied-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/mail-unread-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/media-playlist-consecutive-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/media-playlist-consecutive-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/media-playlist-repeat-song-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/media-playlist-repeat-song-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/media-playlist-repeat-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/media-playlist-repeat-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/media-playlist-shuffle-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/media-playlist-shuffle-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/microphone-sensitivity-high-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/microphone-sensitivity-low-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/microphone-sensitivity-medium-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/microphone-sensitivity-muted-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-3g-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-4g-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-acquiring-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-connected-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-edge-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-gprs-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-hspa-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-no-route-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-offline-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-signal-excellent-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-signal-good-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-signal-none-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-signal-ok-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-signal-weak-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-error-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-idle-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-no-route-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-offline-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-receive-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-transmit-receive-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-transmit-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-vpn-acquiring-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-vpn-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wired-acquiring-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wired-disconnected-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wired-no-route-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wired-offline-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-acquiring-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-connected-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-encrypted-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-hotspot-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-no-route-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-offline-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-signal-excellent-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-signal-good-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-signal-none-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-signal-ok-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-signal-weak-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/night-light-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/non-starred-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/orientation-landscape-inverse-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/orientation-landscape-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/orientation-portrait-inverse-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/orientation-portrait-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/printer-error-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/printer-printing-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/printer-warning-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/radio-checked-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/radio-mixed-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/radio-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/rotation-allowed-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/rotation-locked-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/security-high-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/security-low-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/security-medium-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/semi-starred-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/semi-starred-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/software-update-available-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/software-update-urgent-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/starred-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/system-lock-screen-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/task-due-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/task-past-due-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/thunderbolt-acquiring-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/touchpad-disabled-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/user-available-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/user-away-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/user-busy-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/user-idle-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/user-invisible-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/user-not-tracked-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/user-offline-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/user-status-pending-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/user-trash-full-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/view-wrapped-symbolic-rtl.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/view-wrapped-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-clear-night-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-clear-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-few-clouds-night-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-few-clouds-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-fog-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-overcast-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-severe-alert-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-showers-scattered-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-showers-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-snow-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-storm-symbolic.svg  
  inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-windy-symbolic.svg  
   creating: ./bundleGTK/share/icons/hicolor/
   creating: ./bundleGTK/share/icons/hicolor/16x16/
   creating: ./bundleGTK/share/icons/hicolor/16x16/apps/
 extracting: ./bundleGTK/share/icons/hicolor/16x16/apps/gtk3-demo-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/hicolor/16x16/apps/gtk3-demo.png  
  inflating: ./bundleGTK/share/icons/hicolor/16x16/apps/gtk3-widget-factory-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/hicolor/16x16/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-demo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/hicolor/22x22/apps/gtk3-demo.png  
 extracting: ./bundleGTK/share/icons/hicolor/22x22/apps/gtk3-widget-factory-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/hicolor/22x22/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-demo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/hicolor/24x24/apps/gtk3-demo.png  
 extracting: ./bundleGTK/share/icons/hicolor/24x24/apps/gtk3-widget-factory-symbolic.symbolic.png  
  inflating: ./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-demo-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/hicolor/256x256/apps/gtk3-demo.png  
  inflating: ./bundleGTK/share/icons/hicolor/256x256/apps/gtk3-widget-factory-symbolic.symbolic.png  
  inflating: ./bundleGTK/share/icons/hicolor/256x256/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-demo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/hicolor/32x32/apps/gtk3-demo.png  
 extracting: ./bundleGTK/share/icons/hicolor/32x32/apps/gtk3-widget-factory-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/hicolor/32x32/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-demo-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/hicolor/48x48/apps/gtk3-demo.png  
 extracting: ./bundleGTK/share/icons/hicolor/48x48/apps/gtk3-widget-factory-symbolic.symbolic.png  
 extracting: ./bundleGTK/share/icons/hicolor/48x48/apps/gtk3-widget-factory.png  
  inflating: ./bundleGTK/share/icons/hicolor/icon-theme.cache  
  inflating: ./bundleGTK/share/icons/hicolor/index.theme  
[Pipeline] sh
+ unzip -n build/packages/PharoVM-8.5.0-3cf4aab2-win64-bin.zip -d ./bundleGTK
Archive:  build/packages/PharoVM-8.5.0-3cf4aab2-win64-bin.zip
  inflating: ./bundleGTK/B2DPlugin.dll  
  inflating: ./bundleGTK/BitBltPlugin.dll  
  inflating: ./bundleGTK/DSAPrims.dll  
  inflating: ./bundleGTK/FileAttributesPlugin.dll  
  inflating: ./bundleGTK/FilePlugin.dll  
  inflating: ./bundleGTK/IA32ABI.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/SecurityPlugin.dll  
  inflating: ./bundleGTK/SocketPlugin.dll  
  inflating: ./bundleGTK/SqueakFFIPrims.dll  
  inflating: ./bundleGTK/SqueakSSL.dll  
  inflating: ./bundleGTK/SurfacePlugin.dll  
  inflating: ./bundleGTK/UUIDPlugin.dll  
  inflating: ./bundleGTK/cygffi-7.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/libIA32ABI.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/libSecurityPlugin.dll.a  
  inflating: ./bundleGTK/libSocketPlugin.dll.a  
  inflating: ./bundleGTK/libSqueakFFIPrims.dll.a  
  inflating: ./bundleGTK/libSqueakSSL.dll.a  
  inflating: ./bundleGTK/libSurfacePlugin.dll.a  
  inflating: ./bundleGTK/libUUIDPlugin.dll.a  
  inflating: ./bundleGTK/libeay32.dll  
  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_v8.6.0-alpha/build/bundleGTK
[Pipeline] {
[Pipeline] sh
+ zip -r -9 ../PharoVM-8.1.0-GTK-3cf4aab2-win64-bin.zip B2DPlugin.dll BitBltPlugin.dll DSAPrims.dll FileAttributesPlugin.dll FilePlugin.dll IA32ABI.dll JPEGReadWriter2Plugin.dll JPEGReaderPlugin.dll LargeIntegers.dll LocalePlugin.dll MiscPrimitivePlugin.dll Pharo.exe PharoConsole.exe PharoVMCore.dll SDL2.dll SecurityPlugin.dll SocketPlugin.dll SqueakFFIPrims.dll SqueakSSL.dll SurfacePlugin.dll UUIDPlugin.dll cygffi-7.dll iconv.dll lib libB2DPlugin.dll.a libBitBltPlugin.dll.a libDSAPrims.dll.a libFileAttributesPlugin.dll.a libFilePlugin.dll.a libIA32ABI.dll.a libJPEGReadWriter2Plugin.dll.a libJPEGReaderPlugin.dll.a libLargeIntegers.dll.a libLocalePlugin.dll.a libMiscPrimitivePlugin.dll.a libPharoVMCore.dll.a libSecurityPlugin.dll.a libSocketPlugin.dll.a libSqueakFFIPrims.dll.a libSqueakSSL.dll.a libSurfacePlugin.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 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 71%)
  adding: FileAttributesPlugin.dll (deflated 70%)
  adding: FilePlugin.dll (deflated 69%)
  adding: IA32ABI.dll (deflated 70%)
  adding: JPEGReadWriter2Plugin.dll (deflated 69%)
  adding: JPEGReaderPlugin.dll (deflated 70%)
  adding: LargeIntegers.dll (deflated 69%)
  adding: LocalePlugin.dll (deflated 71%)
  adding: MiscPrimitivePlugin.dll (deflated 71%)
  adding: Pharo.exe (deflated 75%)
  adding: PharoConsole.exe (deflated 75%)
  adding: PharoVMCore.dll (deflated 69%)
  adding: SDL2.dll (deflated 76%)
  adding: SecurityPlugin.dll (deflated 71%)
  adding: SocketPlugin.dll (deflated 70%)
  adding: SqueakFFIPrims.dll (deflated 69%)
  adding: SqueakSSL.dll (deflated 69%)
  adding: SurfacePlugin.dll (deflated 71%)
  adding: UUIDPlugin.dll (deflated 72%)
  adding: cygffi-7.dll (deflated 70%)
  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: libIA32ABI.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: libSecurityPlugin.dll.a (deflated 91%)
  adding: libSocketPlugin.dll.a (deflated 94%)
  adding: libSqueakFFIPrims.dll.a (deflated 93%)
  adding: libSqueakSSL.dll.a (deflated 91%)
  adding: libSurfacePlugin.dll.a (deflated 89%)
  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: 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: 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: unix)
[Pipeline] { (Branch: osx)
[Pipeline] { (Branch: windows)
[Pipeline] node
Running on pharo-ci-jenkins2-bootstrap-unix in /builds/workspace/pharo-vm_v8.6.0-alpha
[Pipeline] node
Running on pharo-ci-jenkins2-osx2 in /builds/workspace/pharo-vm_v8.6.0-alpha
[Pipeline] node
[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...
[WS-CLEANUP] done
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] stage
[Pipeline] { (Tests-unix-CoInterpreterWithQueueFFI)
[Pipeline] stage
[Pipeline] { (Tests-osx-CoInterpreterWithQueueFFI)
[Pipeline] unstash
[Pipeline] unstash
[Pipeline] sh
+ mkdir runTests
[Pipeline] dir
Running in /builds/workspace/pharo-vm_v8.6.0-alpha/runTests
[Pipeline] {
[Pipeline] sh
+ bash
+ wget -O - get.pharo.org/64/90
--2020-09-25 14:50:22--  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%  143M=0s

2020-09-25 14:50:22 (143 MB/s) - written to stdout [3244/3244]

Downloading the latest 90 Image:
    http://files.pharo.org/get-files/90/pharo64.zip
[Pipeline] sh
+ mkdir runTests
[Pipeline] dir
Running in /builds/workspace/pharo-vm_v8.6.0-alpha/runTests
[Pipeline] {
[Pipeline] sh
+ wget -O - get.pharo.org/64/90
+ bash
--2020-09-25 14:50:23--  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%  135M=0s

2020-09-25 14:50:23 (135 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-8.5.0-3cf4aab-linux64-bin.zip -d .
Archive:  ../build/build/packages/PharoVM-8.5.0-3cf4aab-linux64-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/libIA32ABI.so     
  inflating: ./lib/libJPEGReadWriter2Plugin.so  
  inflating: ./lib/libJPEGReaderPlugin.so  
  inflating: ./lib/libLargeIntegers.so  
  inflating: ./lib/libLocalePlugin.so  
  inflating: ./lib/libMiscPrimitivePlugin.so  
  inflating: ./lib/libPThreadedPlugin.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/libSecurityPlugin.so  
  inflating: ./lib/libSocketPlugin.so  
  inflating: ./lib/libSqueakFFIPrims.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  
    linking: ./lib/libffi.so         -> libffi.so.7.1.0 
    linking: ./lib/libffi.so.7       -> libffi.so.7.1.0 
  inflating: ./lib/libffi.so.7.1.0   
  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             
   creating: ./lib/pkgconfig/
  inflating: ./pharo                 
finishing deferred symbolic links:
  ./lib/libffi.so        -> libffi.so.7.1.0
  ./lib/libffi.so.7      -> libffi.so.7.1.0
[Pipeline] sh
+ PHARO_CI_TESTING_ENVIRONMENT=true ./pharo --logLevel=4 Pharo.image test --junit-xml-output --stage-name=unix64-CoInterpreterWithQueueFFI .*
[DEBUG] 2020-09-25 14:50:26.191 logParameters (src/parameters.c:273):Image file name: Pharo.image
[DEBUG] 2020-09-25 14:50:26.191 logParameters (src/parameters.c:274):Is default Image: no
[DEBUG] 2020-09-25 14:50:26.191 logParameters (src/parameters.c:275):Is interactive session: no
[DEBUG] 2020-09-25 14:50:26.191 logParameterVector (src/parameters.c:263):vmParameters [count = 3]:
[DEBUG] 2020-09-25 14:50:26.191 logParameterVector (src/parameters.c:266): ./lib//pharo
[DEBUG] 2020-09-25 14:50:26.191 logParameterVector (src/parameters.c:266): --logLevel=4
[DEBUG] 2020-09-25 14:50:26.191 logParameterVector (src/parameters.c:266): --headless
[DEBUG] 2020-09-25 14:50:26.191 logParameterVector (src/parameters.c:263):imageParameters [count = 4]:
[DEBUG] 2020-09-25 14:50:26.191 logParameterVector (src/parameters.c:266): test
[DEBUG] 2020-09-25 14:50:26.191 logParameterVector (src/parameters.c:266): --junit-xml-output
[DEBUG] 2020-09-25 14:50:26.191 logParameterVector (src/parameters.c:266): --stage-name=unix64-CoInterpreterWithQueueFFI
[DEBUG] 2020-09-25 14:50:26.191 logParameterVector (src/parameters.c:266): .*
[INFO ] 2020-09-25 14:50:26.191 vm_main_with_parameters (src/client.c:98):Opening Image: Pharo.image
[DEBUG] 2020-09-25 14:50:26.191 vm_main_with_parameters (src/client.c:120):Working Directory /builds/workspace/pharo-vm_v8.6.0-alpha/runTests
[DEBUG] 2020-09-25 14:50:26.191 vm_main_with_parameters (src/client.c:122):sizeof(int): 4
[DEBUG] 2020-09-25 14:50:26.191 vm_main_with_parameters (src/client.c:123):sizeof(long): 8
[DEBUG] 2020-09-25 14:50:26.191 vm_main_with_parameters (src/client.c:124):sizeof(long long): 8
[DEBUG] 2020-09-25 14:50:26.191 vm_main_with_parameters (src/client.c:125):sizeof(void*): 8
[DEBUG] 2020-09-25 14:50:26.191 vm_main_with_parameters (src/client.c:126):sizeof(sqInt): 8
[DEBUG] 2020-09-25 14:50:26.191 vm_main_with_parameters (src/client.c:127):sizeof(sqLong): 8
[DEBUG] 2020-09-25 14:50:26.191 vm_main_with_parameters (src/client.c:128):sizeof(float): 4
[DEBUG] 2020-09-25 14:50:26.191 vm_main_with_parameters (src/client.c:129):sizeof(double): 8
[DEBUG] 2020-09-25 14:50:26.191 runOnMainThread (src/client.c:256):Running VM on main thread
[DEBUG] 2020-09-25 14:50:26.191 sqAllocateMemory (src/memoryUnix.c:107):Trying to load the image in 0x2598000
[DEBUG] 2020-09-25 14:50:26.191 sqAllocateMemory (src/memoryUnix.c:149):Loading the image in 0x2598000
[WARN ] 2020-09-25 14:50:26.314 beatStateMachine (extracted/vm/src/common/heartbeat.c:338):pthread_setschedparam failed: Operation not permitted
[WARN ] 2020-09-25 14:50:26.315 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveTimezoneOffset
[WARN ] 2020-09-25 14:50:26.337 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveDirectoryDelimitor
[WARN ] 2020-09-25 14:50:26.337 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveFileMasks
[WARN ] 2020-09-25 14:50:26.342 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveFileStdioHandles
[WARN ] 2020-09-25 14:50:26.351 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverStatus
[WARN ] 2020-09-25 14:50:26.352 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverLocalAddress
[WARN ] 2020-09-25 14:50:26.352 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverHostNameSize
[WARN ] 2020-09-25 14:50:26.352 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverHostNameResult
[WARN ] 2020-09-25 14:50:26.354 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: MD5Plugin
[WARN ] 2020-09-25 14:50:26.386 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveFileStdioHandles
[WARN ] 2020-09-25 14:50:26.455 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: SDL2DisplayPlugin
Running tests in 765 Packages
[WARN ] 2020-09-25 14:50:26.562 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: FloatArrayPlugin
Pharo.image
[Pipeline] sh
+ echo 90
[Pipeline] sh
+ unzip ../build/build/packages/PharoVM-8.5.0-3cf4aab2-mac64-bin.zip -d .
Archive:  ../build/build/packages/PharoVM-8.5.0-3cf4aab2-mac64-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/libIA32ABI.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/libSecurityPlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libSqueakFFIPrims.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib  
  inflating: ./Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.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.7.dylib  
    linking: ./Pharo.app/Contents/MacOS/Plugins/libffi.dylib  -> libffi.7.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/MacOS/Plugins/pkgconfig/
   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  
finishing deferred symbolic links:
  ./Pharo.app/Contents/MacOS/Plugins/libffi.dylib -> libffi.7.dylib
[Pipeline] sh
+ PHARO_CI_TESTING_ENVIRONMENT=true
+ ./Pharo.app/Contents/MacOS/Pharo --logLevel=4 Pharo.image test --junit-xml-output --stage-name=osx64-CoInterpreterWithQueueFFI '.*'
[DEBUG] 2020-09-25 14:50:28.417 logParameters (src/parameters.c:273):Image file name: Pharo.image
[DEBUG] 2020-09-25 14:50:28.417 logParameters (src/parameters.c:274):Is default Image: no
[DEBUG] 2020-09-25 14:50:28.417 logParameters (src/parameters.c:275):Is interactive session: no
[DEBUG] 2020-09-25 14:50:28.417 logParameterVector (src/parameters.c:263):vmParameters [count = 3]:
[DEBUG] 2020-09-25 14:50:28.417 logParameterVector (src/parameters.c:266): ./Pharo.app/Contents/MacOS/Pharo
[DEBUG] 2020-09-25 14:50:28.417 logParameterVector (src/parameters.c:266): --logLevel=4
[DEBUG] 2020-09-25 14:50:28.417 logParameterVector (src/parameters.c:266): --headless
[DEBUG] 2020-09-25 14:50:28.418 logParameterVector (src/parameters.c:263):imageParameters [count = 4]:
[DEBUG] 2020-09-25 14:50:28.418 logParameterVector (src/parameters.c:266): test
[DEBUG] 2020-09-25 14:50:28.418 logParameterVector (src/parameters.c:266): --junit-xml-output
[DEBUG] 2020-09-25 14:50:28.418 logParameterVector (src/parameters.c:266): --stage-name=osx64-CoInterpreterWithQueueFFI
[DEBUG] 2020-09-25 14:50:28.418 logParameterVector (src/parameters.c:266): .*
[INFO ] 2020-09-25 14:50:28.418 vm_main_with_parameters (src/client.c:98):Opening Image: Pharo.image
[DEBUG] 2020-09-25 14:50:28.418 vm_main_with_parameters (src/client.c:120):Working Directory /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/runTests
[DEBUG] 2020-09-25 14:50:28.418 vm_main_with_parameters (src/client.c:122):sizeof(int): 4
[DEBUG] 2020-09-25 14:50:28.418 vm_main_with_parameters (src/client.c:123):sizeof(long): 8
[DEBUG] 2020-09-25 14:50:28.418 vm_main_with_parameters (src/client.c:124):sizeof(long long): 8
[DEBUG] 2020-09-25 14:50:28.418 vm_main_with_parameters (src/client.c:125):sizeof(void*): 8
[DEBUG] 2020-09-25 14:50:28.418 vm_main_with_parameters (src/client.c:126):sizeof(sqInt): 8
[DEBUG] 2020-09-25 14:50:28.418 vm_main_with_parameters (src/client.c:127):sizeof(sqLong): 8
[DEBUG] 2020-09-25 14:50:28.418 vm_main_with_parameters (src/client.c:128):sizeof(float): 4
[DEBUG] 2020-09-25 14:50:28.418 vm_main_with_parameters (src/client.c:129):sizeof(double): 8
[DEBUG] 2020-09-25 14:50:28.418 runOnMainThread (src/client.c:256):Running VM on main thread
[DEBUG] 2020-09-25 14:50:28.418 sqAllocateMemory (src/memoryUnix.c:107):Trying to load the image in 0x2598000
[DEBUG] 2020-09-25 14:50:28.418 sqAllocateMemory (src/memoryUnix.c:149):Loading the image in 0x104ab1000
[WARN ] 2020-09-25 14:50:28.489 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveTimezoneOffset
[WARN ] 2020-09-25 14:50:28.604 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveDirectoryDelimitor
[WARN ] 2020-09-25 14:50:28.610 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveFileMasks
[WARN ] 2020-09-25 14:50:28.614 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveFileStdioHandles
[WARN ] 2020-09-25 14:50:28.619 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: InternetConfigPlugin
[WARN ] 2020-09-25 14:50:28.691 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverStatus
[WARN ] 2020-09-25 14:50:28.702 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverLocalAddress
[WARN ] 2020-09-25 14:50:28.705 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverHostNameSize
[WARN ] 2020-09-25 14:50:28.706 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverHostNameResult
[WARN ] 2020-09-25 14:50:28.717 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: MD5Plugin
[WARN ] 2020-09-25 14:50:28.774 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveFileStdioHandles
[WARN ] 2020-09-25 14:50:28.883 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: SDL2DisplayPlugin
Running tests in 765 Packages
[WARN ] 2020-09-25 14:50:29.029 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: FloatArrayPlugin
Still waiting to schedule task
Waiting for next available executor on ‘windowsSystemNotification: MicToPillarBasicTest>>testCodeInText(pillarDocument is shadowed)
SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RSCanvas>>numberOfEdges(edges is shadowed)
SystemNotification: RSComposite>>numberOfEdges(edges is shadowed)
SystemNotification: RSEdgeBuilder>>fmt:(shape is shadowed)
SystemNotification: RSLinePlot>>fmt:(shape is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
SystemNotification: MicToPillarBasicTest>>testCodeInText(pillarDocument is shadowed)
SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RSCanvas>>numberOfEdges(edges is shadowed)
SystemNotification: RSComposite>>numberOfEdges(edges is shadowed)
SystemNotification: RSEdgeBuilder>>fmt:(shape is shadowed)
SystemNotification: RSLinePlot>>fmt:(shape is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
NewUndeclaredWarning: UndefinedObject>>noMethod (Foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (Foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (Foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (Foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (Foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (Foo is Undeclared)

*** Warning: PotentialOutDatedDependencyWarning: Collections-Tests: Kernel-Chronology-Extras dependency declared in the package Manifest as manuallyResolvedDependencies not detected as a dependency!
[WARN ] 2020-09-25 14:51:11.718 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: ZipPlugin
[WARN ] 2020-09-25 14:51:11.719 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: ZipPlugin
[WARN ] 2020-09-25 14:51:11.720 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: ZipPlugin
[WARN ] 2020-09-25 14:51:11.722 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveLanguage
[WARN ] 2020-09-25 14:51:11.722 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveCountry
[WARN ] 2020-09-25 14:51:11.726 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: ZipPlugin
\[WARN ] 2020-09-25 14:51:17.734 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverStartNameLookup
[WARN ] 2020-09-25 14:51:17.736 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverNameLookupResult
[WARN ] 2020-09-25 14:51:20.934 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)
[WARN ] 2020-09-25 14:51:25.800 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primMontgomeryDigitLength

*** Warning: PotentialOutDatedDependencyWarning: Collections-Tests: Kernel-Chronology-Extras dependency declared in the package Manifest as manuallyResolvedDependencies not detected as a dependency!
[WARN ] 2020-09-25 14:51:26.067 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: ZipPlugin
[WARN ] 2020-09-25 14:51:26.073 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: ZipPlugin
[WARN ] 2020-09-25 14:51:26.079 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: ZipPlugin
[WARN ] 2020-09-25 14:51:26.082 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveLanguage
[WARN ] 2020-09-25 14:51:26.087 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveCountry
[WARN ] 2020-09-25 14:51:26.096 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: ZipPlugin
[WARN ] 2020-09-25 14:51:34.220 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverStartNameLookup
[WARN ] 2020-09-25 14:51:34.221 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverNameLookupResult
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: C2>>setValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (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
NewUndeclaredWarning: UndefinedObject>>noMethod (Xcrd is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (cdfgdf is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (PoPouet is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
.NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
somethingsomethingEpMonitor could not log a change. You can enable debugging with "EpMonitor current debugMode: true".
NewUndeclaredWarning: UndefinedObject>>noMethod (SlotTestsClassB is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MySlot is Undeclared)
[WARN ] 2020-09-25 14:51:58.414 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt
[WARN ] 2020-09-25 14:51:58.414 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize
[WARN ] 2020-09-25 14:51:58.414 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt
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)
[WARN ] 2020-09-25 14:53:57.013 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primMontgomeryDigitLength
[WARN ] 2020-09-25 14:54:13.078 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: BMPReadWriterPlugin
[WARN ] 2020-09-25 14:54:13.108 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveCompressToByteArray
[WARN ] 2020-09-25 14:54:13.108 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:54:14.247 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: ZipPlugin
[WARN ] 2020-09-25 14:54:14.263 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: BMPReadWriterPlugin
[WARN ] 2020-09-25 14:54:14.332 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primJPEGPluginIsPresent
[WARN ] 2020-09-25 14:54:14.462 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primJPEGCompressStructSize
[WARN ] 2020-09-25 14:54:14.462 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primJPEGErrorMgr2StructSize
[WARN ] 2020-09-25 14:54:14.470 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primJPEGDecompressStructSize
[WARN ] 2020-09-25 14:54:14.470 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primJPEGReadHeaderfromByteArrayerrorMgr
[WARN ] 2020-09-25 14:54:14.470 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primImageWidth
[WARN ] 2020-09-25 14:54:14.470 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primImageHeight
[WARN ] 2020-09-25 14:54:14.698 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: ZipPlugin
[WARN ] 2020-09-25 14:54:15.509 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:54:15.522 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:54:15.539 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:54:15.543 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:54:15.562 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:54:15.565 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:54:15.569 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:54:15.573 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:54:15.574 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:54:15.590 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:54:15.594 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:54:15.611 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:54:15.614 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:54:15.618 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:54:15.619 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:54:15.623 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:54:15.627 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:54:15.631 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:54:15.647 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:54:15.651 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:54:15.653 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:54:15.656 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:54:15.659 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:54:15.661 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:54:15.662 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:54:15.664 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:54:15.667 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:54:15.671 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:54:15.700 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:54:15.702 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:54:15.705 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
[WARN ] 2020-09-25 14:54:17.594 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveDirectoryDelimitor
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>tt (Object is Undeclared)
MetacelloNotification: testFileTreeRepository: /builds/workspace/pharo-vm_v8.6.0-alpha/runTests/temp/repo
[WARN ] 2020-09-25 14:54:27.542 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt
[WARN ] 2020-09-25 14:54:27.542 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize
[WARN ] 2020-09-25 14:54:27.542 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt
[WARN ] 2020-09-25 14:54:36.208 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveHasSecureHashPrimitive
SubscriptOutOfBounds: 0
[WARN ] 2020-09-25 14:54:38.458 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primAllocateExecutablePage
[WARN ] 2020-09-25 14:54:38.458 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primThunkEntryAddress
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: C2>>setValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (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
NewUndeclaredWarning: UndefinedObject>>noMethod (Xcrd is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (cdfgdf is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (PoPouet is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
.NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
somethingsomethingDeprecationPerformedNotification: The method SUnitTest>>#deprecatedMessage called from SUnitTest>>#testIgnoreDeprecationWarnings has been deprecated. Deprecated method used by #testIgnoreDeprecationWarnings
SystemNotification: TD
SystemNotification: TB
SystemNotification: TC
SystemNotification: TA
SystemNotification: CA
SystemNotification: CB
SystemNotification: TA
SystemNotification: TB
SystemNotification: TC
SystemNotification: TD
EpMonitor could not log a change. You can enable debugging with "EpMonitor current debugMode: true".
NewUndeclaredWarning: UndefinedObject>>noMethod (SlotTestsClassB is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MySlot is Undeclared)
SystemNotification: T6
[WARN ] 2020-09-25 14:55:29.996 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: ClipboardExtendedPlugin
[WARN ] 2020-09-25 14:55:29.997 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt
[WARN ] 2020-09-25 14:55:29.997 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize
[WARN ] 2020-09-25 14:55:29.997 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt

*** Warning: Warning: Attempt to create AClass as a subclass of nil.  Possibly a class is being loaded before its superclass.
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: TestClassOther>>nonexistingMethodName4 (class1 is Undeclared)

a DebugSession
Original error: test session.
Debugger error: a UndefinedObject

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
Exception
Exception

a DebugSession
Original error: test session.
Debugger error: Error

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]

a DebugSession
Original error: test session.
Debugger error: Error

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
[WARN ] 2020-09-25 14:56:27.844 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: FloatArrayPlugin
[WARN ] 2020-09-25 14:56:27.845 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: FloatArrayPlugin
[WARN ] 2020-09-25 14:56:27.845 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: FloatArrayPlugin
[WARN ] 2020-09-25 14:56:42.029 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: FloatArrayPlugin
[WARN ] 2020-09-25 14:56:42.029 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: FloatArrayPlugin
[WARN ] 2020-09-25 14:56:42.029 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: FloatArrayPlugin
[WARN ] 2020-09-25 14:56:42.055 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: FloatArrayPlugin
[WARN ] 2020-09-25 14:56:54.436 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: SqueakSSL
[WARN ] 2020-09-25 14:57:52.679 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: HostWindowPlugin
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)

[ Halt now ] in [	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
		session errorHandler: 
			(TestStartupUIManager new
				sessionManager: manager;
				yourself).
		
		self 
			shouldnt: [ session start: false ]
			raise: Halt.
		self
			assert: (session instVarNamed: 'deferredStartupActions') size 
			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ Halt now ]
TestSessionHandler>>startup:
[ :each | each startup: isImageStarting ] in TestWorkingSession(WorkingSession)>>runStartup: in Block: [ :each | each startup: isImageStarting ]
[aBlock value: each] in [ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
FullBlockClosure(BlockClosure)>>on:do:
[ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
Array(SequenceableCollection)>>do:
TestWorkingSession(WorkingSession)>>runList:do:
TestWorkingSession(WorkingSession)>>runStartup:
TestWorkingSession>>start:
[ session start: false ] in [	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
		session errorHandler: 
			(TestStartupUIManager new
				sessionManager: manager;
				yourself).
		
		self 
			shouldnt: [ session start: false ]
			raise: Halt.
		self
			assert: (session instVarNamed: 'deferredStartupActions') size 
			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ session start: false ]
[aBlock value.
 	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
FullBlockClosure(BlockClosure)>>on:do:
SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
[	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
		session errorHandler: 
			(TestStartupUIManager new
				sessionManager: manager;
				yourself).
		
		self 
			shouldnt: [ session start: false ]
			raise: Halt.
		self
			assert: (session instVarNamed: 'deferredStartupActions') size 
			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [	manager register: (TestSessionHandler onStartup:...etc...
FullBlockClosure(BlockClosure)>>ensure:
UIManager class>>nonInteractiveDuring:
SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive
SessionErrorHandlingTest(TestCase)>>performTest
[self setUp.
	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
FullBlockClosure(BlockClosure)>>ensure:
SessionErrorHandlingTest(TestCase)>>runCase
[aTestCase runCase] in [
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase]
FullBlockClosure(BlockClosure)>>ensure:
[
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [...
FullBlockClosure(BlockClosure)>>on:do:
TestExecutionEnvironment>>runTestCaseUnderWatchdog:
[self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase]
FullBlockClosure(BlockClosure)>>ensure:

[ Halt now ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ Halt now ]
TestSessionHandler>>shutdown:
[ :each | each shutdown: isImageQuitting ] in TestWorkingSession(WorkingSession)>>runShutdown: in Block: [ :each | each shutdown: isImageQuitting ]
[aBlock value: each] in [ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
FullBlockClosure(BlockClosure)>>on:do:
[ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
Array(SequenceableCollection)>>do:
TestWorkingSession(WorkingSession)>>runList:do:
TestWorkingSession(WorkingSession)>>runShutdown:
TestWorkingSession(WorkingSession)>>stop:
[ session stop: false ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ session stop: false ]
[aBlock value.
 	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
FullBlockClosure(BlockClosure)>>on:do:
SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive
SessionErrorHandlingTest(TestCase)>>performTest
[self setUp.
	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
FullBlockClosure(BlockClosure)>>ensure:
SessionErrorHandlingTest(TestCase)>>runCase
[aTestCase runCase] in [
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase]
FullBlockClosure(BlockClosure)>>ensure:
[
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [...
FullBlockClosure(BlockClosure)>>on:do:
TestExecutionEnvironment>>runTestCaseUnderWatchdog:
[self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase]
FullBlockClosure(BlockClosure)>>ensure:
TestExecutionEnvironment>>runTestCase:
CurrentExecutionEnvironment class>>runTestCase:
SessionErrorHandlingTest(TestCase)>>runCaseManaged
[WARN ] 2020-09-25 14:57:52.411 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: BMPReadWriterPlugin
[WARN ] 2020-09-25 14:57:52.446 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveCompressToByteArray
[WARN ] 2020-09-25 14:57:52.446 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:57:53.681 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: ZipPlugin
[WARN ] 2020-09-25 14:57:53.704 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: BMPReadWriterPlugin
[WARN ] 2020-09-25 14:57:53.818 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primJPEGPluginIsPresent
[WARN ] 2020-09-25 14:57:53.973 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primJPEGCompressStructSize
[WARN ] 2020-09-25 14:57:53.973 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primJPEGErrorMgr2StructSize
[WARN ] 2020-09-25 14:57:53.984 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primJPEGDecompressStructSize
[WARN ] 2020-09-25 14:57:53.984 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primJPEGReadHeaderfromByteArrayerrorMgr
[WARN ] 2020-09-25 14:57:53.985 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primImageWidth
[WARN ] 2020-09-25 14:57:53.985 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primImageHeight
[WARN ] 2020-09-25 14:57:54.260 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: ZipPlugin
[WARN ] 2020-09-25 14:57:55.229 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:57:55.242 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:57:55.267 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:57:55.272 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:57:55.299 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:57:55.305 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:57:55.311 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:57:55.318 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:57:55.320 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:57:55.341 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:57:55.358 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:57:55.378 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:57:55.383 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:57:55.390 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:57:55.392 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:57:55.401 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:57:55.416 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:57:55.421 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:57:55.441 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:57:55.447 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:57:55.454 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:57:55.457 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:57:55.461 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:57:55.469 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:57:55.474 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:57:55.478 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:57:55.484 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:57:55.492 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:57:55.532 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:57:55.536 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:57:55.541 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
[WARN ] 2020-09-25 14:57:57.794 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveDirectoryDelimitor
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>tt (Object is Undeclared)
MetacelloNotification: testFileTreeRepository: /System/Volumes/Data/builds/workspace/pharo-vm_v8.6.0-alpha/runTests/temp/repo
SubscriptOutOfBounds: 1
ByteString(Object)>>errorSubscriptBounds:
ByteString(Object)>>at:
ByteString>>at:
Text>>at:
RubCharacterBlockScanner>>endOfRun
RubCharacterBlockScanner>>characterBlockAtPoint:index:in:
RubParagraph>>characterBlockForIndex:
Message>>sendTo:
[ aMessage sendTo: next ] in RubOpeningClosingDelimiterDecorator(RubParagraphDecorator)>>doesNotUnderstand: #characterBlockForIndex: in Block: [ aMessage sendTo: next ]
FullBlockClosure(BlockClosure)>>on:do:
RubOpeningClosingDelimiterDecorator(RubParagraphDecorator)>>doesNotUnderstand: #characterBlockForIndex:
Message>>sendTo:
[ aMessage sendTo: next ] in RubExtraSelectionDecorator(RubParagraphDecorator)>>doesNotUnderstand: #characterBlockForIndex: in Block: [ aMessage sendTo: next ]
FullBlockClosure(BlockClosure)>>on:do:
RubExtraSelectionDecorator(RubParagraphDecorator)>>doesNotUnderstand: #characterBlockForIndex:
Message>>sendTo:
[ aMessage sendTo: next ] in RubCurrentLineBarDecorator(RubParagraphDecorator)>>doesNotUnderstand: #characterBlockForIndex: in Block: [ aMessage sendTo: next ]
FullBlockClosure(BlockClosure)>>on:do:
RubCurrentLineBarDecorator(RubParagraphDecorator)>>doesNotUnderstand: #characterBlockForIndex:
RubEditingState>>markIndex:pointIndex:
[ self editingState markIndex: markIndex pointIndex: pointIndex ] in RubEditingArea(RubAbstractTextArea)>>markIndex:pointIndex: in Block: [ self editingState markIndex: markIndex pointInde...etc...
RubEditingArea(RubAbstractTextArea)>>handleSelectionChange:
RubEditingArea(RubAbstractTextArea)>>markIndex:pointIndex:
RubEditingArea(RubAbstractTextArea)>>recomputeSelection
RubEditingArea(RubAbstractTextArea)>>selectionChanged
RubEditingArea(RubAbstractTextArea)>>handleEdit:
RubEditingArea(RubAbstractTextArea)>>updateTextWith:
RubTextScrollPane>>updateTextWith:
RubPluggableTextMorph(RubScrolledTextMorph)>>updateTextWith:
RubPluggableTextMorph>>update:

[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch osx
[WARN ] 2020-09-25 14:58:24.003 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitivePathMax
1
1
2
2
NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
MessageNotUnderstood: SHRBTextStyler>> #visitEnglobingErrorNode:
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
[WARN ] 2020-09-25 14:58:59.499 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt
[WARN ] 2020-09-25 14:58:59.500 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize
[WARN ] 2020-09-25 14:58:59.500 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
[WARN ] 2020-09-25 14:59:00.599 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt
[WARN ] 2020-09-25 14:59:00.599 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize
[WARN ] 2020-09-25 14:59:00.599 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt
an Object24136 run, 24129 passes, 3 failures, 4 errors.
[Pipeline] junit
Recording test results
[Pipeline] }
[Pipeline] // dir
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
Timeout set to expire in 45 min
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] stage
[Pipeline] { (Tests-unix-CoInterpreterWithQueueFFI-worker)
[Pipeline] unstash
[Pipeline] sh
+ mkdir runTests
[Pipeline] dir
Running in /builds/workspace/pharo-vm_v8.6.0-alpha/runTests
[Pipeline] {
[Pipeline] sh
+ + bash
wget -O - get.pharo.org/64/90
--2020-09-25 14:59:19--  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%  256M=0s

2020-09-25 14:59:19 (256 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-8.5.0-3cf4aab-linux64-bin.zip -d .
Archive:  ../build/build/packages/PharoVM-8.5.0-3cf4aab-linux64-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/libIA32ABI.so     
  inflating: ./lib/libJPEGReadWriter2Plugin.so  
  inflating: ./lib/libJPEGReaderPlugin.so  
  inflating: ./lib/libLargeIntegers.so  
  inflating: ./lib/libLocalePlugin.so  
  inflating: ./lib/libMiscPrimitivePlugin.so  
  inflating: ./lib/libPThreadedPlugin.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/libSecurityPlugin.so  
  inflating: ./lib/libSocketPlugin.so  
  inflating: ./lib/libSqueakFFIPrims.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  
    linking: ./lib/libffi.so         -> libffi.so.7.1.0 
    linking: ./lib/libffi.so.7       -> libffi.so.7.1.0 
  inflating: ./lib/libffi.so.7.1.0   
  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             
   creating: ./lib/pkgconfig/
  inflating: ./pharo                 
finishing deferred symbolic links:
  ./lib/libffi.so        -> libffi.so.7.1.0
  ./lib/libffi.so.7      -> libffi.so.7.1.0
[Pipeline] sh
+ PHARO_CI_TESTING_ENVIRONMENT=true ./pharo --logLevel=4 --worker Pharo.image test --junit-xml-output --stage-name=unix64-CoInterpreterWithQueueFFI-worker .*
[DEBUG] 2020-09-25 14:59:22.196 logParameters (src/parameters.c:273):Image file name: Pharo.image
[DEBUG] 2020-09-25 14:59:22.196 logParameters (src/parameters.c:274):Is default Image: no
[DEBUG] 2020-09-25 14:59:22.196 logParameters (src/parameters.c:275):Is interactive session: no
[DEBUG] 2020-09-25 14:59:22.196 logParameterVector (src/parameters.c:263):vmParameters [count = 4]:
[DEBUG] 2020-09-25 14:59:22.196 logParameterVector (src/parameters.c:266): ./lib//pharo
[DEBUG] 2020-09-25 14:59:22.196 logParameterVector (src/parameters.c:266): --logLevel=4
[DEBUG] 2020-09-25 14:59:22.196 logParameterVector (src/parameters.c:266): --worker
[DEBUG] 2020-09-25 14:59:22.196 logParameterVector (src/parameters.c:266): --headless
[DEBUG] 2020-09-25 14:59:22.196 logParameterVector (src/parameters.c:263):imageParameters [count = 4]:
[DEBUG] 2020-09-25 14:59:22.196 logParameterVector (src/parameters.c:266): test
[DEBUG] 2020-09-25 14:59:22.196 logParameterVector (src/parameters.c:266): --junit-xml-output
[DEBUG] 2020-09-25 14:59:22.196 logParameterVector (src/parameters.c:266): --stage-name=unix64-CoInterpreterWithQueueFFI-worker
[DEBUG] 2020-09-25 14:59:22.196 logParameterVector (src/parameters.c:266): .*
[INFO ] 2020-09-25 14:59:22.196 vm_main_with_parameters (src/client.c:98):Opening Image: Pharo.image
[DEBUG] 2020-09-25 14:59:22.196 vm_main_with_parameters (src/client.c:120):Working Directory /builds/workspace/pharo-vm_v8.6.0-alpha/runTests
[DEBUG] 2020-09-25 14:59:22.196 vm_main_with_parameters (src/client.c:122):sizeof(int): 4
[DEBUG] 2020-09-25 14:59:22.196 vm_main_with_parameters (src/client.c:123):sizeof(long): 8
[DEBUG] 2020-09-25 14:59:22.196 vm_main_with_parameters (src/client.c:124):sizeof(long long): 8
[DEBUG] 2020-09-25 14:59:22.196 vm_main_with_parameters (src/client.c:125):sizeof(void*): 8
[DEBUG] 2020-09-25 14:59:22.196 vm_main_with_parameters (src/client.c:126):sizeof(sqInt): 8
[DEBUG] 2020-09-25 14:59:22.196 vm_main_with_parameters (src/client.c:127):sizeof(sqLong): 8
[DEBUG] 2020-09-25 14:59:22.196 vm_main_with_parameters (src/client.c:128):sizeof(float): 4
[DEBUG] 2020-09-25 14:59:22.196 vm_main_with_parameters (src/client.c:129):sizeof(double): 8
[DEBUG] 2020-09-25 14:59:22.196 runOnWorkerThread (src/client.c:268):Running VM on worker thread
[DEBUG] 2020-09-25 14:59:22.196 runOnWorkerThread (src/client.c:279):Stack size: 8388608
[DEBUG] 2020-09-25 14:59:22.196 sqAllocateMemory (src/memoryUnix.c:107):Trying to load the image in 0x2598000
[DEBUG] 2020-09-25 14:59:22.196 sqAllocateMemory (src/memoryUnix.c:149):Loading the image in 0x2598000
[WARN ] 2020-09-25 14:59:22.295 beatStateMachine (extracted/vm/src/common/heartbeat.c:338):pthread_setschedparam failed: Operation not permitted
[WARN ] 2020-09-25 14:59:22.295 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveTimezoneOffset
[WARN ] 2020-09-25 14:59:22.317 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveDirectoryDelimitor
[WARN ] 2020-09-25 14:59:22.317 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveFileMasks
[WARN ] 2020-09-25 14:59:22.321 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveFileStdioHandles
[WARN ] 2020-09-25 14:59:22.330 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverStatus
[WARN ] 2020-09-25 14:59:22.331 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverLocalAddress
[WARN ] 2020-09-25 14:59:22.331 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverHostNameSize
[WARN ] 2020-09-25 14:59:22.331 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverHostNameResult
[WARN ] 2020-09-25 14:59:22.331 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: MD5Plugin
[WARN ] 2020-09-25 14:59:22.351 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveFileStdioHandles
[WARN ] 2020-09-25 14:59:22.419 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: SDL2DisplayPlugin
Running tests in 765 Packages
[WARN ] 2020-09-25 14:59:22.530 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: FloatArrayPlugin
SystemNotification: MicToPillarBasicTest>>testCodeInText(pillarDocument is shadowed)
SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RSCanvas>>numberOfEdges(edges is shadowed)
SystemNotification: RSComposite>>numberOfEdges(edges is shadowed)
SystemNotification: RSEdgeBuilder>>fmt:(shape is shadowed)
SystemNotification: RSLinePlot>>fmt:(shape is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
Running on pharo-ci-jenkins2-win10 in C:\builds\workspace\pharo-vm_v8.6.0-alpha
[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-windows-CoInterpreterWithQueueFFI)
[Pipeline] unstash
NewUndeclaredWarning: UndefinedObject>>noMethod (Foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (Foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (Foo is Undeclared)
[Pipeline] bat

ci@WIN10-CI C:\builds\workspace\pharo-vm_v8.6.0-alpha>mkdir runTests 
[Pipeline] dir
Running in C:\builds\workspace\pharo-vm_v8.6.0-alpha\runTests
[Pipeline] {
[Pipeline] bat

ci@WIN10-CI C:\builds\workspace\pharo-vm_v8.6.0-alpha\runTests>wget -O - get.pharo.org/64/90   | bash  
--2020-09-25 05:59:57--  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% 43.1M=0s

2020-09-25 05:59:57 (43.1 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

ci@WIN10-CI C:\builds\workspace\pharo-vm_v8.6.0-alpha\runTests>echo 90  1>pharo.version 
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_v8.6.0-alpha"`
    set -ex
    cd runTests && unzip ../build/build/packages/PharoVM-*-win64-bin.zip -d .
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ cd runTests
+ unzip ../build/build/packages/PharoVM-8.5.0-3cf4aab2-win64-bin.zip -d .
Archive:  ../build/build/packages/PharoVM-8.5.0-3cf4aab2-win64-bin.zip
  inflating: ./B2DPlugin.dll         
  inflating: ./BitBltPlugin.dll      
  inflating: ./DSAPrims.dll          
  inflating: ./FileAttributesPlugin.dll  
  inflating: ./FilePlugin.dll        
  inflating: ./IA32ABI.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: ./SecurityPlugin.dll    
  inflating: ./SocketPlugin.dll      
  inflating: ./SqueakFFIPrims.dll    
  inflating: ./SqueakSSL.dll         
  inflating: ./SurfacePlugin.dll     
  inflating: ./UUIDPlugin.dll        
  inflating: ./cygffi-7.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: ./libIA32ABI.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: ./libSecurityPlugin.dll.a  
  inflating: ./libSocketPlugin.dll.a  
  inflating: ./libSqueakFFIPrims.dll.a  
  inflating: ./libSqueakSSL.dll.a    
  inflating: ./libSurfacePlugin.dll.a  
  inflating: ./libUUIDPlugin.dll.a   
  inflating: ./libbz2-1.dll          
  inflating: ./libcairo-2.dll        
  inflating: ./libeay32.dll          
  inflating: ./libexpat-1.dll        
  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_v8.6.0-alpha"`
    set -ex
    PHARO_CI_TESTING_ENVIRONMENT=true cd runTests && ./PharoConsole.exe  --logLevel=4 Pharo.image test --junit-xml-output --stage-name=win64-CoInterpreterWithQueueFFI '.*'
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ PHARO_CI_TESTING_ENVIRONMENT=true
+ cd runTests
+ ./PharoConsole.exe --logLevel=4 Pharo.image test --junit-xml-output --stage-name=win64-CoInterpreterWithQueueFFI '.*'
[DEBUG] 2020-09-25 14:00:06.178 logParameters (src/parameters.c:273):Image file name: Pharo.image
[DEBUG] 2020-09-25 14:00:06.178 logParameters (src/parameters.c:274):Is default Image: no
[DEBUG] 2020-09-25 14:00:06.178 logParameters (src/parameters.c:275):Is interactive session: no
[DEBUG] 2020-09-25 14:00:06.178 logParameterVector (src/parameters.c:263):vmParameters [count = 3]:
[DEBUG] 2020-09-25 14:00:06.178 logParameterVector (src/parameters.c:266): C:\builds\workspace\pharo-vm_v8.6.0-alpha\runTests\PharoConsole.exe
[DEBUG] 2020-09-25 14:00:06.180 logParameterVector (src/parameters.c:266): --logLevel=4
[DEBUG] 2020-09-25 14:00:06.180 logParameterVector (src/parameters.c:266): --headless
[DEBUG] 2020-09-25 14:00:06.180 logParameterVector (src/parameters.c:263):imageParameters [count = 4]:
[DEBUG] 2020-09-25 14:00:06.180 logParameterVector (src/parameters.c:266): test
[DEBUG] 2020-09-25 14:00:06.180 logParameterVector (src/parameters.c:266): --junit-xml-output
[DEBUG] 2020-09-25 14:00:06.180 logParameterVector (src/parameters.c:266): --stage-name=win64-CoInterpreterWithQueueFFI
[DEBUG] 2020-09-25 14:00:06.180 logParameterVector (src/parameters.c:266): .*
[INFO ] 2020-09-25 14:00:06.180 vm_main_with_parameters (src/client.c:98):Opening Image: Pharo.image
[DEBUG] 2020-09-25 14:00:06.180 vm_main_with_parameters (src/client.c:120):Working Directory C:\builds\workspace\pharo-vm_v8.6.0-alpha\runTests
[DEBUG] 2020-09-25 14:00:06.180 vm_main_with_parameters (src/client.c:122):sizeof(int): 4
[DEBUG] 2020-09-25 14:00:06.180 vm_main_with_parameters (src/client.c:123):sizeof(long): 4
[DEBUG] 2020-09-25 14:00:06.180 vm_main_with_parameters (src/client.c:124):sizeof(long long): 8
[DEBUG] 2020-09-25 14:00:06.180 vm_main_with_parameters (src/client.c:125):sizeof(void*): 8
[DEBUG] 2020-09-25 14:00:06.180 vm_main_with_parameters (src/client.c:126):sizeof(sqInt): 8
[DEBUG] 2020-09-25 14:00:06.180 vm_main_with_parameters (src/client.c:127):sizeof(sqLong): 8
[DEBUG] 2020-09-25 14:00:06.180 vm_main_with_parameters (src/client.c:128):sizeof(float): 4
[DEBUG] 2020-09-25 14:00:06.180 vm_main_with_parameters (src/client.c:129):sizeof(double): 8
[DEBUG] 2020-09-25 14:00:06.180 runOnMainThread (src/client.c:256):Running VM on main thread
[DEBUG] 2020-09-25 14:00:06.455 loadModuleHandle (src/externalPrimitives.c:161):Try loading  SecurityPlugin
[DEBUG] 2020-09-25 14:00:06.545 loadModuleHandle (src/externalPrimitives.c:161):Try loading  LargeIntegers
[DEBUG] 2020-09-25 14:00:06.576 loadModuleHandle (src/externalPrimitives.c:161):Try loading  LocalePlugin
[WARN ] 2020-09-25 14:00:06.636 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveTimezoneOffset
[DEBUG] 2020-09-25 14:00:06.639 loadModuleHandle (src/externalPrimitives.c:161):Try loading  MiscPrimitivePlugin
[DEBUG] 2020-09-25 14:00:06.837 loadModuleHandle (src/externalPrimitives.c:161):Try loading  SqueakFFIPrims
[DEBUG] 2020-09-25 14:00:06.880 loadModuleHandle (src/externalPrimitives.c:161):Try loading  SurfacePlugin
[DEBUG] 2020-09-25 14:00:06.921 loadModuleHandle (src/externalPrimitives.c:161):Try loading  msvcrt.dll
[DEBUG] 2020-09-25 14:00:06.921 loadModuleHandle (src/externalPrimitives.c:161):Try loading  Kernel32
[DEBUG] 2020-09-25 14:00:06.922 loadModuleHandle (src/externalPrimitives.c:161):Try loading  FilePlugin
[WARN ] 2020-09-25 14:00:06.964 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveDirectoryDelimitor
[DEBUG] 2020-09-25 14:00:06.965 loadModuleHandle (src/externalPrimitives.c:161):Try loading  FileAttributesPlugin
[DEBUG] 2020-09-25 14:00:07.004 loadModuleHandle (src/externalPrimitives.c:161):Try loading  SecurityPlugin
[DEBUG] 2020-09-25 14:00:07.004 loadModuleHandle (src/externalPrimitives.c:161):Try loading  SecurityPlugin
[WARN ] 2020-09-25 14:00:07.005 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveFileMasks
[WARN ] 2020-09-25 14:00:07.009 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveFileStdioHandles
[DEBUG] 2020-09-25 14:00:07.021 loadModuleHandle (src/externalPrimitives.c:161):Try loading  SocketPlugin
[DEBUG] 2020-09-25 14:00:07.056 loadModuleHandle (src/externalPrimitives.c:161):Try loading  SecurityPlugin
[DEBUG] 2020-09-25 14:00:07.057 loadModuleHandle (src/externalPrimitives.c:161):Try loading  SecurityPlugin
[DEBUG] 2020-09-25 14:00:07.057 loadModuleHandle (src/externalPrimitives.c:161):Try loading  SecurityPlugin
[DEBUG] 2020-09-25 14:00:07.058 loadModuleHandle (src/externalPrimitives.c:161):Try loading  SecurityPlugin
[DEBUG] 2020-09-25 14:00:07.058 loadModuleHandle (src/externalPrimitives.c:161):Try loading  SecurityPlugin
[WARN ] 2020-09-25 14:00:07.060 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverStatus
[WARN ] 2020-09-25 14:00:07.085 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverLocalAddress
[WARN ] 2020-09-25 14:00:07.086 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverHostNameSize
[WARN ] 2020-09-25 14:00:07.086 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverHostNameResult
[DEBUG] 2020-09-25 14:00:07.087 loadModuleHandle (src/externalPrimitives.c:161):Try loading  MD5Plugin
[DEBUG] 2020-09-25 14:00:07.088 loadModuleHandle (src/externalPrimitives.c:161):Try loading  MD5Plugin.dll
[DEBUG] 2020-09-25 14:00:07.089 loadModuleHandle (src/externalPrimitives.c:161):Try loading  libMD5Plugin.dll
[WARN ] 2020-09-25 14:00:07.090 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: MD5Plugin
[DEBUG] 2020-09-25 14:00:07.102 loadModuleHandle (src/externalPrimitives.c:161):Try loading  C:\builds\workspace\pharo-vm_v8.6.0-alpha\runTests\libgit2-1-0-0.dll

*** Warning: PotentialOutDatedDependencyWarning: Collections-Tests: Kernel-Chronology-Extras dependency declared in the package Manifest as manuallyResolvedDependencies not detected as a dependency!
[WARN ] 2020-09-25 15:00:07.124 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: ZipPlugin
[WARN ] 2020-09-25 15:00:07.125 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: ZipPlugin
[WARN ] 2020-09-25 15:00:07.125 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: ZipPlugin
[WARN ] 2020-09-25 15:00:07.127 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveLanguage
[WARN ] 2020-09-25 15:00:07.127 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveCountry
[WARN ] 2020-09-25 15:00:07.130 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: ZipPlugin
[WARN ] 2020-09-25 14:00:07.472 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveFileStdioHandles
[DEBUG] 2020-09-25 14:00:07.594 loadModuleHandle (src/externalPrimitives.c:161):Try loading  SDL2DisplayPlugin
[DEBUG] 2020-09-25 14:00:07.595 loadModuleHandle (src/externalPrimitives.c:161):Try loading  SDL2DisplayPlugin.dll
[DEBUG] 2020-09-25 14:00:07.596 loadModuleHandle (src/externalPrimitives.c:161):Try loading  libSDL2DisplayPlugin.dll
[WARN ] 2020-09-25 14:00:07.597 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: SDL2DisplayPlugin
[DEBUG] 2020-09-25 14:00:07.597 loadModuleHandle (src/externalPrimitives.c:161):Try loading  SDL2
Running tests in 765 Packages
[DEBUG] 2020-09-25 14:00:07.905 loadModuleHandle (src/externalPrimitives.c:161):Try loading  BitBltPlugin
[DEBUG] 2020-09-25 14:00:07.942 loadModuleHandle (src/externalPrimitives.c:161):Try loading  B2DPlugin
[DEBUG] 2020-09-25 14:00:07.976 loadModuleHandle (src/externalPrimitives.c:161):Try loading  FloatArrayPlugin
[DEBUG] 2020-09-25 14:00:07.977 loadModuleHandle (src/externalPrimitives.c:161):Try loading  FloatArrayPlugin.dll
[DEBUG] 2020-09-25 14:00:07.977 loadModuleHandle (src/externalPrimitives.c:161):Try loading  libFloatArrayPlugin.dll
[WARN ] 2020-09-25 14:00:07.978 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: FloatArrayPlugin
[DEBUG] 2020-09-25 14:00:07.987 loadModuleHandle (src/externalPrimitives.c:161):Try loading  libfreetype-6.dll
[WARN ] 2020-09-25 15:00:12.732 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverStartNameLookup
[WARN ] 2020-09-25 15:00:12.734 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverNameLookupResult
[WARN ] 2020-09-25 15:00:15.893 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)
[WARN ] 2020-09-25 15:00:20.598 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primMontgomeryDigitLength
SystemNotification: MicToPillarBasicTest>>testCodeInText(pillarDocument is shadowed)
SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RSCanvas>>numberOfEdges(edges is shadowed)
SystemNotification: RSComposite>>numberOfEdges(edges is shadowed)
SystemNotification: RSEdgeBuilder>>fmt:(shape is shadowed)
SystemNotification: RSLinePlot>>fmt:(shape is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
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: C2>>setValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (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
NewUndeclaredWarning: UndefinedObject>>noMethod (Xcrd is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (cdfgdf is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (PoPouet is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
.NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
somethingsomethingEpMonitor could not log a change. You can enable debugging with "EpMonitor current debugMode: true".
NewUndeclaredWarning: UndefinedObject>>noMethod (SlotTestsClassB is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MySlot is Undeclared)
[WARN ] 2020-09-25 15:00:54.749 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt
[WARN ] 2020-09-25 15:00:54.749 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize
[WARN ] 2020-09-25 15:00:54.749 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt
NewUndeclaredWarning: UndefinedObject>>noMethod (Foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (Foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (Foo is Undeclared)

*** Warning: PotentialOutDatedDependencyWarning: Collections-Tests: Kernel-Chronology-Extras dependency declared in the package Manifest as manuallyResolvedDependencies not detected as a dependency!
[DEBUG] 2020-09-25 14:01:43.229 loadModuleHandle (src/externalPrimitives.c:161):Try loading  ZipPlugin
[DEBUG] 2020-09-25 14:01:43.231 loadModuleHandle (src/externalPrimitives.c:161):Try loading  ZipPlugin.dll
[DEBUG] 2020-09-25 14:01:43.231 loadModuleHandle (src/externalPrimitives.c:161):Try loading  libZipPlugin.dll
[WARN ] 2020-09-25 14:01:43.232 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: ZipPlugin
[DEBUG] 2020-09-25 14:01:43.233 loadModuleHandle (src/externalPrimitives.c:161):Try loading  ZipPlugin
[DEBUG] 2020-09-25 14:01:43.233 loadModuleHandle (src/externalPrimitives.c:161):Try loading  ZipPlugin.dll
[DEBUG] 2020-09-25 14:01:43.234 loadModuleHandle (src/externalPrimitives.c:161):Try loading  libZipPlugin.dll
[WARN ] 2020-09-25 14:01:43.234 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: ZipPlugin
[DEBUG] 2020-09-25 14:01:43.236 loadModuleHandle (src/externalPrimitives.c:161):Try loading  ZipPlugin
[DEBUG] 2020-09-25 14:01:43.236 loadModuleHandle (src/externalPrimitives.c:161):Try loading  ZipPlugin.dll
[DEBUG] 2020-09-25 14:01:43.236 loadModuleHandle (src/externalPrimitives.c:161):Try loading  libZipPlugin.dll
[WARN ] 2020-09-25 14:01:43.237 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: ZipPlugin
[WARN ] 2020-09-25 14:01:43.275 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveLanguage
[WARN ] 2020-09-25 14:01:43.276 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveCountry
[DEBUG] 2020-09-25 14:01:43.323 loadModuleHandle (src/externalPrimitives.c:161):Try loading  ZipPlugin
[DEBUG] 2020-09-25 14:01:43.324 loadModuleHandle (src/externalPrimitives.c:161):Try loading  ZipPlugin.dll
[DEBUG] 2020-09-25 14:01:43.326 loadModuleHandle (src/externalPrimitives.c:161):Try loading  libZipPlugin.dll
[WARN ] 2020-09-25 14:01:43.326 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: ZipPlugin
\[WARN ] 2020-09-25 14:02:12.590 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverStartNameLookup
[WARN ] 2020-09-25 14:02:12.602 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverNameLookupResult
[WARN ] 2020-09-25 14:02:27.805 sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto (extracted/vm/src/win/sqWin32SpurAlloc.c:159):Unable to VirtualAlloc committed memory at desired address (17179869184 bytes requested at 0000000080080000, above 0000000078380000), 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)
[WARN ] 2020-09-25 14:02:38.355 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primMontgomeryDigitLength
[WARN ] 2020-09-25 15:03:09.211 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: BMPReadWriterPlugin
[WARN ] 2020-09-25 15:03:09.240 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveCompressToByteArray
[WARN ] 2020-09-25 15:03:09.241 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 15:03:10.399 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: ZipPlugin
[WARN ] 2020-09-25 15:03:10.415 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: BMPReadWriterPlugin
[WARN ] 2020-09-25 15:03:10.486 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primJPEGPluginIsPresent
[WARN ] 2020-09-25 15:03:10.623 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primJPEGCompressStructSize
[WARN ] 2020-09-25 15:03:10.623 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primJPEGErrorMgr2StructSize
[WARN ] 2020-09-25 15:03:10.629 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primJPEGDecompressStructSize
[WARN ] 2020-09-25 15:03:10.629 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primJPEGReadHeaderfromByteArrayerrorMgr
[WARN ] 2020-09-25 15:03:10.629 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primImageWidth
[WARN ] 2020-09-25 15:03:10.629 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primImageHeight
[WARN ] 2020-09-25 15:03:10.859 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: ZipPlugin
[WARN ] 2020-09-25 15:03:11.651 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 15:03:11.665 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 15:03:11.683 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 15:03:11.686 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 15:03:11.706 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 15:03:11.709 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 15:03:11.713 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 15:03:11.717 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 15:03:11.718 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 15:03:11.734 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 15:03:11.738 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 15:03:11.755 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 15:03:11.758 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 15:03:11.762 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 15:03:11.764 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 15:03:11.768 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 15:03:11.771 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 15:03:11.776 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 15:03:11.792 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 15:03:11.797 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 15:03:11.799 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 15:03:11.800 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 15:03:11.803 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 15:03:11.805 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 15:03:11.806 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 15:03:11.808 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 15:03:11.811 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 15:03:11.813 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 15:03:11.843 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 15:03:11.845 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 15:03:11.847 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
[WARN ] 2020-09-25 15:03:13.675 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveDirectoryDelimitor
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>tt (Object is Undeclared)
MetacelloNotification: testFileTreeRepository: /builds/workspace/pharo-vm_v8.6.0-alpha/runTests/temp/repo
[WARN ] 2020-09-25 15:03:21.154 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt
[WARN ] 2020-09-25 15:03:21.154 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize
[WARN ] 2020-09-25 15:03:21.154 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt
[WARN ] 2020-09-25 15:03:28.175 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveHasSecureHashPrimitive
SubscriptOutOfBounds: 0
[WARN ] 2020-09-25 15:03:30.069 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primAllocateExecutablePage
[WARN ] 2020-09-25 15:03:30.069 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primThunkEntryAddress
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: C2>>setValues2 (d is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (e is Undeclared)
NewUndeclaredWarning: C2>>setValues2 (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
NewUndeclaredWarning: UndefinedObject>>noMethod (Xcrd is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (cdfgdf is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (PoPouet is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (AnotherTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MyTrait is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
.NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (TheSuperClass is Undeclared)
somethingsomethingEpMonitor could not log a change. You can enable debugging with "EpMonitor current debugMode: true".
NewUndeclaredWarning: UndefinedObject>>noMethod (SlotTestsClassB is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (MySlot is Undeclared)
DeprecationPerformedNotification: The method SUnitTest>>#deprecatedMessage called from SUnitTest>>#testIgnoreDeprecationWarnings has been deprecated. Deprecated method used by #testIgnoreDeprecationWarnings
[WARN ] 2020-09-25 14:04:19.807 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt
[WARN ] 2020-09-25 14:04:19.807 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize
[WARN ] 2020-09-25 14:04:19.807 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt
SystemNotification: TD
SystemNotification: TB
SystemNotification: TC
SystemNotification: TA
SystemNotification: CA
SystemNotification: CB
SystemNotification: TA
SystemNotification: TB
SystemNotification: TC
SystemNotification: TD
SystemNotification: T6

*** Warning: Warning: Attempt to create AClass as a subclass of nil.  Possibly a class is being loaded before its superclass.
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared)
NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared)
NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared)
NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared)
NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared)
NewUndeclaredWarning: TestClassOther>>nonexistingMethodName4 (class1 is Undeclared)

a DebugSession
Original error: test session.
Debugger error: a UndefinedObject

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
Exception
Exception

a DebugSession
Original error: test session.
Debugger error: Error

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]

a DebugSession
Original error: test session.
Debugger error: Error

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
[WARN ] 2020-09-25 15:05:21.213 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: FloatArrayPlugin
[WARN ] 2020-09-25 15:05:21.214 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: FloatArrayPlugin
[WARN ] 2020-09-25 15:05:21.215 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: FloatArrayPlugin
[WARN ] 2020-09-25 15:05:33.996 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: FloatArrayPlugin
[WARN ] 2020-09-25 15:05:33.997 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: FloatArrayPlugin
[WARN ] 2020-09-25 15:05:33.997 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: FloatArrayPlugin
[WARN ] 2020-09-25 15:05:34.018 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: FloatArrayPlugin
[WARN ] 2020-09-25 15:05:46.053 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: SqueakSSL
[WARN ] 2020-09-25 15:06:46.493 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: HostWindowPlugin
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)

[ Halt now ] in [	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
		session errorHandler: 
			(TestStartupUIManager new
				sessionManager: manager;
				yourself).
		
		self 
			shouldnt: [ session start: false ]
			raise: Halt.
		self
			assert: (session instVarNamed: 'deferredStartupActions') size 
			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ Halt now ]
TestSessionHandler>>startup:
[ :each | each startup: isImageStarting ] in TestWorkingSession(WorkingSession)>>runStartup: in Block: [ :each | each startup: isImageStarting ]
[aBlock value: each] in [ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
FullBlockClosure(BlockClosure)>>on:do:
[ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
Array(SequenceableCollection)>>do:
TestWorkingSession(WorkingSession)>>runList:do:
TestWorkingSession(WorkingSession)>>runStartup:
TestWorkingSession>>start:
[ session start: false ] in [	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
		session errorHandler: 
			(TestStartupUIManager new
				sessionManager: manager;
				yourself).
		
		self 
			shouldnt: [ session start: false ]
			raise: Halt.
		self
			assert: (session instVarNamed: 'deferredStartupActions') size 
			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ session start: false ]
[aBlock value.
 	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
FullBlockClosure(BlockClosure)>>on:do:
SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
[	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
		session errorHandler: 
			(TestStartupUIManager new
				sessionManager: manager;
				yourself).
		
		self 
			shouldnt: [ session start: false ]
			raise: Halt.
		self
			assert: (session instVarNamed: 'deferredStartupActions') size 
			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [	manager register: (TestSessionHandler onStartup:...etc...
FullBlockClosure(BlockClosure)>>ensure:
UIManager class>>nonInteractiveDuring:
SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive
SessionErrorHandlingTest(TestCase)>>performTest
[self setUp.
	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
FullBlockClosure(BlockClosure)>>ensure:
SessionErrorHandlingTest(TestCase)>>runCase
[aTestCase runCase] in [
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase]
FullBlockClosure(BlockClosure)>>ensure:
[
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [...
FullBlockClosure(BlockClosure)>>on:do:
TestExecutionEnvironment>>runTestCaseUnderWatchdog:
[self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase]
FullBlockClosure(BlockClosure)>>ensure:

[ Halt now ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ Halt now ]
TestSessionHandler>>shutdown:
[ :each | each shutdown: isImageQuitting ] in TestWorkingSession(WorkingSession)>>runShutdown: in Block: [ :each | each shutdown: isImageQuitting ]
[aBlock value: each] in [ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
FullBlockClosure(BlockClosure)>>on:do:
[ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
Array(SequenceableCollection)>>do:
TestWorkingSession(WorkingSession)>>runList:do:
TestWorkingSession(WorkingSession)>>runShutdown:
TestWorkingSession(WorkingSession)>>stop:
[ session stop: false ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ session stop: false ]
[aBlock value.
 	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
FullBlockClosure(BlockClosure)>>on:do:
SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive
SessionErrorHandlingTest(TestCase)>>performTest
[self setUp.
	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
FullBlockClosure(BlockClosure)>>ensure:
SessionErrorHandlingTest(TestCase)>>runCase
[aTestCase runCase] in [
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase]
FullBlockClosure(BlockClosure)>>ensure:
[
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [...
FullBlockClosure(BlockClosure)>>on:do:
TestExecutionEnvironment>>runTestCaseUnderWatchdog:
[self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase]
FullBlockClosure(BlockClosure)>>ensure:
TestExecutionEnvironment>>runTestCase:
CurrentExecutionEnvironment class>>runTestCase:
SessionErrorHandlingTest(TestCase)>>runCaseManaged
[DEBUG] 2020-09-25 14:07:10.063 loadModuleHandle (src/externalPrimitives.c:161):Try loading  BMPReadWriterPlugin
[DEBUG] 2020-09-25 14:07:10.064 loadModuleHandle (src/externalPrimitives.c:161):Try loading  BMPReadWriterPlugin.dll
[DEBUG] 2020-09-25 14:07:10.065 loadModuleHandle (src/externalPrimitives.c:161):Try loading  libBMPReadWriterPlugin.dll
[WARN ] 2020-09-25 14:07:10.066 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: BMPReadWriterPlugin
[WARN ] 2020-09-25 14:07:10.212 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveCompressToByteArray
[WARN ] 2020-09-25 14:07:10.216 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[DEBUG] 2020-09-25 14:07:11.826 loadModuleHandle (src/externalPrimitives.c:161):Try loading  ZipPlugin
[DEBUG] 2020-09-25 14:07:11.828 loadModuleHandle (src/externalPrimitives.c:161):Try loading  ZipPlugin.dll
[DEBUG] 2020-09-25 14:07:11.829 loadModuleHandle (src/externalPrimitives.c:161):Try loading  libZipPlugin.dll
[WARN ] 2020-09-25 14:07:11.831 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: ZipPlugin
[DEBUG] 2020-09-25 14:07:11.869 loadModuleHandle (src/externalPrimitives.c:161):Try loading  BMPReadWriterPlugin
[DEBUG] 2020-09-25 14:07:11.870 loadModuleHandle (src/externalPrimitives.c:161):Try loading  BMPReadWriterPlugin.dll
[DEBUG] 2020-09-25 14:07:11.871 loadModuleHandle (src/externalPrimitives.c:161):Try loading  libBMPReadWriterPlugin.dll
[WARN ] 2020-09-25 14:07:11.872 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: BMPReadWriterPlugin
[DEBUG] 2020-09-25 14:07:11.983 loadModuleHandle (src/externalPrimitives.c:161):Try loading  JPEGReadWriter2Plugin
[WARN ] 2020-09-25 14:07:12.025 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primJPEGPluginIsPresent
[WARN ] 2020-09-25 14:07:12.219 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primJPEGCompressStructSize
[WARN ] 2020-09-25 14:07:12.219 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primJPEGErrorMgr2StructSize
[WARN ] 2020-09-25 14:07:12.219 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgr
[DEBUG] 2020-09-25 14:07:12.222 loadModuleHandle (src/externalPrimitives.c:161):Try loading  JPEGReaderPlugin
[WARN ] 2020-09-25 14:07:12.251 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primJPEGDecompressStructSize
[WARN ] 2020-09-25 14:07:12.251 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primJPEGReadHeaderfromByteArrayerrorMgr
[WARN ] 2020-09-25 14:07:12.252 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primImageWidth
[WARN ] 2020-09-25 14:07:12.252 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primImageHeight
[WARN ] 2020-09-25 14:07:12.252 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgr
[DEBUG] 2020-09-25 14:07:12.602 loadModuleHandle (src/externalPrimitives.c:161):Try loading  ZipPlugin
[DEBUG] 2020-09-25 14:07:12.603 loadModuleHandle (src/externalPrimitives.c:161):Try loading  ZipPlugin.dll
[DEBUG] 2020-09-25 14:07:12.603 loadModuleHandle (src/externalPrimitives.c:161):Try loading  libZipPlugin.dll
[WARN ] 2020-09-25 14:07:12.604 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: ZipPlugin
[WARN ] 2020-09-25 14:07:13.594 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:07:13.628 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:07:13.660 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:07:13.683 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:07:13.726 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:07:13.737 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:07:13.756 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:07:13.785 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:07:13.797 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:07:13.829 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:07:13.865 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:07:13.899 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:07:13.928 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:07:13.946 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:07:13.955 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:07:13.977 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:07:14.006 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:07:14.023 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:07:14.062 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:07:14.086 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:07:14.118 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:07:14.136 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:07:14.153 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:07:14.184 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:07:14.210 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:07:14.235 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:07:14.276 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:07:14.307 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:07:14.396 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:07:14.415 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
[WARN ] 2020-09-25 14:07:14.434 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay
NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
[WARN ] 2020-09-25 15:07:19.189 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitivePathMax
[WARN ] 2020-09-25 14:07:20.030 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveDirectoryDelimitor
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared)
NewUndeclaredWarning: UndefinedObject>>tt (Object is Undeclared)
MetacelloNotification: testFileTreeRepository: C:\builds\workspace\pharo-vm_v8.6.0-alpha\runTests\temp\repo
1
1
2
2
NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
[WARN ] 2020-09-25 14:07:36.872 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt
[WARN ] 2020-09-25 14:07:36.872 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize
[WARN ] 2020-09-25 14:07:36.872 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt
[DEBUG] 2020-09-25 14:07:49.801 loadModuleHandle (src/externalPrimitives.c:161):Try loading  DSAPrims
[WARN ] 2020-09-25 14:07:49.860 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveHasSecureHashPrimitive
[DEBUG] 2020-09-25 14:07:51.984 loadModuleHandle (src/externalPrimitives.c:161):Try loading  libcairo-2.dll
SubscriptOutOfBounds: 0
[DEBUG] 2020-09-25 14:07:53.213 loadModuleHandle (src/externalPrimitives.c:161):Try loading  IA32ABI
[WARN ] 2020-09-25 14:07:53.239 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primAllocateExecutablePage
[WARN ] 2020-09-25 14:07:53.240 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primThunkEntryAddress
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
MessageNotUnderstood: SHRBTextStyler>> #visitEnglobingErrorNode:
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
[WARN ] 2020-09-25 15:07:56.427 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt
[WARN ] 2020-09-25 15:07:56.427 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize
[WARN ] 2020-09-25 15:07:56.427 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
[WARN ] 2020-09-25 15:07:57.564 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt
[WARN ] 2020-09-25 15:07:57.564 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize
[WARN ] 2020-09-25 15:07:57.564 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt
an Object24136 run, 24131 passes, 3 failures, 2 errors.
[Pipeline] junit
Recording test results
[Pipeline] }
[Pipeline] // dir
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }







EXCEPTION_BREAKPOINT(-2147483645) at 0x000000007005862e - 2020-09-25 06:08:35.252

C:\builds\workspace\pharo-vm_v8.6.0-alpha\runTests\PharoConsole.exe
Pharo VM version: 5.0-Pharo 8.5.0 built on Sep 25 2020 05:42:59 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: CoInterpreterWithQueueFFI VMMaker-tonel.1 uuid: d891425a-846c-0d00-b358-99e10ba74b24 Sep 25 2020
 With:StackToRegisterMappingCogit VMMaker-tonel.1 uuid: d891425a-846c-0d00-b358-99e10ba74b24 Sep 25 2020
 Revision: 3cf4aab2 - Commit: 3cf4aab2 - Date: 2020-09-25 14:09:15 +0200

C stack backtrace & registers:


Registers:
ContextFlags: 0x000000000010000f
	rax 0x000000000000001f rbx 0x0000000000752950 rcx 0x00000000007521f0 rdx 0x0000000000000002
	rdi 0x000000006fc80a70 rsi 0x000000006fc80a70 rbp 0x0000000000000000 rsp 0x0000000000752130
	r8  0x0000000000751e0a r9  0x000000006fbd1c20 r10 0xffffffffffffffff r11 0x0000000000000000
	r12 0x0000000000000000 r13 0x0000000000342000 r14 0x0000000000752950 r15 0x00000000000af750
	rip 0x000000006fbba06d


C Callstack:

[0x000000007005862E]         0x70058558 <->         0x70058630: Closed PIC N:                0x6 selector:         0x716f7558 isGlobalVariable
[0x0000000000000003] not a method[0x0000000000000004] not a method[0x0000000000757760] not a method[0x000000006FB5E134] getVMGMTOffset
[0x000000006FB6E1FA] sendInvokeCallbackContext
[0x0000000061B06990] ffiTestLongLong10a2
[0x00007FF4FDE800BD] not a method[0x0000000000757760] not a method[0x0000000070BEF300] not a method

All Smalltalk process stacks (active first):






Process         0x7530bc20 priority 40
          0x75c2d8 M Context(Object)>copy 0x70323728: a(n) Context
          0x75c310 M Context>copyTo: 0x70323728: a(n) Context
          0x75c358 M Context>copyTo: 0x70323648: a(n) Context
          0x75c3a0 M Context>copyTo: 0x70300848: a(n) Context
          0x75c3e8 M Context>copyTo: 0x702d8cb0: a(n) Context
          0x75c430 M Context>copyTo: 0x702af5f8: a(n) Context
          0x75c478 M Context>copyTo: 0x70286f38: a(n) Context
          0x75c4c0 M Context>copyTo: 0x702af540: a(n) Context
          0x75c508 M Context>copyTo: 0x70286e80: a(n) Context
          0x75c550 M Context>copyTo: 0x7025d3d0: a(n) Context
          0x75c598 M Context>copyTo: 0x7022fcc8: a(n) Context
          0x75c5e0 M Context>copyTo: 0x70202a68: a(n) Context
          0x75c628 M Context>copyTo: 0x702af488: a(n) Context
          0x75c670 M Context>copyTo: 0x70286dc8: a(n) Context
          0x75c6b8 M Context>copyTo: 0x7025d318: a(n) Context
          0x75c700 M Context>copyTo: 0x7022fbd8: a(n) Context
          0x75c748 M Context>copyTo: 0x70202978: a(n) Context
          0x75c790 M Context>copyTo: 0x701edad8: a(n) Context
          0x75c7d8 M Context>copyTo: 0x701c2a40: a(n) Context
          0x75c820 M Context>copyTo: 0x701c2988: a(n) Context
          0x75c868 M Context>copyTo: 0x711c7218: a(n) Context
          0x75c8b0 M Context>copyTo: 0x711c7160: a(n) Context
          0x75c8f8 M Context>copyTo: 0x701c2888: a(n) Context
          0x75c940 M Context>copyTo: 0x711c70a8: a(n) Context
          0x75c988 M Context>copyTo: 0x711c6ff0: a(n) Context
          0x75b238 M Context>copyTo: 0x711c6f38: a(n) Context
          0x75b280 M Context>copyTo: 0x711c6e80: a(n) Context
          0x75b2c8 M Context>copyTo: 0x701c2798: a(n) Context
          0x75b310 M Context>copyTo: 0x711c6dc8: a(n) Context
          0x75b358 M Context>copyTo: 0x701c2680: a(n) Context
          0x75b3a0 M Context>copyTo: 0x711c6d10: a(n) Context
          0x75b3e8 M Context>copyTo: 0x711c6c58: a(n) Context
          0x75b430 M Context>copyTo: 0x711c6ba0: a(n) Context
          0x75b478 M Context>copyTo: 0x711c6ae8: a(n) Context
          0x75b4c0 M Context>copyTo: 0x701c24e8: a(n) Context
          0x75b508 M Context>copyTo: 0x711c6a30: a(n) Context
          0x75b550 M Context>copyTo: 0x711c6978: a(n) Context
          0x75b598 M Context>copyTo: 0x701c23d8: a(n) Context
          0x75b5e0 M Context>copyTo: 0x711c68c0: a(n) Context
          0x75b628 M Context>copyTo: 0x701c22c8: a(n) Context
          0x75b670 M Context>copyTo: 0x711c6808: a(n) Context
          0x75b6b8 M Context>copyTo: 0x711c6750: a(n) Context
          0x75b700 M Context>copyTo: 0x701c21b8: a(n) Context
          0x75b748 M Context>copyTo: 0x711c6698: a(n) Context
          0x75b790 M Context>copyTo: 0x711c65e0: a(n) Context
          0x75b7d8 M Context>copyTo: 0x711c6528: a(n) Context
          0x75b820 M Context>copyTo: 0x701c20b0: a(n) Context
          0x75b868 M Context>copyTo: 0x711c6470: a(n) Context
          0x75b8b0 M Context>copyTo: 0x701c1ff8: a(n) Context
          0x75b8f8 M Context>copyTo: 0x711c63b8: a(n) Context
          0x75b940 M Context>copyTo: 0x711c6300: a(n) Context
          0x75b988 M Context>copyTo: 0x701c1e78: a(n) Context
          0x75e218 M Context>copyTo: 0x701c1dc0: a(n) Context
          0x75e260 M Context>copyTo: 0x712654f0: a(n) Context
          0x75e2a8 M Context>copyTo: 0x7119e750: a(n) Context
          0x75e2f0 M Context>copyTo: 0x712652c8: a(n) Context
          0x75e338 M Context>copyTo: 0x71264718: a(n) Context
          0x75e380 M Context>copyTo: 0x71264d28: a(n) Context
          0x75e3c8 M Context>copyTo: 0x71264848: a(n) Context
          0x75e420 I Context>copyTo: 0x71264c70: a(n) Context
          0x75e468 I Context>copyStack 0x71264c70: a(n) Context
          0x75e4b8 I ReExceptionProperty class>for:with: 0x7243d630: a(n) ReExceptionProperty class
          0x75e510 I ReLogExceptionStrategy class>handle:about:forProppertiesDo: 0x7243ea80: a(n) ReLogExceptionStrategy class
          0x75e568 M [] in ReCriticEngine>critiquesOf: 0x7018bd10: a(n) ReCriticEngine
          0x75e5a0 M FullBlockClosure(BlockClosure)>cull: 0x71264810: a(n) FullBlockClosure
          0x75e5f0 I Context>evaluateSignal: 0x71264d28: a(n) Context
          0x75e638 I Context>handleSignal: 0x71264d28: a(n) Context
          0x75e680 I MyTestError(Exception)>signal 0x71264930: a(n) MyTestError
          0x75e6c0 I MyTestError(Exception)>signal: 0x71264930: a(n) MyTestError
          0x75e708 I MyTestError class(Exception class)>signal: 0x723abca8: a(n) MyTestError class
          0x75e750 I ReBrokenRuleForTesting>check:forCritiquesDo: 0x70201ea0: a(n) ReBrokenRuleForTesting
          0x75e7a8 M [] in ReCriticEngine>critiquesOf: 0x7018bd10: a(n) ReCriticEngine
          0x75e7d8 M FullBlockClosure(BlockClosure)>on:do: 0x712647d0: a(n) FullBlockClosure
          0x75e828 M [] in ReCriticEngine>critiquesOf: 0x7018bd10: a(n) ReCriticEngine
          0x75e888 I OrderedCollection(SequenceableCollection)>reject:thenDo: 0x7119e4a0: a(n) OrderedCollection
          0x75e8f8 I ReCriticEngine>critiquesOf: 0x7018bd10: a(n) ReCriticEngine
          0x75e940 I ReCriticEngine class>critiquesOf: 0x7243e8a0: a(n) ReCriticEngine class
          0x75e990 I CompiledMethod>critiques 0x73d02be8: a(n) CompiledMethod
        0x701c1e78 s [] in ReSmokeExceptionStrategyTest>testLog
        0x711c6300 s [] in ReSmokeExceptionStrategyTest(TestAsserter)>executeShould:inScopeOf:
        0x711c63b8 s FullBlockClosure(BlockClosure)>on:do:
        0x701c1ff8 s ReSmokeExceptionStrategyTest(TestAsserter)>executeShould:inScopeOf:
        0x711c6470 s ReSmokeExceptionStrategyTest(TestAsserter)>shouldnt:raise:
        0x701c20b0 s ReSmokeExceptionStrategyTest>testLog
        0x711c6528 s ReSmokeExceptionStrategyTest(TestCase)>performTest
        0x711c65e0 s [] in ReSmokeExceptionStrategyTest(TestCase)>runCase
        0x711c6698 s FullBlockClosure(BlockClosure)>ensure:
        0x701c21b8 s ReSmokeExceptionStrategyTest(TestCase)>runCase
        0x711c6750 s [] in TestExecutionEnvironment>runTestCaseUnderWatchdog:
        0x711c6808 s FullBlockClosure(BlockClosure)>ensure:
        0x701c22c8 s [] in TestExecutionEnvironment>runTestCaseUnderWatchdog:
        0x711c68c0 s FullBlockClosure(BlockClosure)>on:do:
        0x701c23d8 s TestExecutionEnvironment>runTestCaseUnderWatchdog:
        0x711c6978 s [] in TestExecutionEnvironment>runTestCase:
        0x711c6a30 s FullBlockClosure(BlockClosure)>ensure:
        0x701c24e8 s TestExecutionEnvironment>runTestCase:
        0x711c6ae8 s CurrentExecutionEnvironment class>runTestCase:
        0x711c6ba0 s ReSmokeExceptionStrategyTest(TestCase)>runCaseManaged
        0x711c6c58 s [] in HDTestReport>runCase:
        0x711c6d10 s FullBlockClosure(BlockClosure)>on:do:
        0x701c2680 s [] in HDTestReport>runCase:
        0x711c6dc8 s FullBlockClosure(BlockClosure)>on:do:
        0x701c2798 s [] in HDTestReport>runCase:
        0x711c6e80 s Time class>microsecondsToRun:
        0x711c6f38 s Time class>millisecondsToRun:
        0x711c6ff0 s FullBlockClosure(BlockClosure)>timeToRun
        0x711c70a8 s HDTestReport>beginTestCase:runBlock:
        0x701c2888 s HDTestReport>runCase:
        0x711c7160 s ReSmokeExceptionStrategyTest(TestCase)>run:
        0x711c7218 s [] in HDTestReport>runAll
        0x701c2988 s OrderedCollection>do:
        0x701c2a40 s [] in HDTestReport>runAll
        0x701edad8 s [] in CurrentExecutionEnvironment class>activate:for:
        0x70202978 s FullBlockClosure(BlockClosure)>ensure:
        0x7022fbd8 s CurrentExecutionEnvironment class>activate:for:
        0x7025d318 s TestExecutionEnvironment(ExecutionEnvironment)>beActiveDuring:
        0x70286dc8 s DefaultExecutionEnvironment>runTestsBy:
        0x702af488 s CurrentExecutionEnvironment class>runTestsBy:
        0x70202a68 s HDTestReport>runAll
        0x7022fcc8 s [] in HDTestReport>run
        0x7025d3d0 s Time class>microsecondsToRun:
        0x70286e80 s Time class>millisecondsToRun:
        0x702af540 s FullBlockClosure(BlockClosure)>timeToRun
        0x70286f38 s [] in HDTestReport>run
        0x702af5f8 s FullBlockClosure(BlockClosure)>ensure:
        0x702d8cb0 s [] in HDTestReport>run
        0x70300848 s FullBlockClosure(BlockClosure)>ensure:
        0x70323648 s Author>ifUnknownAuthorUse:during:
        0x70323728 s HDTestReport>run
        0x70341a00 s HDTestReport class>runSuite:
        0x70350b90 s HDTestReport class>runClasses:named:
        0x7035cdc0 s HDTestReport class>runPackage:
        0x70365b88 s [] in HDTestReport class(HDReport class)>runPackages:
        0x70369438 s [] in Set>collect:
        0x753412d8 s Array(SequenceableCollection)>do:
        0x753414b0 s Set>collect:
        0x753413f8 s HDTestReport class(HDReport class)>runPackages:
        0x75345a18 s TestCommandLineHandler>runPackages
        0x75345b20 s TestCommandLineHandler>activate
        0x75345c88 s TestCommandLineHandler class(CommandLineHandler class)>activateWith:
        0x753480d8 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activateSubCommand:
        0x75348350 s FullBlockClosure(BlockClosure)>on:do:
        0x75348628 s PharoCommandLineHandler(BasicCommandLineHandler)>activateSubCommand:
        0x75348a00 s PharoCommandLineHandler(BasicCommandLineHandler)>handleSubcommand
        0x75348d98 s PharoCommandLineHandler(BasicCommandLineHandler)>handleArgument:
        0x75349010 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activate
        0x753492c0 s FullBlockClosure(BlockClosure)>on:do:
        0x753495b0 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activate
        0x753497b0 s [] in FullBlockClosure(BlockClosure)>newProcess

processes at priority 10
Process         0x75309d88 priority 10
        0x76024688 s ProcessorScheduler class>idleProcess
        0x76033f28 s [] in ProcessorScheduler class>startUp
        0x7530c7a0 s [] in FullBlockClosure(BlockClosure)>newProcess

suspended processes
Process         0x7530bcd0 priority 50
        0x7530c5d0 s WeakArray class>finalizationProcess
        0x7530c688 s [] in WeakArray class>restartFinalizationProcess
        0x7530dbc8 s [] in FullBlockClosure(BlockClosure)>newProcess

Process         0x743d2078 priority 80
          0x75d948 M DelayMicrosecondTicker>waitForUserSignalled:orExpired: 0x719c2708: a(n) DelayMicrosecondTicker
          0x75d990 M [] in DelaySemaphoreScheduler>runBackendLoopAtTimingPriority 0x719c0f88: a(n) DelaySemaphoreScheduler
        0x75309bf8 s FullBlockClosure(BlockClosure)>ensure:
        0x743d0890 s DelaySemaphoreScheduler(DelayBasicScheduler)>runBackendLoopAtTimingPriority
        0x75309a48 s [] in DelaySemaphoreScheduler(DelayBasicScheduler)>startTimerEventLoopPriority:
        0x743d0970 s [] in FullBlockClosure(BlockClosure)>newProcess

Process         0x71b7ba00 priority 60
        0x71b8fa68 s InputEventFetcher>waitForInput
        0x71b9eea0 s InputEventFetcher>eventLoop
        0x71ba8380 s [] in InputEventFetcher>installEventLoop
        0x71bae588 s [] in BlockClosure>newProcess

Process         0x701ec8f8 priority 79
        0x701c0e68 s [] in DelayWaitTimeout>wait
        0x707616e0 s FullBlockClosure(BlockClosure)>ensure:
        0x701c0f70 s DelayWaitTimeout>wait
        0x70761798 s Semaphore>wait:
        0x701c1078 s [] in TestExecutionEnvironment>watchDogLoop
        0x701c1160 s FullBlockClosure(BlockClosure)>repeat
        0x701c1218 s TestExecutionEnvironment>watchDogLoop
        0x701eca78 s [] in TestExecutionEnvironment>startWatchDog
        0x70201830 s [] in FullBlockClosure(BlockClosure)>newProcess

Process         0x70188400 priority 40
        0x701ebc70 s [] in Delay>wait
        0x70200aa0 s FullBlockClosure(BlockClosure)>ifCurtailed:
        0x7021e878 s Delay>wait
        0x7025c5a0 s Duration>wait
        0x702848c8 s [] in OmDeferrer>runMessageProcess
        0x702a81f8 s [] in FullBlockClosure(BlockClosure)>newProcess

Process         0x72031c08 priority 40
          0x75a780 M [] in Delay>wait 0x711a5b08: a(n) Delay
          0x75a7c0 M FullBlockClosure(BlockClosure)>ifCurtailed: 0x711a5f98: a(n) FullBlockClosure
          0x75a7f8 M Delay>wait 0x711a5b08: a(n) Delay
          0x75a848 M WorldState class>doInterCycleWait 0x71b64c60: a(n) WorldState class
          0x75a878 M [] in WorldState class>doDrawCycleWith: 0x71b64c60: a(n) WorldState class
          0x75a8b8 M FullBlockClosure(BlockClosure)>ensure: 0x711a2830: a(n) FullBlockClosure
          0x75a8f0 M WorldState class>doDrawCycleWith: 0x71b64c60: a(n) WorldState class
          0x75a928 M WorldMorph class>doOneCycle 0x71b643d0: a(n) WorldMorph class
          0x75a958 M MorphicRenderLoop>doOneCycle 0x72031df0: a(n) MorphicRenderLoop
          0x75a988 M MorphicRenderLoop>doOneCycleWhile: 0x72031df0: a(n) MorphicRenderLoop
        0x72023620 s [] in MorphicUIManager>spawnNewProcess
        0x720236f8 s [] in BlockClosure>newProcess
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch windows
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE