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-6a8c3aeccbc1cfdce3c561c8e6964b9da69755d9/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.2016.11-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-6a8c3aeccbc1cfdce3c561c8e6964b9da69755d9/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.3kAidR + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf MoarVM-2016.11 + /usr/bin/gzip -dc /builddir/build/SOURCES/MoarVM-2016.11.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd MoarVM-2016.11 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.N5CIUA + umask 022 + cd /builddir/build/BUILD + cd MoarVM-2016.11 + 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 + /usr/bin/perl Configure.pl --prefix=/usr --libdir=/usr/lib Welcome to MoarVM! Configuring native build environment ................... Testing pkgconfig ... 0.27.1 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 ...................... YES 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/libuv/include -I3rdparty/libuv/src -I3rdparty/libatomic_ops/src -I3rdparty/libtommath -I3rdparty/dynasm -I3rdparty/dyncall/dynload -I3rdparty/dyncall/dyncall -I3rdparty/dyncall/dyncallback link: gcc -Wl,-z,relro libs: -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/libuv/libuv.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/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; ^ 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': 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': 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/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; ^ 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:1818: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:68: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; ^ 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; ^ src/core/threads.c: In function 'MVM_thread_yield': src/core/threads.c:196:5: warning: implicit declaration of function 'pthread_yield' [-Wimplicit-function-declaration] MVM_platform_thread_yield(); ^ 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; ^ compiling src/core/continuation.o src/core/nativecall_dyncall.c: In function 'MVM_nativecall_invoke': src/core/nativecall_dyncall.c:769:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (MVMint64)*(DCpointer *)free_rws[num_rws]); ^ 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; ^ src/core/continuation.c: In function 'MVM_continuation_invoke': src/core/continuation.c:138:15: warning: variable 'orig_caller' set but not used [-Wunused-but-set-variable] MVMFrame *orig_caller; ^ 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; ^ compiling src/gen/config.o 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 'MVM_fixed_size_create': src/core/fixedsizealloc.c:24:9: warning: unused variable 'bin_no' [-Wunused-variable] int bin_no; ^ 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; ^ compiling src/gc/orchestrate.o compiling src/gc/allocation.o 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; ^ 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; ^ src/gc/orchestrate.c: In function 'MVM_gc_mark_thread_unblocked': src/gc/orchestrate.c:270:9: warning: implicit declaration of function 'pthread_yield' [-Wimplicit-function-declaration] MVM_platform_thread_yield(); ^ compiling src/gc/worklist.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/roots.o 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 compiling src/gc/wb.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; ^ 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; ^ compiling src/io/io.o 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 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; ^ compiling src/io/syncstream.o compiling src/io/syncpipe.o In file included from src/moar.h:99:0, from src/io/syncstream.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/syncpipe.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/syncsocket.o compiling src/io/fileops.o compiling src/io/dirops.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/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; ^ compiling src/io/procops.o compiling src/io/timers.o 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; ^ 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; ^ compiling src/io/filewatchers.o compiling src/io/signals.o 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; ^ 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; ^ src/io/procops.c: In function 'write_setup': src/io/procops.c:461:64: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized] MVMString *msg_str = MVM_string_ascii_decode_nt(tc, ^ compiling src/io/asyncsocket.o compiling src/io/asyncsocketudp.o compiling src/6model/reprs.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; ^ 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; ^ compiling src/6model/reprconv.o compiling src/6model/containers.o 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; ^ 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; ^ compiling src/6model/parametric.o compiling src/6model/reprs/MVMString.o 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/MVMArray.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/MVMArray.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 compiling src/6model/reprs/MVMCode.o 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; ^ 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/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; ^ 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/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; ^ src/6model/reprs/MVMStaticFrame.c: In function 'describe_refs': src/6model/reprs/MVMStaticFrame.c:360:17: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (c_ptr = MVM_gc_worklist_get(tc, ss->gcwl)) { ^ 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; ^ compiling src/6model/reprs/P6num.o 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; ^ compiling src/6model/reprs/MVMThread.o 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; ^ 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 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; ^ compiling src/6model/reprs/SCRef.o 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 compiling src/6model/reprs/P6bigint.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; ^ 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; ^ 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; ^ compiling src/6model/reprs/NFA.o compiling src/6model/reprs/MVMException.o compiling src/6model/reprs/MVMDLLSym.o 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; ^ 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 compiling src/6model/reprs/CArray.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; ^ 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; ^ 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/CStruct.o 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:357:20: warning: unused variable 'dest_body' [-Wunused-variable] MVMCUnionBody *dest_body = (MVMCUnionBody *)dest; ^ src/6model/reprs/CUnion.c:356:20: warning: unused variable 'src_body' [-Wunused-variable] MVMCUnionBody *src_body = (MVMCUnionBody *)src; ^ src/6model/reprs/CUnion.c:355: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; ^ compiling src/6model/reprs/ConditionVariable.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; ^ compiling src/6model/reprs/Semaphore.o 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 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; ^ compiling src/6model/reprs/CPPStruct.o 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/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/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/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 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/bootstrap.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/sc.o 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; ^ compiling src/mast/compiler.o src/6model/serialization.c: In function 'MVM_serialization_read_cstr': src/6model/serialization.c:1653:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'MVMint64' [-Wformat=] fail_deserialize(tc, reader, "Cannot read a c string with negative length %d.", len); ^ 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 compiling src/spesh/graph.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; ^ 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; ^ In file included from src/moar.h:159: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; ^ 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; ^ compiling src/spesh/codegen.o compiling src/spesh/candidate.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; ^ 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; ^ 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:59: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:63: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:66: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/jit/graph.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/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; ^ src/jit/graph.c: In function 'jgb_consume_reprop': src/jit/graph.c:838:17: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:838:17: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:880:17: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:880:17: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:903:17: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:903:17: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:942:21: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:942:21: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:987:21: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:987:21: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1034:21: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1034:21: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1069:17: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1069:17: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1096:17: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1096:17: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1126:17: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1126: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:1163:17: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1163:17: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1190:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1190:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1200:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1200:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1212:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1212:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1221:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1221:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1230:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1230:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1239:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1239:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1249:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1249:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1260:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1260:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1274:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1274:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1285:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1285:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1298:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1298:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1315:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1315: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:1356:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1356:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1370:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1370: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:1413:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1413:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1428:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1428:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1438:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1438:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1179:1: warning: label 'skipdevirt' defined but not used [-Wunused-label] skipdevirt: ^ src/jit/graph.c: In function 'jgb_consume_ins': src/jit/graph.c:1898:59: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] { MVM_JIT_LITERAL_PTR, { (MVMint64)hll_config } }, ^ compiling src/jit/compile.o src/jit/graph.c:2479:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:2479:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:2488:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:2488:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:2497:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:2497:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:2736:75: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] { MVM_JIT_LITERAL_PTR, { (MVMint64)fake_regs } }}; ^ 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/compile.c: In function 'MVM_jit_enter_code': src/jit/compile.c:135:18: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'void *' [-Wformat=] tc->cur_frame->sequence_nr, code->seq_nr); ^ src/jit/compile.c:135:18: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'MVMJitFunc' [-Wformat=] compiling src/jit/log.o compiling src/strings/decode_stream.o compiling src/strings/ascii.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; ^ 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; ^ 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; ^ compiling src/strings/utf8.o In file included from src/moar.h:159: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:167:26: note: 'ci.next_strand' was declared here MVMCodepointIter ci; ^ 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/utf8_c8.o In file included from src/moar.h:159: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:528:21: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ 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; ^ compiling src/strings/nfg.o src/strings/utf8_c8.c: In function 'MVM_string_utf8_c8_decode': src/strings/utf8_c8.c:238:17: warning: variable 'orig_utf8' set but not used [-Wunused-but-set-variable] const char *orig_utf8, *last_accept_utf8; ^ src/strings/utf8_c8.c:237:12: warning: variable 'orig_bytes' set but not used [-Wunused-but-set-variable] size_t orig_bytes; ^ In file included from src/moar.h:159: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:402:22: note: 'ci.next_strand' was declared here MVMCodepointIter ci; ^ 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; ^ compiling src/strings/ops.o In file included from src/moar.h:99:0, from src/strings/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; ^ In file included from src/moar.h:159: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:484:22: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ src/strings/ops.c: In function 'MVM_string_indexing_optimized': src/strings/ops.c:1221:26: warning: unused variable 'orig' [-Wunused-variable] MVMStringStrand *orig = s->body.storage.strands; ^ generating src/strings/unicode.c compiling src/strings/normalize.o compiling src/strings/latin1.o 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; ^ In file included from src/moar.h:159:0, from src/strings/ops.c:1: 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:46:22: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ src/strings/normalize.c: In function 'maybe_hangul': src/strings/normalize.c:482:25: warning: suggest parentheses around '&&' within '||' [-Wparentheses] return cp >= 0x1100 && cp < 0x1200 || cp >= 0xA960 && cp < 0xD7FC; ^ In file included from src/moar.h:159:0, from src/strings/ops.c:1: 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:70:22: note: 'ci.next_strand' was declared here MVMCodepointIter ci; ^ In file included from src/moar.h:159: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:157:26: note: 'ci.next_strand' was declared here MVMCodepointIter ci; ^ In file included from src/moar.h:159:0, from src/strings/ops.c:1: 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:670:25: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ compiling src/strings/utf16.o src/strings/ops.c: In function 'MVM_string_substrings_equal_nocheck': src/strings/ops.c:122:21: warning: 'gib.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] MVMGraphemeIter gib; ^ In file included from src/moar.h:159:0, from src/strings/ops.c:1: 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:122:21: note: 'gib.start' was declared here MVMGraphemeIter gib; ^ src/strings/ops.c:121:21: warning: 'gia.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] MVMGraphemeIter gia; ^ In file included from src/moar.h:159:0, from src/strings/ops.c:1: 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:121:21: note: 'gia.start' was declared here MVMGraphemeIter gia; ^ compiling src/strings/windows1252.o 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; ^ In file included from src/moar.h:159:0, from src/strings/ops.c:1: 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:1: src/strings/ops.c:321: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:159:0, from src/strings/ops.c:1: 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:1: src/strings/ops.c:321:29: note: 'gi.start' 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: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:159: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:159: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:139:23: note: 'ci.next_strand' was declared here MVMCodepointIter ci; ^ compiling src/math/bigintops.o In file included from src/moar.h:159: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:287:26: note: 'ci.next_strand' was declared here MVMCodepointIter ci; ^ compiling src/profiler/instrument.o 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; ^ compiling src/profiler/log.o In file included from src/moar.h:159:0, from src/strings/ops.c:1: 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:649:21: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ 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; ^ 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; ^ In file included from src/moar.h:159:0, from src/strings/ops.c:1: 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:1074:25: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ src/profiler/instrument.c: In function 'dump_call_graph_node': src/profiler/instrument.c:323:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] box_i(tc, (MVMint64)pcn->sf)); ^ src/profiler/instrument.c:339: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:400: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)); ^ 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) { ^ 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:159:0, from src/strings/ops.c:1: 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:1657:21: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ In file included from src/moar.h:159:0, from src/strings/ops.c:1: 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:1657:21: note: 'gi.start' was declared here MVMGraphemeIter gi; ^ In file included from src/moar.h:159:0, from src/strings/ops.c:1: 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:1681:21: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ In file included from src/moar.h:159:0, from src/strings/ops.c:1: 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:1681:21: note: 'gi.start' was declared here MVMGraphemeIter gi; ^ compiling src/instrument/crossthreadwrite.o 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: In function 'process_gc_worklist': src/profiler/heapsnapshot.c:282:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (c_ptr = MVM_gc_worklist_get(tc, ss->gcwl)) { ^ src/profiler/heapsnapshot.c: In function 'references_str': src/profiler/heapsnapshot.c:773:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'MVMuint64' [-Wformat=] s->references[i].collectable_index); ^ src/profiler/heapsnapshot.c:773:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'MVMuint64' [-Wformat=] src/profiler/heapsnapshot.c:773:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'MVMuint64' [-Wformat=] src/profiler/heapsnapshot.c:773:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'MVMuint64' [-Wformat=] src/profiler/heapsnapshot.c:773:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'MVMuint64' [-Wformat=] src/profiler/heapsnapshot.c:773:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'MVMuint64' [-Wformat=] 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, ^ 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:159:0, from src/strings/ops.c:1: 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:1796:21: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ In file included from src/moar.h:159:0, from src/strings/ops.c:1: 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:1796:21: note: 'gi.start' was declared here MVMGraphemeIter gi; ^ compiling src/moar.o compiling src/platform/posix/mmap.o compiling src/platform/posix/time.o 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; ^ 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; ^ 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; ^ compiling src/platform/posix/sys.o compiling src/jit/stub.o In file included from src/moar.h:99:0, from src/platform/posix/sys.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; ^ 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; ^ building dyncall... 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... compiling 3rdparty/tinymt/tinymt64.o compiling 3rdparty/sha1/sha1.o yes checking for C compiler default output file name... a.out checking for suffix of executables... ar: creating libdyncall_s.a compiling 3rdparty/libtommath/bn_error.o checking whether we are cross compiling... compiling 3rdparty/libtommath/bn_fast_mp_invmod.o no checking for suffix of object files... ar: creating libdyncallback_s.a o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... compiling 3rdparty/libtommath/bn_fast_mp_montgomery_reduce.o ar: creating libdynload_s.a done. compiling 3rdparty/libtommath/bn_fast_s_mp_mul_digs.o none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking dependency style of gcc... compiling 3rdparty/libtommath/bn_fast_s_mp_mul_high_digs.o 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 yes checking for sys/types.h... compiling 3rdparty/libtommath/bn_mp_clear_multi.o compiling 3rdparty/libtommath/bn_mp_cmp.o yes checking for sys/stat.h... compiling 3rdparty/libtommath/bn_mp_cmp_d.o compiling 3rdparty/libtommath/bn_mp_cmp_mag.o yes compiling 3rdparty/libtommath/bn_mp_cnt_lsb.o checking for stdlib.h... compiling 3rdparty/libtommath/bn_mp_copy.o compiling 3rdparty/libtommath/bn_mp_count_bits.o yes checking for string.h... compiling 3rdparty/libtommath/bn_mp_div.o compiling 3rdparty/libtommath/bn_mp_div_2.o yes compiling 3rdparty/libtommath/bn_mp_div_2d.o checking for memory.h... yes compiling 3rdparty/libtommath/bn_mp_div_3.o checking for strings.h... compiling 3rdparty/libtommath/bn_mp_div_d.o yes compiling 3rdparty/libtommath/bn_mp_dr_is_modulus.o checking for inttypes.h... compiling 3rdparty/libtommath/bn_mp_dr_reduce.o yes compiling 3rdparty/libtommath/bn_mp_dr_setup.o checking for stdint.h... compiling 3rdparty/libtommath/bn_mp_exch.o compiling 3rdparty/libtommath/bn_mp_expt_d.o yes checking for unistd.h... compiling 3rdparty/libtommath/bn_mp_exptmod.o compiling 3rdparty/libtommath/bn_mp_exptmod_fast.o compiling 3rdparty/libtommath/bn_mp_exteuclid.o yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes compiling 3rdparty/libtommath/bn_mp_fread.o checking for sys/param.h... compiling 3rdparty/libtommath/bn_mp_fwrite.o compiling 3rdparty/libtommath/bn_mp_gcd.o yes checking for getpagesize... compiling 3rdparty/libtommath/bn_mp_get_int.o yes checking for working mmap... compiling 3rdparty/libtommath/bn_mp_get_long.o compiling 3rdparty/libtommath/bn_mp_grow.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 yes checking for PIC compiler flag... -fPIC compiling 3rdparty/libtommath/bn_mp_init_set_int.o checking whether gcc -fPIC causes __PIC__ definition... compiling 3rdparty/libtommath/bn_mp_init_size.o yes checking for gcc -Wextra... compiling 3rdparty/libtommath/bn_mp_invmod.o yes checking for pthread_self in -lpthread... compiling 3rdparty/libtommath/bn_mp_invmod_slow.o compiling 3rdparty/libtommath/bn_mp_is_square.o yes compiling 3rdparty/libtommath/bn_mp_jacobi.o 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 config.status: creating src/Makefile config.status: creating src/config.h config.status: executing depfiles commands config.status: executing default commands compiling 3rdparty/libtommath/bn_mp_lshd.o compiling 3rdparty/libtommath/bn_mp_mod.o compiling 3rdparty/libtommath/bn_mp_mod_2d.o make[1]: Entering directory `/builddir/build/BUILD/MoarVM-2016.11/3rdparty/libatomic_ops/src' make all-am make[2]: Entering directory `/builddir/build/BUILD/MoarVM-2016.11/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 -MT atomic_ops.o -MD -MP -MF .deps/atomic_ops.Tpo -c -o atomic_ops.o atomic_ops.c compiling 3rdparty/libtommath/bn_mp_mod_d.o compiling 3rdparty/libtommath/bn_mp_montgomery_calc_normalization.o compiling 3rdparty/libtommath/bn_mp_montgomery_reduce.o compiling 3rdparty/libtommath/bn_mp_montgomery_setup.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-2016.11/3rdparty/libatomic_ops/src' make[1]: Leaving directory `/builddir/build/BUILD/MoarVM-2016.11/3rdparty/libatomic_ops/src' 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 compiling 3rdparty/libtommath/bn_mp_mulmod.o compiling 3rdparty/libtommath/bn_mp_n_root.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_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_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 compiling 3rdparty/libuv/src/unix/linux-core.o compiling 3rdparty/libuv/src/unix/linux-inotify.o compiling 3rdparty/libuv/src/unix/linux-syscalls.o compiling 3rdparty/libuv/src/unix/proctitle.o compiling 3rdparty/libuv/src/fs-poll.o compiling 3rdparty/libuv/src/inet.o compiling 3rdparty/libuv/src/uv-common.o compiling 3rdparty/libuv/src/version.o compiling 3rdparty/libuv/src/unix/async.o compiling 3rdparty/libuv/src/unix/core.o compiling 3rdparty/libuv/src/unix/dl.o compiling 3rdparty/libuv/src/unix/fs.o compiling 3rdparty/libuv/src/unix/getaddrinfo.o compiling 3rdparty/libuv/src/unix/loop-watcher.o compiling 3rdparty/libuv/src/unix/loop.o compiling 3rdparty/libuv/src/unix/pipe.o compiling 3rdparty/libuv/src/unix/poll.o compiling 3rdparty/libuv/src/unix/process.o compiling 3rdparty/libuv/src/unix/signal.o compiling 3rdparty/libuv/src/unix/stream.o compiling 3rdparty/libuv/src/unix/tcp.o compiling 3rdparty/libuv/src/unix/thread.o compiling 3rdparty/libuv/src/threadpool.o compiling 3rdparty/libuv/src/unix/timer.o compiling 3rdparty/libuv/src/unix/tty.o compiling 3rdparty/libuv/src/unix/udp.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:148:5: warning: missing braces around initializer [-Wmissing-braces] {0x0,0x0,0x0}, ^ src/strings/unicode.c:148:5: warning: (near initialization for 'SpecialCasing_table[0][0]') [-Wmissing-braces] linking 3rdparty/libuv/libuv.a src/strings/unicode.c: In function 'MVM_unicode_cname_to_property_value_code': src/strings/unicode.c:50049: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.HvwYg4 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm ++ dirname /builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm + cd MoarVM-2016.11 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/bin" /usr/bin/perl -MExtUtils::Command -e cp moar "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/bin" /usr/bin/perl -MExtUtils::Command -e chmod 755 "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/bin/moar" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/lib" /usr/bin/perl -MExtUtils::Command -e cp libmoar.so "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/lib" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/share/nqp/lib/MAST" /usr/bin/perl -MExtUtils::Command -e cp lib/MAST/Nodes.nqp "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/share/nqp/lib/MAST" /usr/bin/perl -MExtUtils::Command -e cp lib/MAST/Ops.nqp "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/share/nqp/lib/MAST" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/share/pkgconfig" /usr/bin/perl -MExtUtils::Command -e cp pkgconfig/moar.pc "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/share/pkgconfig" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/moar" /usr/bin/perl -MExtUtils::Command -e cp src/gen/config.h "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/moar" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/moar/6model/reprs" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/moar/core" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/moar/gc" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/moar/gen" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/moar/io" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/moar/mast" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/moar/math" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/moar/platform" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/moar/profiler" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/moar/spesh" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/moar/strings" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/moar/jit" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/moar/instrument" /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/*.h "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/moar" /usr/bin/perl -MExtUtils::Command -e cp src/*.h "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/moar" /usr/bin/perl -MExtUtils::Command -e cp src/6model/*.h "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/moar/6model" /usr/bin/perl -MExtUtils::Command -e cp src/6model/reprs/*.h "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/moar/6model/reprs" /usr/bin/perl -MExtUtils::Command -e cp src/core/*.h "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/moar/core" /usr/bin/perl -MExtUtils::Command -e cp src/gc/*.h "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/moar/gc" /usr/bin/perl -MExtUtils::Command -e cp src/gen/*.h "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/moar/gen" /usr/bin/perl -MExtUtils::Command -e cp src/io/*.h "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/moar/io" /usr/bin/perl -MExtUtils::Command -e cp src/mast/*.h "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/moar/mast" /usr/bin/perl -MExtUtils::Command -e cp src/math/*.h "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/moar/math" /usr/bin/perl -MExtUtils::Command -e cp src/platform/*.h "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/moar/platform" /usr/bin/perl -MExtUtils::Command -e cp src/profiler/*.h "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/moar/profiler" /usr/bin/perl -MExtUtils::Command -e cp src/spesh/*.h "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/moar/spesh" /usr/bin/perl -MExtUtils::Command -e cp src/strings/*.h "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/moar/strings" /usr/bin/perl -MExtUtils::Command -e cp src/jit/*.h "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/moar/jit" /usr/bin/perl -MExtUtils::Command -e cp src/instrument/*.h "/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/moar/instrument" /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/libuv /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libuv/include/*.h /builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/libuv /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/armcc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/gcc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/hpc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/ibmc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/icc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/loadstore /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/msftc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2016.11-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.2016.11-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.2016.11-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.2016.11-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.2016.11-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.2016.11-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.2016.11-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.2016.11-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.2016.11-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.2016.11-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.2016.11-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.2016.11-1.el7.arm/usr/include/libatomic_ops/atomic_ops/sysdeps/sunc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/libtommath /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libtommath/*.h /builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/libtommath /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/dyncall /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dynload/*.h /builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/dyncall /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dyncall/*.h /builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/dyncall /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dyncallback/*.h /builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/include/dyncall + chmod 755 /builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/lib/libmoar.so + /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2016.11-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-2016.11 extracting debug info from /builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/bin/moar extracting debug info from /builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/lib/libmoar.so /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 16745 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.2016.11-1.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.8kZe4d + umask 022 + cd /builddir/build/BUILD + cd MoarVM-2016.11 + DOCDIR=/builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/share/doc/moarvm-0.2016.11 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/share/doc/moarvm-0.2016.11 + cp -pr LICENSE /builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/share/doc/moarvm-0.2016.11 + cp -pr CREDITS /builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/share/doc/moarvm-0.2016.11 + cp -pr docs /builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm/usr/share/doc/moarvm-0.2016.11 + exit 0 Provides: libmoar.so moarvm = 0.2016.11-1.el7 moarvm(armv7hl-32) = 0.2016.11-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) libc.so.6(GLIBC_2.6) libc.so.6(GLIBC_2.7) 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) rtld(GNU_HASH) Processing files: moarvm-devel-0.2016.11-1.el7.armv7hl Provides: moarvm-devel = 0.2016.11-1.el7 moarvm-devel(armv7hl-32) = 0.2016.11-1.el7 pkgconfig(moar) = 2016.11 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.2016.11-1.el7.armv7hl Provides: moarvm-debuginfo = 0.2016.11-1.el7 moarvm-debuginfo(armv7hl-32) = 0.2016.11-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.2016.11-1.el7.arm Wrote: /builddir/build/RPMS/moarvm-0.2016.11-1.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/moarvm-devel-0.2016.11-1.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/moarvm-debuginfo-0.2016.11-1.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.CylFMG + umask 022 + cd /builddir/build/BUILD + cd MoarVM-2016.11 + /usr/bin/rm -rf /builddir/build/BUILDROOT/moarvm-0.2016.11-1.el7.arm + exit 0 Child return code was: 0