Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/moarvm.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-b69c1677ba021bf9645a2e3407ddfb43b66fdd6a/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/moarvm.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/moarvm-0.2017.07-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/moarvm.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-b69c1677ba021bf9645a2e3407ddfb43b66fdd6a/root'shell=Falseuid=996env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/moarvm.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.XnPpzb + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf MoarVM-2017.07 + /usr/bin/gzip -dc /builddir/build/SOURCES/MoarVM-2017.07.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd MoarVM-2017.07 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.HX48kr + umask 022 + cd /builddir/build/BUILD + cd MoarVM-2017.07 + sed -i -e '/^$config{cflags}/ s#.*#$config{cflags} = "-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC";#' Configure.pl + sed -i -e '/^$config{ldflags}/ s#.*#$config{ldflags} = "-Wl,-z,relro ";#' Configure.pl + rm -r 3rdparty/msinttypes 3rdparty/libuv + /usr/bin/perl Configure.pl --prefix=/usr --libdir=/usr/lib --has-libuv Welcome to MoarVM! Configuring native build environment ................... Testing pkgconfig ... 0.27.1 Adding extra include for libuv: OK trying to compile a simple C program ............... YES probing whether your compiler thinks that it is gcc YES probing how your compiler does static inline ....... static __inline__ your CPU can read unaligned values for only int32 probing the size of pointers ....................... 4 JIT isn't supported on platforms with 4 byte pointers. probing C type support for: _Bool, bool ............ YES: _Bool,bool probing computed goto support ...................... YES probing pthread_yield support ...................... NO probing support of rdtscp intrinsic ................ NO make: make compile: gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC includes: -I3rdparty/libatomic_ops/src -I3rdparty/libtommath -I3rdparty/dynasm -I3rdparty/dyncall/dynload -I3rdparty/dyncall/dyncall -I3rdparty/dyncall/dyncallback link: gcc -Wl,-z,relro libs: -luv -lm -lpthread -lrt -ldl byte order: little endian Configuring 3rdparty libs .............................. OK 3rdparty: 3rdparty/dyncall/dyncall/libdyncall_s.a 3rdparty/dyncall/dyncallback/libdyncallback_s.a 3rdparty/dyncall/dynload/libdynload_s.a 3rdparty/libatomic_ops/src/libatomic_ops.a 3rdparty/libtommath/libtommath.a 3rdparty/sha1/libsha1.a 3rdparty/tinymt/libtinymt.a Generating src/gen/config.c ............................ OK Generating src/gen/config.h ............................ OK Generating Makefile .................................... OK Generating tools/check.mk .............................. OK Generating build/mk-moar-pc.pl ......................... OK Configuration SUCCESS. Type 'make' to build and 'make help' to see a list of available make targets. + make -j4 compiling src/main.o compiling src/core/callsite.o compiling src/core/args.o compiling src/core/exceptions.o In file included from src/moar.h:99:0, from src/core/callsite.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': In file included from src/moar.h:99:0, from src/main.c:4: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/core/args.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/core/exceptions.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/core/exceptions.c: In function 'handler_can_handle': src/core/exceptions.c:79:57: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] MVMuint64 block_label = block_has_label ? (MVMuint64)(f->work[fh->label_reg].o) : 0; ^ src/core/exceptions.c:80:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] MVMuint64 thrown_label = payload ? (MVMuint64)payload : 0; ^ src/main.c: In function 'main': src/main.c:249:36: warning: 'interval_id' may be used uninitialized in this function [-Wmaybe-uninitialized] MVM_telemetry_interval_stop(0, interval_id, "moarvm teardown"); ^ compiling src/core/interp.o compiling src/core/threadcontext.o In file included from src/moar.h:99:0, from src/core/interp.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/core/threadcontext.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/core/compunit.o src/core/interp.c: In function 'MVM_interp_run': src/core/interp.c:1879:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] GET_REG(cur_op, 0).i64 = (MVMint64)GET_REG(cur_op, 2).o; ^ In file included from src/moar.h:99:0, from src/core/compunit.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/core/interp.c:5627:39: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] char *cache = (char *)MVM_BC_get_I64(cur_op, 12); ^ src/core/interp.c:95:5: warning: label 'runloop' defined but not used [-Wunused-label] runloop: { ^ compiling src/core/bytecode.o compiling src/core/frame.o In file included from src/moar.h:99:0, from src/core/bytecode.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/core/frame.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/core/callstack.o In file included from src/moar.h:99:0, from src/core/callstack.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/core/validation.o In file included from src/moar.h:99:0, from src/core/validation.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/core/validation.c: At top level: src/core/validation.c:116:13: warning: 'ensure_no_remaining_args' defined but not used [-Wunused-function] static void ensure_no_remaining_args(Validator *val) { ^ compiling src/core/bytecodedump.o compiling src/core/threads.o In file included from src/moar.h:99:0, from src/core/bytecodedump.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/core/bytecodedump.c: In function 'bytecode_dump_frame_internal': src/core/bytecodedump.c:71:21: warning: unused variable 'k' [-Wunused-variable] MVMuint32 i, j, k; ^ In file included from src/moar.h:99:0, from src/core/threads.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/core/ops.o In file included from src/moar.h:99:0, from src/core/ops.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/core/hll.o In file included from src/moar.h:99:0, from src/core/hll.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/core/loadbytecode.o compiling src/math/num.o In file included from src/moar.h:99:0, from src/core/loadbytecode.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/math/num.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/core/coerce.o compiling src/core/dll.o In file included from src/moar.h:99:0, from src/core/coerce.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/core/dll.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/core/ext.o In file included from src/moar.h:99:0, from src/core/ext.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/core/nativecall.o compiling src/core/nativecall_dyncall.o In file included from src/moar.h:99:0, from src/core/nativecall.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/core/nativecall_dyncall.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/core/nativecall_dyncall.c: In function 'MVM_nativecall_invoke': src/core/nativecall_dyncall.c:786:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (MVMint64)*(DCpointer *)free_rws[num_rws]); ^ compiling src/core/continuation.o In file included from src/moar.h:99:0, from src/core/continuation.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/core/intcache.o compiling src/core/fixedsizealloc.o In file included from src/moar.h:99:0, from src/core/intcache.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/core/fixedsizealloc.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/core/fixedsizealloc.c: In function 'add_to_bin_freelist': src/core/fixedsizealloc.c:245:41: warning: unused variable 'orig' [-Wunused-variable] MVMFixedSizeAllocFreeListEntry *orig; ^ compiling src/core/regionalloc.o In file included from src/moar.h:99:0, from src/core/regionalloc.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/gen/config.o compiling src/gc/orchestrate.o compiling src/gc/allocation.o In file included from src/moar.h:99:0, from src/gen/config.c:9: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/gc/orchestrate.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/gc/allocation.c:6: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/gc/worklist.o compiling src/gc/roots.o In file included from src/moar.h:99:0, from src/gc/worklist.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/gc/collect.o In file included from src/moar.h:99:0, from src/gc/roots.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/gc/collect.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/gc/gen2.o In file included from src/moar.h:99:0, from src/gc/gen2.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/gc/wb.o In file included from src/moar.h:99:0, from src/gc/wb.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/gc/objectid.o compiling src/gc/finalize.o In file included from src/moar.h:99:0, from src/gc/objectid.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/gc/finalize.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/gc/objectid.c: In function 'MVM_gc_object_id': src/gc/objectid.c:11:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] id = (MVMuint64)obj; ^ src/gc/objectid.c:33:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] id = (MVMuint64)entry->gen2_addr; ^ src/gc/finalize.c: In function 'MVM_gc_finalize_add_to_queue': src/gc/finalize.c:16:32: warning: left-hand operand of comma expression has no effect [-Wunused-value] MVM_ASSERT_NOT_FROMSPACE(tc, obj); ^ src/gc/finalize.c:16:29: warning: statement with no effect [-Wunused-value] MVM_ASSERT_NOT_FROMSPACE(tc, obj); ^ compiling src/gc/debug.o compiling src/io/io.o In file included from src/moar.h:99:0, from src/gc/debug.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/io/eventloop.o In file included from src/moar.h:99:0, from src/io/io.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/io/eventloop.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/io/syncfile.o compiling src/io/syncsocket.o In file included from src/moar.h:99:0, from src/io/syncsocket.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/io/syncfile.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/io/syncsocket.c: In function 'socket_getport': src/io/syncsocket.c:347:47: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] error = getsockname(data->handle, (struct sockaddr *) &name, &len); ^ In file included from /usr/include/uv-unix.h:30:0, from /usr/include/uv.h:62, from src/moar.h:24, from src/io/syncsocket.c:1: /usr/include/sys/socket.h:128:12: note: expected 'socklen_t * __restrict__' but argument is of type 'int *' extern int getsockname (int __fd, __SOCKADDR_ARG __addr, ^ src/io/syncsocket.c: In function 'socket_accept': src/io/syncsocket.c:416:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ compiling src/io/fileops.o compiling src/io/dirops.o compiling src/io/procops.o In file included from src/moar.h:99:0, from src/io/fileops.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/io/dirops.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/io/procops.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/io/timers.o compiling src/io/filewatchers.o In file included from src/moar.h:99:0, from src/io/timers.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/io/procops.c: In function 'write_setup': src/io/procops.c:268:64: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized] MVMString *msg_str = MVM_string_ascii_decode_nt(tc, ^ In file included from src/moar.h:99:0, from src/io/filewatchers.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/io/signals.o In file included from src/moar.h:99:0, from src/io/signals.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/io/asyncsocket.o In file included from src/moar.h:99:0, from src/io/asyncsocket.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/io/asyncsocketudp.o src/io/asyncsocket.c: In function 'close_socket': src/io/asyncsocket.c:434:27: warning: unused variable 'data' [-Wunused-variable] MVMIOAsyncSocketData *data = (MVMIOAsyncSocketData *)h->body.data; ^ compiling src/6model/reprs.o compiling src/6model/reprconv.o In file included from src/moar.h:99:0, from src/io/asyncsocketudp.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/6model/reprs.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/6model/reprconv.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/containers.o compiling src/6model/parametric.o compiling src/6model/reprs/MVMString.o In file included from src/moar.h:99:0, from src/6model/containers.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/6model/parametric.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/6model/reprs/MVMString.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/VMArray.o compiling src/6model/reprs/MVMHash.o compiling src/6model/reprs/MVMCFunction.o In file included from src/moar.h:99:0, from src/6model/reprs/VMArray.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/6model/reprs/MVMHash.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/6model/reprs/MVMCFunction.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/KnowHOWREPR.o compiling src/6model/reprs/KnowHOWAttributeREPR.o In file included from src/moar.h:99:0, from src/6model/reprs/KnowHOWREPR.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/6model/reprs/KnowHOWAttributeREPR.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/P6str.o compiling src/6model/reprs/P6opaque.o In file included from src/moar.h:99:0, from src/6model/reprs/P6str.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/6model/reprs/P6opaque.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/MVMCode.o compiling src/6model/reprs/MVMOSHandle.o compiling src/6model/reprs/MVMCompUnit.o In file included from src/moar.h:99:0, from src/6model/reprs/MVMCode.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/6model/reprs/MVMOSHandle.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/6model/reprs/MVMCompUnit.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/MVMStaticFrame.o compiling src/6model/reprs/P6int.o In file included from src/moar.h:99:0, from src/6model/reprs/MVMStaticFrame.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/P6num.o In file included from src/moar.h:99:0, from src/6model/reprs/P6int.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/6model/reprs/P6num.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/Uninstantiable.o compiling src/6model/reprs/HashAttrStore.o In file included from src/moar.h:99:0, from src/6model/reprs/Uninstantiable.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/6model/reprs/HashAttrStore.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/MVMThread.o In file included from src/moar.h:99:0, from src/6model/reprs/MVMThread.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/MVMIter.o compiling src/6model/reprs/MVMContext.o compiling src/6model/reprs/SCRef.o In file included from src/moar.h:99:0, from src/6model/reprs/MVMIter.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/6model/reprs/MVMContext.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/6model/reprs/SCRef.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/Lexotic.o compiling src/6model/reprs/MVMCallCapture.o In file included from src/moar.h:99:0, from src/6model/reprs/Lexotic.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/P6bigint.o In file included from src/moar.h:99:0, from src/6model/reprs/MVMCallCapture.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/NFA.o compiling src/6model/reprs/MVMException.o In file included from src/moar.h:99:0, from src/6model/reprs/P6bigint.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/6model/reprs/NFA.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/MVMDLLSym.o In file included from src/moar.h:99:0, from src/6model/reprs/MVMException.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/MVMMultiCache.o In file included from src/moar.h:99:0, from src/6model/reprs/MVMDLLSym.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/MVMContinuation.o In file included from src/moar.h:99:0, from src/6model/reprs/MVMMultiCache.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/NativeCall.o In file included from src/moar.h:99:0, from src/6model/reprs/MVMContinuation.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/6model/reprs/NativeCall.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/CPointer.o compiling src/6model/reprs/CStr.o In file included from src/moar.h:99:0, from src/6model/reprs/CPointer.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/CArray.o In file included from src/moar.h:99:0, from src/6model/reprs/CStr.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/CStruct.o In file included from src/moar.h:99:0, from src/6model/reprs/CArray.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/CUnion.o In file included from src/moar.h:99:0, from src/6model/reprs/CStruct.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/ReentrantMutex.o In file included from src/moar.h:99:0, from src/6model/reprs/CUnion.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/6model/reprs/CUnion.c: In function 'copy_to': src/6model/reprs/CUnion.c:356:20: warning: unused variable 'dest_body' [-Wunused-variable] MVMCUnionBody *dest_body = (MVMCUnionBody *)dest; ^ src/6model/reprs/CUnion.c:355:20: warning: unused variable 'src_body' [-Wunused-variable] MVMCUnionBody *src_body = (MVMCUnionBody *)src; ^ src/6model/reprs/CUnion.c:354:25: warning: unused variable 'repr_data' [-Wunused-variable] MVMCUnionREPRData * repr_data = (MVMCUnionREPRData *) st->REPR_data; ^ src/6model/reprs/CUnion.c: At top level: src/6model/reprs/CUnion.c:251:17: warning: 'get_int_at_offset' defined but not used [-Wunused-function] static MVMint32 get_int_at_offset(void *data, MVMint32 offset) { ^ src/6model/reprs/CUnion.c:257:13: warning: 'set_int_at_offset' defined but not used [-Wunused-function] static void set_int_at_offset(void *data, MVMint32 offset, MVMint32 value) { ^ src/6model/reprs/CUnion.c:263:17: warning: 'get_num_at_offset' defined but not used [-Wunused-function] static MVMnum32 get_num_at_offset(void *data, MVMint32 offset) { ^ src/6model/reprs/CUnion.c:269:13: warning: 'set_num_at_offset' defined but not used [-Wunused-function] static void set_num_at_offset(void *data, MVMint32 offset, MVMnum32 value) { ^ In file included from src/moar.h:99:0, from src/6model/reprs/ReentrantMutex.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/6model/reprs/ReentrantMutex.c: In function 'MVM_reentrantmutex_lock': src/6model/reprs/ReentrantMutex.c:120:18: warning: unused variable 'interval_id' [-Wunused-variable] unsigned int interval_id; ^ compiling src/6model/reprs/ConditionVariable.o compiling src/6model/reprs/Semaphore.o In file included from src/moar.h:99:0, from src/6model/reprs/ConditionVariable.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/6model/reprs/Semaphore.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/ConcBlockingQueue.o compiling src/6model/reprs/MVMAsyncTask.o compiling src/6model/reprs/MVMNull.o compiling src/6model/reprs/CPPStruct.o In file included from src/moar.h:99:0, from src/6model/reprs/ConcBlockingQueue.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/6model/reprs/MVMAsyncTask.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/6model/reprs/MVMNull.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/6model/reprs/CPPStruct.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/reprs/NativeRef.o compiling src/6model/reprs/MultiDimArray.o compiling src/6model/reprs/Decoder.o In file included from src/moar.h:99:0, from src/6model/reprs/MultiDimArray.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/6model/reprs/NativeRef.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/6model/reprs/Decoder.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/6model.o compiling src/6model/bootstrap.o In file included from src/moar.h:99:0, from src/6model/6model.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/sc.o In file included from src/moar.h:99:0, from src/6model/bootstrap.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/6model/serialization.o src/6model/bootstrap.c: In function 'attributes': src/6model/bootstrap.c:226:23: warning: variable 'type_obj' set but not used [-Wunused-but-set-variable] MVMObject *self, *type_obj, *member; \ ^ src/6model/bootstrap.c:240:1: note: in expansion of macro 'introspect_member' introspect_member(attributes, MVM_args_set_result_obj, attributes) ^ src/6model/bootstrap.c: In function 'methods': src/6model/bootstrap.c:226:23: warning: variable 'type_obj' set but not used [-Wunused-but-set-variable] MVMObject *self, *type_obj, *member; \ ^ src/6model/bootstrap.c:243:1: note: in expansion of macro 'introspect_member' introspect_member(methods, MVM_args_set_result_obj, methods) ^ src/6model/bootstrap.c: In function 'name': src/6model/bootstrap.c:226:23: warning: variable 'type_obj' set but not used [-Wunused-but-set-variable] MVMObject *self, *type_obj, *member; \ ^ src/6model/bootstrap.c:246:1: note: in expansion of macro 'introspect_member' introspect_member(name, MVM_args_set_result_str, (MVMString *)name) ^ In file included from src/moar.h:99:0, from src/6model/sc.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/6model/serialization.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/6model/serialization.c: In function 'get_serialized_context_idx': src/6model/serialization.c:596:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ compiling src/mast/compiler.o In file included from src/moar.h:99:0, from src/mast/compiler.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/mast/driver.o In file included from src/moar.h:99:0, from src/mast/driver.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/spesh/dump.o In file included from src/moar.h:99:0, from src/spesh/dump.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/spesh/dump.c: In function 'dump_facts': src/spesh/dump.c:340:78: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (flags || g->facts[i][j].dead_writer || g->facts[i][j].writer && g->facts[i][j].writer->info->opcode == MVM_SSA_PHI) { ^ compiling src/spesh/graph.o In file included from src/moar.h:99:0, from src/spesh/graph.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/spesh/dump.c: In function 'MVM_spesh_dump': src/spesh/dump.c:138:28: warning: 'line_number' may be used uninitialized in this function [-Wmaybe-uninitialized] appendf(ds, " [Annotation: INS Deopt OSR (idx %d -> pc %d); line %d]\n", ^ src/spesh/dump.c:87:19: note: 'line_number' was declared here MVMuint32 line_number; ^ src/spesh/graph.c: In function 'build_cfg': src/spesh/graph.c:109:18: warning: unused variable 'lineno_ann_offs' [-Wunused-variable] MVMuint32 lineno_ann_offs = 0; ^ In file included from src/moar.h:162:0, from src/mast/compiler.c:1: src/mast/compiler.c: In function 'MVM_mast_compile': src/strings/iter.h:136:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->repetitions = next->repetitions; ^ src/mast/compiler.c:1339:25: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ compiling src/spesh/codegen.o In file included from src/moar.h:99:0, from src/spesh/codegen.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/spesh/candidate.o In file included from src/moar.h:99:0, from src/spesh/candidate.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/spesh/manipulate.o compiling src/spesh/args.o compiling src/spesh/facts.o In file included from src/moar.h:99:0, from src/spesh/manipulate.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/spesh/args.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/spesh/facts.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/spesh/optimize.o compiling src/spesh/deopt.o In file included from src/moar.h:99:0, from src/spesh/optimize.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/spesh/optimize.c: In function 'optimize_coverage_log': src/spesh/optimize.c:1230:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] char *cache = (char *)ins->operands[3].lit_i64; ^ In file included from src/moar.h:99:0, from src/spesh/deopt.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/spesh/deopt.c: In function 'uninline': src/spesh/deopt.c:68:33: warning: 'last_return_deopt_idx' may be used uninitialized in this function [-Wmaybe-uninitialized] cand->deopts[2 * last_return_deopt_idx]; ^ src/spesh/deopt.c:72:20: warning: 'last_res_type' may be used uninitialized in this function [-Wmaybe-uninitialized] if (last_res_type == MVM_RETURN_VOID) ^ src/spesh/deopt.c:75:49: warning: 'last_res_reg' may be used uninitialized in this function [-Wmaybe-uninitialized] uf->return_value = uf->work + last_res_reg; ^ compiling src/spesh/log.o compiling src/spesh/threshold.o compiling src/spesh/inline.o In file included from src/moar.h:99:0, from src/spesh/log.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/spesh/threshold.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/spesh/inline.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/spesh/osr.o compiling src/spesh/lookup.o In file included from src/moar.h:99:0, from src/spesh/osr.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/spesh/lookup.c:9: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/jit/graph.o compiling src/jit/compile.o In file included from src/moar.h:99:0, from src/jit/graph.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/jit/compile.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/jit/graph.c: In function 'jgb_consume_reprop': src/jit/graph.c:858:17: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:858:17: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:900:17: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:900:17: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:923:17: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:923:17: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:962:21: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:962:21: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1007:21: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1007:21: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1054:21: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1054:21: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1089:17: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1089:17: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1116:17: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1116:17: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1146:17: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1146:17: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1166:17: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1166:17: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1183:17: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1183:17: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1210:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1210:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1220:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1220:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1232:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1232:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1241:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1241:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1250:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1250:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1259:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1259:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1269:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1269:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1280:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1280:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1294:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1294:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1305:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1305:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1318:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1318:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1335:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1335:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1355:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1355:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1376:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1376:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1390:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1390:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1410:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1410:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1433:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1433:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1448:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1448:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1458:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1458:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/compile.c: In function 'MVM_jit_enter_code': src/jit/graph.c:1199:1: warning: label 'skipdevirt' defined but not used [-Wunused-label] skipdevirt: ^ src/jit/compile.c:138:18: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' [-Wformat=] tc->cur_frame->sequence_nr, code->seq_nr); ^ src/jit/compile.c:138:18: warning: format '%li' expects argument of type 'long int', but argument 6 has type 'int' [-Wformat=] src/jit/graph.c: In function 'jgb_consume_ins': src/jit/graph.c:1918:59: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] { MVM_JIT_LITERAL_PTR, { (MVMint64)hll_config } }, ^ src/jit/graph.c:2435:59: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] { MVM_JIT_LITERAL_PTR, { (MVMint64)"decoderaddbytes" } } }; ^ src/jit/graph.c:2450:59: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] { MVM_JIT_LITERAL_PTR, { (MVMint64)"decodertakeline" } } }; ^ src/jit/graph.c:2581:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:2581:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:2590:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:2590:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:2599:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:2599:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] compiling src/jit/log.o compiling src/strings/decode_stream.o In file included from src/moar.h:99:0, from src/jit/log.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/strings/ascii.o In file included from src/moar.h:99:0, from src/strings/decode_stream.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/strings/parse_num.o In file included from src/moar.h:99:0, from src/strings/ascii.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/strings/ascii.c: In function 'MVM_string_ascii_decodestream': src/strings/ascii.c:69:27: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] MVMuint8 *bytes = cur_bytes->bytes; ^ In file included from src/moar.h:99:0, from src/strings/parse_num.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:162:0, from src/strings/ascii.c:1: src/strings/ascii.c: In function 'MVM_string_ascii_encode_substr': src/strings/iter.h:133:39: warning: 'ci.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/ascii.c:166:26: note: 'ci.next_strand' was declared here MVMCodepointIter ci; ^ src/strings/parse_num.c: In function 'parse_simple_number': src/strings/parse_num.c:265:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ compiling src/strings/utf8.o In file included from src/moar.h:162:0, from src/strings/decode_stream.c:1: src/strings/decode_stream.c: In function 'MVM_string_decode_stream_sep_from_strings': src/strings/iter.h:133:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/decode_stream.c:636:21: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ compiling src/strings/utf8_c8.o In file included from src/moar.h:99:0, from src/strings/utf8.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/strings/nfg.o src/strings/utf8.c: In function 'MVM_string_utf8_decodestream': src/strings/utf8.c:429:43: warning: suggest parentheses around '&&' within '||' [-Wparentheses] stopper_chars && *stopper_chars == total) { ^ src/strings/utf8.c:488:47: warning: suggest parentheses around '&&' within '||' [-Wparentheses] stopper_chars && *stopper_chars == total) { ^ In file included from src/moar.h:99:0, from src/strings/utf8_c8.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/strings/nfg.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/strings/utf8_c8.c: At top level: src/strings/utf8_c8.c:128:13: warning: 'ensure_buffer' defined but not used [-Wunused-function] static void ensure_buffer(MVMGrapheme32 **buffer, MVMint32 *bufsize, MVMint32 needed) { ^ src/strings/utf8.c:513:39: warning: 'lag_last_accept_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] MVM_string_decodestream_discard_to(tc, ds, last_accept_bytes, last_accept_pos); ^ src/strings/utf8.c:513:39: warning: 'lag_last_accept_bytes' may be used uninitialized in this function [-Wmaybe-uninitialized] src/strings/utf8_c8.c: In function 'MVM_string_utf8_c8_decode': src/strings/utf8_c8.c:379:28: warning: 'min_expected_codepoint' may be used uninitialized in this function [-Wmaybe-uninitialized] if (state.cur_codepoint >= min_expected_codepoint) ^ src/strings/utf8_c8.c: In function 'MVM_string_utf8_c8_decodestream': src/strings/utf8_c8.c:517:32: warning: 'min_expected_codepoint' may be used uninitialized in this function [-Wmaybe-uninitialized] if (state.cur_codepoint >= min_expected_codepoint) ^ In file included from src/moar.h:162:0, from src/strings/utf8.c:1: src/strings/utf8.c: In function 'MVM_string_utf8_encode_substr': src/strings/iter.h:133:39: warning: 'ci.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/utf8.c:524:22: note: 'ci.next_strand' was declared here MVMCodepointIter ci; ^ compiling src/strings/ops.o In file included from src/moar.h:162:0, from src/strings/utf8_c8.c:1: src/strings/utf8_c8.c: In function 'MVM_string_utf8_c8_encode_substr': src/strings/iter.h:133:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/utf8_c8.c:640:22: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ generating src/strings/unicode.c In file included from src/moar.h:99:0, from src/strings/ops.c:2: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/strings/normalize.o compiling src/strings/latin1.o src/strings/ops.c: In function 'MVM_string_print': src/strings/ops.c:625:18: warning: unused variable 'handle' [-Wunused-variable] MVMOSHandle *handle = (MVMOSHandle *)tc->instance->stdout_handle; ^ src/strings/ops.c: In function 'string_equal_at_ignore_case': src/strings/ops.c:735:20: warning: unused variable 'n_graphs' [-Wunused-variable] MVMStringIndex n_graphs = MVM_string_graphs(tc, needle); ^ src/strings/ops.c: In function 'string_index_ignore_case': src/strings/ops.c:769:14: warning: unused variable 'return_val' [-Wunused-variable] MVMint64 return_val = -1; ^ src/strings/ops.c: In function 'MVM_string_ord_basechar_at': src/strings/ops.c:835:14: warning: unused variable 'ready' [-Wunused-variable] MVMint32 ready; ^ In file included from src/moar.h:99:0, from src/strings/normalize.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/strings/latin1.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/strings/normalize.c: At top level: src/strings/normalize.c:335:17: warning: 'ccc_old' defined but not used [-Wunused-function] static MVMint64 ccc_old(MVMThreadContext *tc, MVMCodepoint cp) { ^ src/strings/normalize.c:508:17: warning: 'maybe_hangul' defined but not used [-Wunused-function] static MVMint32 maybe_hangul(MVMCodepoint cp) { ^ src/strings/normalize.c:511:17: warning: 'is_grapheme_extend' defined but not used [-Wunused-function] static MVMint32 is_grapheme_extend(MVMThreadContext *tc, MVMCodepoint cp) { ^ In file included from src/moar.h:162:0, from src/strings/ops.c:2: src/strings/ops.c: In function 'collapse_strands': src/strings/iter.h:133:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/ops.c:72:22: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ In file included from src/moar.h:162:0, from src/strings/latin1.c:1: src/strings/latin1.c: In function 'MVM_string_latin1_encode_substr': src/strings/iter.h:133:39: warning: 'ci.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/latin1.c:175:26: note: 'ci.next_strand' was declared here MVMCodepointIter ci; ^ In file included from src/moar.h:162:0, from src/strings/ops.c:2: src/strings/ops.c: In function 're_nfg': src/strings/iter.h:133:39: warning: 'ci.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/ops.c:107:22: note: 'ci.next_strand' was declared here MVMCodepointIter ci; ^ compiling src/strings/utf16.o In file included from src/moar.h:162:0, from src/strings/ops.c:2: src/strings/ops.c: In function 'do_case_change': src/strings/iter.h:133:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/ops.c:924:25: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ In file included from src/moar.h:99:0, from src/strings/utf16.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/strings/ops.c: In function 'MVM_string_substrings_equal_nocheck': src/strings/ops.c:159:21: warning: 'gib.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] MVMGraphemeIter gib; ^ In file included from src/moar.h:162:0, from src/strings/ops.c:2: src/strings/iter.h:90:23: warning: 'gib.start' may be used uninitialized in this function [-Wmaybe-uninitialized] MVMuint32 rep_graphs = gi->end - gi->start; ^ src/strings/ops.c:159:21: note: 'gib.start' was declared here MVMGraphemeIter gib; ^ src/strings/ops.c:158:21: warning: 'gia.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] MVMGraphemeIter gia; ^ compiling src/strings/windows1252.o In file included from src/moar.h:162:0, from src/strings/ops.c:2: src/strings/iter.h:90:23: warning: 'gia.start' may be used uninitialized in this function [-Wmaybe-uninitialized] MVMuint32 rep_graphs = gi->end - gi->start; ^ src/strings/ops.c:158:21: note: 'gia.start' was declared here MVMGraphemeIter gia; ^ In file included from src/moar.h:162:0, from src/strings/normalize.c:1: src/strings/normalize.c: In function 'MVM_unicode_string_to_codepoints': src/strings/iter.h:133:39: warning: 'ci.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/normalize.c:148:23: note: 'ci.next_strand' was declared here MVMCodepointIter ci; ^ In file included from src/moar.h:162:0, from src/strings/utf16.c:1: src/strings/utf16.c: In function 'MVM_string_utf16_encode_substr': src/strings/iter.h:133:39: warning: 'ci.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/utf16.c:108:22: note: 'ci.next_strand' was declared here MVMCodepointIter ci; ^ In file included from src/moar.h:99:0, from src/strings/windows1252.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:162:0, from src/strings/ops.c:2: src/strings/ops.c: In function 'MVM_string_substring': src/strings/iter.h:133:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ In file included from src/moar.h:136:0, from src/strings/ops.c:2: src/strings/ops.c:402:29: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ src/gc/roots.h:70:5: note: in definition of macro 'MVMROOT' block \ ^ In file included from src/moar.h:162:0, from src/strings/ops.c:2: src/strings/iter.h:90:23: warning: 'gi.start' may be used uninitialized in this function [-Wmaybe-uninitialized] MVMuint32 rep_graphs = gi->end - gi->start; ^ In file included from src/moar.h:136:0, from src/strings/ops.c:2: src/strings/ops.c:402:29: note: 'gi.start' was declared here MVMGraphemeIter gi; ^ src/gc/roots.h:70:5: note: in definition of macro 'MVMROOT' block \ ^ compiling src/math/bigintops.o compiling src/profiler/instrument.o In file included from src/moar.h:162:0, from src/strings/windows1252.c:1: src/strings/windows1252.c: In function 'MVM_string_windows1252_encode_substr': src/strings/iter.h:133:39: warning: 'ci.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/windows1252.c:286:26: note: 'ci.next_strand' was declared here MVMCodepointIter ci; ^ In file included from src/moar.h:99:0, from src/math/bigintops.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/profiler/instrument.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/profiler/log.o src/profiler/instrument.c: In function 'dump_call_graph_node': src/profiler/instrument.c:359:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] box_i(tc, (MVMint64)pcn->sf)); ^ src/profiler/instrument.c:375:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] box_i(tc, (MVMint64)pcn->native_target_name)); ^ src/profiler/instrument.c:436:68: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] MVM_repr_bind_key_o(tc, alloc_info, pds->id, box_i(tc, (MVMint64)type)); ^ In file included from src/moar.h:162:0, from src/strings/ops.c:2: src/strings/ops.c: In function 'MVM_string_index_of_grapheme': src/strings/iter.h:136:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->repetitions = next->repetitions; ^ src/strings/ops.c:903:21: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ In file included from src/moar.h:99:0, from src/profiler/log.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/profiler/log.c: In function 'MVM_profile_log_allocated': src/profiler/log.c:230:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] MVMuint32 distance = ((MVMuint64)tc->nursery_alloc - (MVMuint64)obj); ^ src/profiler/log.c:230:62: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] MVMuint32 distance = ((MVMuint64)tc->nursery_alloc - (MVMuint64)obj); ^ src/profiler/log.c:238:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((MVMuint64)obj > (MVMuint64)tc->nursery_tospace && distance <= obj->header.size && obj != ptd->last_counted_allocation) { ^ src/profiler/log.c:238:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((MVMuint64)obj > (MVMuint64)tc->nursery_tospace && distance <= obj->header.size && obj != ptd->last_counted_allocation) { ^ In file included from src/moar.h:162:0, from src/strings/ops.c:2: src/strings/ops.c: In function 'MVM_string_join': src/strings/iter.h:133:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/ops.c:1330:25: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ compiling src/profiler/profile.o compiling src/profiler/heapsnapshot.o In file included from src/moar.h:99:0, from src/profiler/profile.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/profiler/heapsnapshot.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/profiler/heapsnapshot.c: At top level: src/profiler/heapsnapshot.c:125:13: warning: 'add_reference_cstr' defined but not used [-Wunused-function] static void add_reference_cstr(MVMThreadContext *tc, MVMHeapSnapshotState *ss, ^ compiling src/profiler/telemeh.o In file included from src/moar.h:162:0, from src/strings/ops.c:2: src/strings/ops.c: In function 'MVM_string_find_cclass': src/strings/iter.h:133:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/ops.c:1953:21: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ In file included from src/moar.h:162:0, from src/strings/ops.c:2: src/strings/iter.h:90:23: warning: 'gi.start' may be used uninitialized in this function [-Wmaybe-uninitialized] MVMuint32 rep_graphs = gi->end - gi->start; ^ src/strings/ops.c:1953:21: note: 'gi.start' was declared here MVMGraphemeIter gi; ^ In file included from src/moar.h:99:0, from src/profiler/telemeh.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:162:0, from src/strings/ops.c:2: src/strings/ops.c: In function 'MVM_string_find_not_cclass': src/strings/iter.h:133:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/ops.c:1977:21: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ In file included from src/moar.h:162:0, from src/strings/ops.c:2: src/strings/iter.h:90:23: warning: 'gi.start' may be used uninitialized in this function [-Wmaybe-uninitialized] MVMuint32 rep_graphs = gi->end - gi->start; ^ src/strings/ops.c:1977:21: note: 'gi.start' was declared here MVMGraphemeIter gi; ^ compiling src/instrument/crossthreadwrite.o compiling src/instrument/line_coverage.o In file included from src/moar.h:162:0, from src/strings/ops.c:2: src/strings/ops.c: In function 'MVM_string_compute_hash_code': src/strings/iter.h:133:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/ops.c:2109:21: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ In file included from src/moar.h:162:0, from src/strings/ops.c:2: src/strings/iter.h:115:12: warning: 'gi.start' may be used uninitialized in this function [-Wmaybe-uninitialized] if (gi->pos < gi->end) { ^ src/strings/ops.c:2109:21: note: 'gi.start' was declared here MVMGraphemeIter gi; ^ In file included from src/moar.h:99:0, from src/instrument/crossthreadwrite.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/instrument/line_coverage.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/instrument/line_coverage.c: In function 'instrument_graph': src/instrument/line_coverage.c:135:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ins->operands[3].lit_i64 = (MVMint64)line_report_store; ^ compiling src/platform/sys.o compiling src/moar.o compiling src/platform/posix/mmap.o In file included from src/moar.h:99:0, from src/platform/sys.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/moar.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ compiling src/platform/posix/time.o compiling src/jit/stub.o In file included from src/moar.h:99:0, from src/platform/posix/mmap.c:3: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ building dyncall... In file included from src/moar.h:99:0, from src/platform/posix/time.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ In file included from src/moar.h:99:0, from src/jit/stub.c:1: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ linking 3rdparty/libatomic_ops/src/libatomic_ops.a checking build system type... armv7l-unknown-linux-gnueabihf checking host system type... armv7l-unknown-linux-gnueabihf checking target system type... armv7l-unknown-linux-gnueabihf 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 whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... ar: creating libdyncall_s.a yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... ar: creating libdynload_s.a compiling 3rdparty/tinymt/tinymt64.o ar: creating libdyncallback_s.a done. compiling 3rdparty/sha1/sha1.o no checking for suffix of object files... compiling 3rdparty/libtommath/bn_error.o o checking whether we are using the GNU C compiler... compiling 3rdparty/libtommath/bn_fast_mp_invmod.o yes checking whether gcc accepts -g... compiling 3rdparty/libtommath/bn_fast_mp_montgomery_reduce.o yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... compiling 3rdparty/libtommath/bn_fast_s_mp_mul_digs.o yes checking dependency style of gcc... compiling 3rdparty/libtommath/bn_fast_s_mp_mul_high_digs.o gcc3 checking dependency style of gcc... compiling 3rdparty/libtommath/bn_fast_s_mp_sqr.o gcc3 checking for ranlib... ranlib checking how to run the C preprocessor... compiling 3rdparty/libtommath/bn_mp_2expt.o gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... compiling 3rdparty/libtommath/bn_mp_abs.o compiling 3rdparty/libtommath/bn_mp_add.o compiling 3rdparty/libtommath/bn_mp_add_d.o compiling 3rdparty/libtommath/bn_mp_addmod.o compiling 3rdparty/libtommath/bn_mp_and.o compiling 3rdparty/libtommath/bn_mp_clamp.o compiling 3rdparty/libtommath/bn_mp_clear.o compiling 3rdparty/libtommath/bn_mp_clear_multi.o yes checking for sys/types.h... compiling 3rdparty/libtommath/bn_mp_cmp.o compiling 3rdparty/libtommath/bn_mp_cmp_d.o yes checking for sys/stat.h... compiling 3rdparty/libtommath/bn_mp_cmp_mag.o compiling 3rdparty/libtommath/bn_mp_cnt_lsb.o compiling 3rdparty/libtommath/bn_mp_copy.o yes checking for stdlib.h... compiling 3rdparty/libtommath/bn_mp_count_bits.o compiling 3rdparty/libtommath/bn_mp_div.o yes checking for string.h... compiling 3rdparty/libtommath/bn_mp_div_2.o compiling 3rdparty/libtommath/bn_mp_div_2d.o yes checking for memory.h... compiling 3rdparty/libtommath/bn_mp_div_3.o compiling 3rdparty/libtommath/bn_mp_div_d.o yes checking for strings.h... compiling 3rdparty/libtommath/bn_mp_dr_is_modulus.o compiling 3rdparty/libtommath/bn_mp_dr_reduce.o yes checking for inttypes.h... compiling 3rdparty/libtommath/bn_mp_dr_setup.o compiling 3rdparty/libtommath/bn_mp_exch.o compiling 3rdparty/libtommath/bn_mp_export.o compiling 3rdparty/libtommath/bn_mp_expt_d.o yes checking for stdint.h... compiling 3rdparty/libtommath/bn_mp_expt_d_ex.o compiling 3rdparty/libtommath/bn_mp_exptmod.o yes compiling 3rdparty/libtommath/bn_mp_exptmod_fast.o checking for unistd.h... compiling 3rdparty/libtommath/bn_mp_exteuclid.o compiling 3rdparty/libtommath/bn_mp_fread.o yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... compiling 3rdparty/libtommath/bn_mp_fwrite.o compiling 3rdparty/libtommath/bn_mp_gcd.o yes compiling 3rdparty/libtommath/bn_mp_get_int.o checking for getpagesize... compiling 3rdparty/libtommath/bn_mp_get_long.o compiling 3rdparty/libtommath/bn_mp_get_long_long.o compiling 3rdparty/libtommath/bn_mp_grow.o yes checking for working mmap... compiling 3rdparty/libtommath/bn_mp_import.o compiling 3rdparty/libtommath/bn_mp_init.o compiling 3rdparty/libtommath/bn_mp_init_copy.o compiling 3rdparty/libtommath/bn_mp_init_multi.o compiling 3rdparty/libtommath/bn_mp_init_set.o compiling 3rdparty/libtommath/bn_mp_init_set_int.o yes checking for PIC compiler flag... -fPIC checking whether gcc -fPIC causes __PIC__ definition... compiling 3rdparty/libtommath/bn_mp_init_size.o compiling 3rdparty/libtommath/bn_mp_invmod.o compiling 3rdparty/libtommath/bn_mp_invmod_slow.o yes checking for gcc -Wextra... yes checking for pthread_self in -lpthread... compiling 3rdparty/libtommath/bn_mp_is_square.o compiling 3rdparty/libtommath/bn_mp_jacobi.o yes checking that generated files are newer than configure... done configure: creating ./config.status compiling 3rdparty/libtommath/bn_mp_karatsuba_mul.o compiling 3rdparty/libtommath/bn_mp_karatsuba_sqr.o compiling 3rdparty/libtommath/bn_mp_lcm.o compiling 3rdparty/libtommath/bn_mp_lshd.o config.status: creating src/Makefile compiling 3rdparty/libtommath/bn_mp_mod.o config.status: creating src/config.h compiling 3rdparty/libtommath/bn_mp_mod_2d.o config.status: executing depfiles commands compiling 3rdparty/libtommath/bn_mp_mod_d.o config.status: executing default commands compiling 3rdparty/libtommath/bn_mp_montgomery_calc_normalization.o compiling 3rdparty/libtommath/bn_mp_montgomery_reduce.o make[1]: Entering directory `/builddir/build/BUILD/MoarVM-2017.07/3rdparty/libatomic_ops/src' make all-am compiling 3rdparty/libtommath/bn_mp_montgomery_setup.o make[2]: Entering directory `/builddir/build/BUILD/MoarVM-2017.07/3rdparty/libatomic_ops/src' gcc -DHAVE_CONFIG_H -I../src -I../src -fPIC -Wall -Wextra -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -DMVM_TRACING=0 -DMVM_CGOTO=1 -DMVM_RDTSCP=0 -MT atomic_ops.o -MD -MP -MF .deps/atomic_ops.Tpo -c -o atomic_ops.o atomic_ops.c compiling 3rdparty/libtommath/bn_mp_mul.o compiling 3rdparty/libtommath/bn_mp_mul_2.o compiling 3rdparty/libtommath/bn_mp_mul_2d.o compiling 3rdparty/libtommath/bn_mp_mul_d.o mv -f .deps/atomic_ops.Tpo .deps/atomic_ops.Po rm -f libatomic_ops.a ar cru libatomic_ops.a atomic_ops.o ranlib libatomic_ops.a make[2]: Leaving directory `/builddir/build/BUILD/MoarVM-2017.07/3rdparty/libatomic_ops/src' make[1]: Leaving directory `/builddir/build/BUILD/MoarVM-2017.07/3rdparty/libatomic_ops/src' compiling 3rdparty/libtommath/bn_mp_mulmod.o compiling 3rdparty/libtommath/bn_mp_n_root.o compiling 3rdparty/libtommath/bn_mp_n_root_ex.o compiling 3rdparty/libtommath/bn_mp_neg.o compiling 3rdparty/libtommath/bn_mp_or.o compiling 3rdparty/libtommath/bn_mp_prime_fermat.o compiling 3rdparty/libtommath/bn_mp_prime_is_divisible.o compiling 3rdparty/libtommath/bn_mp_prime_is_prime.o compiling 3rdparty/libtommath/bn_mp_prime_miller_rabin.o compiling 3rdparty/libtommath/bn_mp_prime_next_prime.o compiling 3rdparty/libtommath/bn_mp_prime_rabin_miller_trials.o compiling 3rdparty/libtommath/bn_mp_prime_random_ex.o compiling 3rdparty/libtommath/bn_mp_radix_size.o compiling 3rdparty/libtommath/bn_mp_radix_smap.o compiling 3rdparty/libtommath/bn_mp_rand.o compiling 3rdparty/libtommath/bn_mp_read_radix.o compiling 3rdparty/libtommath/bn_mp_read_signed_bin.o compiling 3rdparty/libtommath/bn_mp_read_unsigned_bin.o compiling 3rdparty/libtommath/bn_mp_reduce.o compiling 3rdparty/libtommath/bn_mp_reduce_2k.o compiling 3rdparty/libtommath/bn_mp_reduce_2k_l.o compiling 3rdparty/libtommath/bn_mp_reduce_2k_setup.o compiling 3rdparty/libtommath/bn_mp_reduce_2k_setup_l.o compiling 3rdparty/libtommath/bn_mp_reduce_is_2k.o compiling 3rdparty/libtommath/bn_mp_reduce_is_2k_l.o compiling 3rdparty/libtommath/bn_mp_reduce_setup.o compiling 3rdparty/libtommath/bn_mp_rshd.o compiling 3rdparty/libtommath/bn_mp_set.o compiling 3rdparty/libtommath/bn_mp_set_int.o compiling 3rdparty/libtommath/bn_mp_set_long.o compiling 3rdparty/libtommath/bn_mp_set_long_long.o compiling 3rdparty/libtommath/bn_mp_shrink.o compiling 3rdparty/libtommath/bn_mp_signed_bin_size.o compiling 3rdparty/libtommath/bn_mp_sqr.o compiling 3rdparty/libtommath/bn_mp_sqrmod.o compiling 3rdparty/libtommath/bn_mp_sqrt.o compiling 3rdparty/libtommath/bn_mp_sqrtmod_prime.o compiling 3rdparty/libtommath/bn_mp_sub.o compiling 3rdparty/libtommath/bn_mp_sub_d.o compiling 3rdparty/libtommath/bn_mp_submod.o compiling 3rdparty/libtommath/bn_mp_to_signed_bin.o compiling 3rdparty/libtommath/bn_mp_to_signed_bin_n.o compiling 3rdparty/libtommath/bn_mp_to_unsigned_bin.o compiling 3rdparty/libtommath/bn_mp_to_unsigned_bin_n.o compiling 3rdparty/libtommath/bn_mp_toom_mul.o compiling 3rdparty/libtommath/bn_mp_toom_sqr.o compiling 3rdparty/libtommath/bn_mp_toradix.o compiling 3rdparty/libtommath/bn_mp_toradix_n.o compiling 3rdparty/libtommath/bn_mp_unsigned_bin_size.o compiling 3rdparty/libtommath/bn_mp_xor.o compiling 3rdparty/libtommath/bn_mp_zero.o compiling 3rdparty/libtommath/bn_prime_tab.o compiling 3rdparty/libtommath/bn_reverse.o compiling 3rdparty/libtommath/bn_s_mp_add.o compiling 3rdparty/libtommath/bn_s_mp_exptmod.o compiling 3rdparty/libtommath/bn_s_mp_mul_digs.o compiling 3rdparty/libtommath/bn_s_mp_mul_high_digs.o compiling 3rdparty/libtommath/bn_s_mp_sqr.o compiling 3rdparty/libtommath/bn_s_mp_sub.o compiling 3rdparty/libtommath/bncore.o /usr/bin/perl build/mk-moar-pc.pl pkgconfig/moar.pc compiling src/strings/unicode.o linking 3rdparty/tinymt/libtinymt.a linking 3rdparty/sha1/libsha1.a linking 3rdparty/libtommath/libtommath.a In file included from src/moar.h:99:0, from src/strings/unicode.c:42: src/core/interp.h: In function 'MVM_BC_get_N64': src/core/interp.h:109:27: warning: unused variable 'where' [-Wunused-variable] const MVMuint8 *const where = cur_op + offset; ^ src/strings/unicode.c: At top level: src/strings/unicode.c:256:5: warning: missing braces around initializer [-Wmissing-braces] {0x0,0x0,0x0}, ^ src/strings/unicode.c:256:5: warning: (near initialization for 'SpecialCasing_table[0][0]') [-Wmissing-braces] src/strings/unicode.c: In function 'MVM_unicode_lookup_by_name': src/strings/unicode.c:72999:15: warning: unused variable 'size' [-Wunused-variable] MVMuint64 size; ^ src/strings/unicode.c: In function 'MVM_unicode_cname_to_property_value_code': src/strings/unicode.c:73226:19: warning: unused variable 'size' [-Wunused-variable] MVMuint64 size; ^ linking libmoar.so linking moar + for F in 'docs/*.markdown' 'docs/*.md' + discount-mkd2html docs/6model-parametric-extensions.markdown + for F in 'docs/*.markdown' 'docs/*.md' + discount-mkd2html docs/arg-passing.markdown + for F in 'docs/*.markdown' 'docs/*.md' + discount-mkd2html docs/bootstrap.markdown + for F in 'docs/*.markdown' 'docs/*.md' + discount-mkd2html docs/bytecode.markdown + for F in 'docs/*.markdown' 'docs/*.md' + discount-mkd2html docs/exceptions.markdown + for F in 'docs/*.markdown' 'docs/*.md' + discount-mkd2html docs/extops.markdown + for F in 'docs/*.markdown' 'docs/*.md' + discount-mkd2html docs/gc.markdown + for F in 'docs/*.markdown' 'docs/*.md' + discount-mkd2html docs/interpreter.markdown + for F in 'docs/*.markdown' 'docs/*.md' + discount-mkd2html docs/strings.markdown + for F in 'docs/*.markdown' 'docs/*.md' + discount-mkd2html docs/README.md + for F in 'docs/*.markdown' 'docs/*.md' + discount-mkd2html docs/jit.md + for F in 'docs/*.markdown' 'docs/*.md' + discount-mkd2html docs/release_guide.md + for F in 'docs/*.markdown' 'docs/*.md' + discount-mkd2html docs/reveal.md + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Km3yQB + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm ++ dirname /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm + cd MoarVM-2017.07 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/bin" /usr/bin/perl -MExtUtils::Command -e cp moar "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/bin" /usr/bin/perl -MExtUtils::Command -e chmod 755 "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/bin/moar" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/lib" /usr/bin/perl -MExtUtils::Command -e rm_f "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/lib/libmoar.so" /usr/bin/perl -MExtUtils::Command -e cp libmoar.so "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/lib" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/share/nqp/lib/MAST" /usr/bin/perl -MExtUtils::Command -e cp lib/MAST/Nodes.nqp "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/share/nqp/lib/MAST" /usr/bin/perl -MExtUtils::Command -e cp lib/MAST/Ops.nqp "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/share/nqp/lib/MAST" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/share/pkgconfig" /usr/bin/perl -MExtUtils::Command -e cp pkgconfig/moar.pc "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/share/pkgconfig" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/moar" /usr/bin/perl -MExtUtils::Command -e cp src/gen/config.h "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/moar" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/moar/6model/reprs" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/moar/core" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/moar/gc" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/moar/gen" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/moar/io" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/moar/mast" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/moar/math" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/moar/platform" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/moar/profiler" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/moar/spesh" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/moar/strings" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/moar/jit" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/moar/instrument" /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/moar" /usr/bin/perl -MExtUtils::Command -e cp src/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/moar" /usr/bin/perl -MExtUtils::Command -e cp src/6model/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/moar/6model" /usr/bin/perl -MExtUtils::Command -e cp src/6model/reprs/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/moar/6model/reprs" /usr/bin/perl -MExtUtils::Command -e cp src/core/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/moar/core" /usr/bin/perl -MExtUtils::Command -e cp src/gc/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/moar/gc" /usr/bin/perl -MExtUtils::Command -e cp src/gen/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/moar/gen" /usr/bin/perl -MExtUtils::Command -e cp src/io/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/moar/io" /usr/bin/perl -MExtUtils::Command -e cp src/mast/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/moar/mast" /usr/bin/perl -MExtUtils::Command -e cp src/math/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/moar/math" /usr/bin/perl -MExtUtils::Command -e cp src/platform/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/moar/platform" /usr/bin/perl -MExtUtils::Command -e cp src/profiler/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/moar/profiler" /usr/bin/perl -MExtUtils::Command -e cp src/spesh/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/moar/spesh" /usr/bin/perl -MExtUtils::Command -e cp src/strings/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/moar/strings" /usr/bin/perl -MExtUtils::Command -e cp src/jit/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/moar/jit" /usr/bin/perl -MExtUtils::Command -e cp src/instrument/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/moar/instrument" /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/armcc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/gcc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/hpc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/ibmc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/icc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/loadstore /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/msftc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/sunc /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/*.h /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/libatomic_ops /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/*.h /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/libatomic_ops/atomic_ops /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/*.h /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/armcc/*.h /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/armcc /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/gcc/*.h /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/gcc /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/hpc/*.h /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/hpc /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/ibmc/*.h /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/ibmc /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/icc/*.h /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/icc /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/loadstore/*.h /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/loadstore /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/msftc/*.h /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/msftc /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/sunc/*.h /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/sunc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/libtommath /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libtommath/*.h /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/libtommath /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/dyncall /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dynload/*.h /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/dyncall /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dyncall/*.h /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/dyncall /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dyncallback/*.h /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/dyncall + chmod 755 /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/lib/libmoar.so + /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/share/man/man1 + pod2man --section=1 --name=moar docs/moar.pod + /usr/bin/gzip -c + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/MoarVM-2017.07 extracting debug info from /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/bin/moar extracting debug info from /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/lib/libmoar.so /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 20523 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: moarvm-0.2017.07-1.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.CJQXiI + umask 022 + cd /builddir/build/BUILD + cd MoarVM-2017.07 + DOCDIR=/builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/share/doc/moarvm-0.2017.07 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/share/doc/moarvm-0.2017.07 + cp -pr LICENSE /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/share/doc/moarvm-0.2017.07 + cp -pr CREDITS /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/share/doc/moarvm-0.2017.07 + cp -pr docs /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/share/doc/moarvm-0.2017.07 + exit 0 Provides: libmoar.so moarvm = 0.2017.07-1.el7 moarvm(armv7hl-32) = 0.2017.07-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.11) libc.so.6(GLIBC_2.4) libdl.so.2 libdl.so.2(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libm.so.6 libm.so.6(GLIBC_2.4) libmoar.so libpthread.so.0 libpthread.so.0(GLIBC_2.4) librt.so.1 librt.so.1(GLIBC_2.4) libuv.so.1 rtld(GNU_HASH) Processing files: moarvm-devel-0.2017.07-1.el7.armv7hl warning: File not found: /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm/usr/include/libuv Provides: moarvm-devel = 0.2017.07-1.el7 moarvm-devel(armv7hl-32) = 0.2017.07-1.el7 pkgconfig(moar) = 2017.07 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config Processing files: moarvm-debuginfo-0.2017.07-1.el7.armv7hl Provides: moarvm-debuginfo = 0.2017.07-1.el7 moarvm-debuginfo(armv7hl-32) = 0.2017.07-1.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm Wrote: /builddir/build/RPMS/moarvm-0.2017.07-1.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/moarvm-devel-0.2017.07-1.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/moarvm-debuginfo-0.2017.07-1.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.F4Xxla + umask 022 + cd /builddir/build/BUILD + cd MoarVM-2017.07 + /usr/bin/rm -rf /builddir/build/BUILDROOT/moarvm-0.2017.07-1.el7.arm + exit 0 Child return code was: 0