Mock Version: 1.4.2 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/moarvm.spec'], nspawn_args=[]shell=Falseuid=1000env={'LANG': 'en_US.utf8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/centos-7-epel-i386/root'gid=135user='mockbuild'timeout=0logger=printOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'd4b481b806b6458d8ef43b8c721c4ffe', '-D', '/var/lib/mock/centos-7-epel-i386/root', '--setenv=LANG=en_US.utf8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/moarvm.spec'] with env {'LANG': 'en_US.utf8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Failed to create directory /var/lib/mock/centos-7-epel-i386/root//sys/fs/selinux: Read-only file system Failed to create directory /var/lib/mock/centos-7-epel-i386/root//sys/fs/selinux: Read-only file system warning: Could not canonicalize hostname: kvm.centos.org Building target platforms: i686 Building for target i686 Wrote: /builddir/build/SRPMS/moarvm-0.2017.04-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/moarvm.spec'], nspawn_args=['--private-network']shell=Falseuid=1000env={'LANG': 'en_US.utf8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/centos-7-epel-i386/root'gid=135user='mockbuild'timeout=0logger=printOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'a90550fcf90649ee90bacbca3e2ffdb8', '-D', '/var/lib/mock/centos-7-epel-i386/root', '--private-network', '--setenv=LANG=en_US.utf8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', 'bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/moarvm.spec'] with env {'LANG': 'en_US.utf8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Failed to create directory /var/lib/mock/centos-7-epel-i386/root//sys/fs/selinux: Read-only file system Failed to create directory /var/lib/mock/centos-7-epel-i386/root//sys/fs/selinux: Read-only file system Building target platforms: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.NV7aDp + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf MoarVM-2017.04 + /usr/bin/gzip -dc /builddir/build/SOURCES/MoarVM-2017.04.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd MoarVM-2017.04 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.wYJ49u + umask 022 + cd /builddir/build/BUILD + cd MoarVM-2017.04 + 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 -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -fPIC";#' Configure.pl + sed -i -e '/^$config{ldflags}/ s#.*#$config{ldflags} = "-Wl,-z,relro ";#' Configure.pl + rm -r 3rdparty/msinttypes 3rdparty/libuv + /usr/bin/perl Configure.pl --prefix=/usr --libdir=/usr/lib --has-libuv Welcome to MoarVM! Configuring native build environment ................... Testing pkgconfig ... 0.27.1 Adding extra include for libuv: OK trying to compile a simple C program ............... YES probing whether your compiler thinks that it is gcc YES probing how your compiler does static inline ....... static __inline__ your CPU can read unaligned values for all of int32 int64 num64 probing the size of pointers ....................... 4 JIT isn't supported on platforms with 4 byte pointers. probing C type support for: _Bool, bool ............ YES: _Bool,bool probing computed goto support ...................... YES probing pthread_yield support ...................... NO 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 -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -fPIC includes: -I3rdparty/libatomic_ops/src -I3rdparty/libtommath -I3rdparty/dynasm -I3rdparty/dyncall/dynload -I3rdparty/dyncall/dyncall -I3rdparty/dyncall/dyncallback link: gcc -Wl,-z,relro libs: -luv -lm -lpthread -lrt -ldl byte order: little endian Configuring 3rdparty libs .............................. OK 3rdparty: 3rdparty/dyncall/dyncall/libdyncall_s.a 3rdparty/dyncall/dyncallback/libdyncallback_s.a 3rdparty/dyncall/dynload/libdynload_s.a 3rdparty/libatomic_ops/src/libatomic_ops.a 3rdparty/libtommath/libtommath.a 3rdparty/sha1/libsha1.a 3rdparty/tinymt/libtinymt.a Generating src/gen/config.c ............................ OK Generating src/gen/config.h ............................ OK Generating Makefile .................................... OK Generating tools/check.mk .............................. OK Generating build/mk-moar-pc.pl ......................... OK Configuration SUCCESS. Type 'make' to build and 'make help' to see a list of available make targets. + make -j6 compiling src/main.o compiling src/core/callsite.o compiling src/core/args.o compiling src/core/exceptions.o compiling src/core/interp.o compiling src/core/threadcontext.o src/core/exceptions.c: In function 'handler_can_handle': src/core/exceptions.c:79:57: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] MVMuint64 block_label = block_has_label ? (MVMuint64)(f->work[fh->label_reg].o) : 0; ^ src/core/exceptions.c:80:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] MVMuint64 thrown_label = payload ? (MVMuint64)payload : 0; ^ src/core/interp.c: In function 'MVM_interp_run': src/core/interp.c:1865: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; ^ compiling src/core/compunit.o compiling src/core/bytecode.o src/core/interp.c:5637:39: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] char *cache = (char *)MVM_BC_get_I64(cur_op, 12); ^ src/core/interp.c:94:5: warning: label 'runloop' defined but not used [-Wunused-label] runloop: { ^ compiling src/core/frame.o compiling src/core/callstack.o compiling src/core/validation.o compiling src/core/bytecodedump.o 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/threads.o compiling src/core/ops.o compiling src/core/hll.o compiling src/core/loadbytecode.o compiling src/math/num.o compiling src/core/coerce.o compiling src/core/dll.o compiling src/core/ext.o compiling src/core/nativecall.o compiling src/core/nativecall_dyncall.o compiling src/core/continuation.o compiling src/core/intcache.o src/core/nativecall_dyncall.c: In function 'MVM_nativecall_invoke': src/core/nativecall_dyncall.c:772:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (MVMint64)*(DCpointer *)free_rws[num_rws]); ^ compiling src/core/fixedsizealloc.o compiling src/core/regionalloc.o src/core/fixedsizealloc.c: In function 'add_to_bin_freelist': src/core/fixedsizealloc.c:245:41: warning: unused variable 'orig' [-Wunused-variable] MVMFixedSizeAllocFreeListEntry *orig; ^ compiling src/gen/config.o compiling src/gc/orchestrate.o compiling src/gc/allocation.o compiling src/gc/worklist.o compiling src/gc/roots.o compiling src/gc/collect.o compiling src/gc/gen2.o compiling src/gc/wb.o compiling src/gc/objectid.o compiling src/gc/finalize.o src/gc/objectid.c: In function 'MVM_gc_object_id': src/gc/objectid.c:11:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] id = (MVMuint64)obj; ^ src/gc/objectid.c:33:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] id = (MVMuint64)entry->gen2_addr; ^ src/gc/finalize.c: In function 'MVM_gc_finalize_add_to_queue': src/gc/finalize.c:16:32: warning: left-hand operand of comma expression has no effect [-Wunused-value] MVM_ASSERT_NOT_FROMSPACE(tc, obj); ^ src/gc/finalize.c:16:29: warning: statement with no effect [-Wunused-value] MVM_ASSERT_NOT_FROMSPACE(tc, obj); ^ compiling src/gc/debug.o compiling src/io/io.o compiling src/io/eventloop.o compiling src/io/syncfile.o compiling src/io/syncstream.o compiling src/io/syncpipe.o compiling src/io/syncsocket.o compiling src/io/fileops.o compiling src/io/dirops.o compiling src/io/procops.o compiling src/io/timers.o compiling src/io/filewatchers.o compiling src/io/signals.o compiling src/io/asyncsocket.o src/io/procops.c: In function 'write_setup': src/io/procops.c:475:64: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized] MVMString *msg_str = MVM_string_ascii_decode_nt(tc, ^ compiling src/io/asyncsocketudp.o compiling src/6model/reprs.o src/io/asyncsocket.c: In function 'close_socket': src/io/asyncsocket.c:533:27: warning: unused variable 'data' [-Wunused-variable] MVMIOAsyncSocketData *data = (MVMIOAsyncSocketData *)h->body.data; ^ compiling src/6model/reprconv.o compiling src/6model/containers.o compiling src/6model/parametric.o compiling src/6model/reprs/MVMString.o compiling src/6model/reprs/VMArray.o compiling src/6model/reprs/MVMHash.o compiling src/6model/reprs/MVMCFunction.o compiling src/6model/reprs/KnowHOWREPR.o compiling src/6model/reprs/KnowHOWAttributeREPR.o compiling src/6model/reprs/P6str.o compiling src/6model/reprs/P6opaque.o compiling src/6model/reprs/MVMCode.o compiling src/6model/reprs/MVMOSHandle.o compiling src/6model/reprs/MVMCompUnit.o compiling src/6model/reprs/MVMStaticFrame.o compiling src/6model/reprs/P6int.o compiling src/6model/reprs/P6num.o compiling src/6model/reprs/Uninstantiable.o compiling src/6model/reprs/HashAttrStore.o compiling src/6model/reprs/MVMThread.o compiling src/6model/reprs/MVMIter.o compiling src/6model/reprs/MVMContext.o compiling src/6model/reprs/SCRef.o compiling src/6model/reprs/Lexotic.o compiling src/6model/reprs/MVMCallCapture.o compiling src/6model/reprs/P6bigint.o compiling src/6model/reprs/NFA.o compiling src/6model/reprs/MVMException.o compiling src/6model/reprs/MVMDLLSym.o compiling src/6model/reprs/MVMMultiCache.o compiling src/6model/reprs/MVMContinuation.o compiling src/6model/reprs/NativeCall.o compiling src/6model/reprs/CPointer.o compiling src/6model/reprs/CStr.o compiling src/6model/reprs/CArray.o compiling src/6model/reprs/CStruct.o compiling src/6model/reprs/CUnion.o compiling src/6model/reprs/ReentrantMutex.o compiling src/6model/reprs/ConditionVariable.o src/6model/reprs/CUnion.c: In function 'copy_to': src/6model/reprs/CUnion.c:356:20: warning: unused variable 'dest_body' [-Wunused-variable] MVMCUnionBody *dest_body = (MVMCUnionBody *)dest; ^ src/6model/reprs/CUnion.c:355:20: warning: unused variable 'src_body' [-Wunused-variable] MVMCUnionBody *src_body = (MVMCUnionBody *)src; ^ src/6model/reprs/CUnion.c:354:25: warning: unused variable 'repr_data' [-Wunused-variable] MVMCUnionREPRData * repr_data = (MVMCUnionREPRData *) st->REPR_data; ^ src/6model/reprs/CUnion.c: At top level: src/6model/reprs/CUnion.c:251:17: warning: 'get_int_at_offset' defined but not used [-Wunused-function] static MVMint32 get_int_at_offset(void *data, MVMint32 offset) { ^ src/6model/reprs/CUnion.c:257:13: warning: 'set_int_at_offset' defined but not used [-Wunused-function] static void set_int_at_offset(void *data, MVMint32 offset, MVMint32 value) { ^ src/6model/reprs/CUnion.c:263:17: warning: 'get_num_at_offset' defined but not used [-Wunused-function] static MVMnum32 get_num_at_offset(void *data, MVMint32 offset) { ^ src/6model/reprs/CUnion.c:269:13: warning: 'set_num_at_offset' defined but not used [-Wunused-function] static void set_num_at_offset(void *data, MVMint32 offset, MVMnum32 value) { ^ compiling src/6model/reprs/Semaphore.o compiling src/6model/reprs/ConcBlockingQueue.o compiling src/6model/reprs/MVMAsyncTask.o compiling src/6model/reprs/MVMNull.o compiling src/6model/reprs/CPPStruct.o compiling src/6model/reprs/NativeRef.o compiling src/6model/reprs/MultiDimArray.o compiling src/6model/reprs/Decoder.o compiling src/6model/6model.o compiling src/6model/bootstrap.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) ^ compiling src/6model/sc.o compiling src/6model/serialization.o compiling src/mast/compiler.o compiling src/mast/driver.o compiling src/spesh/dump.o compiling src/spesh/graph.o 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 compiling src/spesh/manipulate.o compiling src/spesh/args.o In file included from src/moar.h:161:0, from src/mast/compiler.c:1: src/mast/compiler.c: In function 'MVM_mast_compile': src/strings/iter.h:136:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->repetitions = next->repetitions; ^ src/mast/compiler.c:1339:25: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ compiling src/spesh/facts.o compiling src/spesh/optimize.o compiling src/spesh/deopt.o src/spesh/optimize.c: In function 'optimize_coverage_log': src/spesh/optimize.c:1228:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] char *cache = (char *)ins->operands[3].lit_i64; ^ compiling src/spesh/log.o src/spesh/deopt.c: In function 'uninline': src/spesh/deopt.c:68:33: warning: 'last_return_deopt_idx' may be used uninitialized in this function [-Wmaybe-uninitialized] cand->deopts[2 * last_return_deopt_idx]; ^ src/spesh/deopt.c:72:20: warning: 'last_res_type' may be used uninitialized in this function [-Wmaybe-uninitialized] if (last_res_type == MVM_RETURN_VOID) ^ src/spesh/deopt.c:75:49: warning: 'last_res_reg' may be used uninitialized in this function [-Wmaybe-uninitialized] uf->return_value = uf->work + last_res_reg; ^ compiling src/spesh/threshold.o compiling src/spesh/inline.o compiling src/spesh/osr.o compiling src/spesh/lookup.o compiling src/jit/graph.o compiling src/jit/compile.o compiling src/jit/log.o src/jit/graph.c: In function 'jgb_consume_reprop': src/jit/graph.c:849:17: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:849:17: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:891:17: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:891:17: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:914:17: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:914:17: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:953:21: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:953:21: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:998:21: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:998:21: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1045:21: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1045:21: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1080:17: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1080:17: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1107:17: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1107:17: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1137:17: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1137:17: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1157:17: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1157:17: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1174:17: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1174:17: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1201:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1201:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1211:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1211:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1223:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1223:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1232:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1232:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1241:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1241:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1250:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1250:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c: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:1271:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1271: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:1296:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1296:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1309:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1309:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1326:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1326:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1346:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1346:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1367:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1367:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1381:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1381:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1401:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1401:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1424:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1424:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1439:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1439:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1449:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:1449:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:1190:1: warning: label 'skipdevirt' defined but not used [-Wunused-label] skipdevirt: ^ src/jit/graph.c: In function 'jgb_consume_ins': src/jit/graph.c:1909:59: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] { MVM_JIT_LITERAL_PTR, { (MVMint64)hll_config } }, ^ src/jit/graph.c:2505:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:2505:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:2514:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:2514:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/graph.c:2523:9: warning: missing braces around initializer [-Wmissing-braces] MVMJitCallArg args[] = { { MVM_JIT_INTERP_VAR, MVM_JIT_INTERP_TC }, ^ src/jit/graph.c:2523:9: warning: (near initialization for 'args[0].v') [-Wmissing-braces] src/jit/compile.c: In function 'MVM_jit_enter_code': src/jit/compile.c:138:18: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' [-Wformat=] tc->cur_frame->sequence_nr, code->seq_nr); ^ src/jit/compile.c:138:18: warning: format '%li' expects argument of type 'long int', but argument 6 has type 'int' [-Wformat=] compiling src/strings/decode_stream.o compiling src/strings/ascii.o compiling src/strings/utf8.o compiling src/strings/utf8_c8.o compiling src/strings/nfg.o In file included from src/moar.h:161: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; ^ src/strings/utf8_c8.c:128:13: warning: 'ensure_buffer' defined but not used [-Wunused-function] static void ensure_buffer(MVMGrapheme32 **buffer, MVMint32 *bufsize, MVMint32 needed) { ^ compiling src/strings/ops.o In file included from src/moar.h:161: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:539:21: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ src/strings/utf8_c8.c: In function 'MVM_string_utf8_c8_decode': src/strings/utf8_c8.c:379:28: warning: 'min_expected_codepoint' may be used uninitialized in this function [-Wmaybe-uninitialized] if (state.cur_codepoint >= min_expected_codepoint) ^ In file included from src/moar.h:161: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:428:22: note: 'ci.next_strand' was declared here MVMCodepointIter ci; ^ src/strings/utf8_c8.c: In function 'MVM_string_utf8_c8_decodestream': src/strings/utf8_c8.c:517:32: warning: 'min_expected_codepoint' may be used uninitialized in this function [-Wmaybe-uninitialized] if (state.cur_codepoint >= min_expected_codepoint) ^ generating src/strings/unicode.c src/strings/ops.c: In function 'MVM_string_index_ignore_case': src/strings/ops.c:709:14: warning: unused variable 'return_val' [-Wunused-variable] MVMint64 return_val = -1; ^ compiling src/strings/normalize.o compiling src/strings/latin1.o In file included from src/moar.h:161:0, from src/strings/utf8_c8.c:1: src/strings/utf8_c8.c: In function 'MVM_string_utf8_c8_encode_substr': src/strings/iter.h:133:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/utf8_c8.c:640:22: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ compiling src/strings/utf16.o compiling src/strings/windows1252.o src/strings/normalize.c:494:17: warning: 'is_grapheme_extend' defined but not used [-Wunused-function] static MVMint32 is_grapheme_extend(MVMThreadContext *tc, MVMCodepoint cp) { ^ In file included from src/moar.h:161:0, from src/strings/ops.c:2: src/strings/ops.c: In function 'collapse_strands': src/strings/iter.h:133:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/ops.c:61:22: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ In file included from src/moar.h:161:0, from src/strings/ops.c:2: src/strings/ops.c: In function 're_nfg': src/strings/iter.h:133:39: warning: 'ci.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/ops.c:96:22: note: 'ci.next_strand' was declared here MVMCodepointIter ci; ^ In file included from src/moar.h:161: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:176:26: note: 'ci.next_strand' was declared here MVMCodepointIter ci; ^ In file included from src/moar.h:161: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:161:0, from src/strings/ops.c:2: src/strings/ops.c: In function 'do_case_change': src/strings/iter.h:133:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/ops.c:856:25: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ compiling src/math/bigintops.o In file included from src/moar.h:161: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:161:0, from src/strings/ops.c:2: src/strings/ops.c: In function 'MVM_string_substrings_equal_nocheck': src/strings/iter.h:72:24: warning: 'gib.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->next_strand++; ^ src/strings/ops.c:148:21: note: 'gib.next_strand' was declared here MVMGraphemeIter gib; ^ In file included from src/moar.h:161:0, from src/strings/ops.c:2: src/strings/iter.h:90:23: warning: 'gib.start' may be used uninitialized in this function [-Wmaybe-uninitialized] MVMuint32 rep_graphs = gi->end - gi->start; ^ src/strings/ops.c:148:21: note: 'gib.start' was declared here MVMGraphemeIter gib; ^ In file included from src/moar.h:161:0, from src/strings/ops.c:2: src/strings/iter.h:72:24: warning: 'gia.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->next_strand++; ^ src/strings/ops.c:147:21: note: 'gia.next_strand' was declared here MVMGraphemeIter gia; ^ In file included from src/moar.h:161:0, from src/strings/ops.c:2: src/strings/iter.h:90:23: warning: 'gia.start' may be used uninitialized in this function [-Wmaybe-uninitialized] MVMuint32 rep_graphs = gi->end - gi->start; ^ src/strings/ops.c:147:21: note: 'gia.start' was declared here MVMGraphemeIter gia; ^ compiling src/profiler/log.o src/profiler/instrument.c: In function 'dump_call_graph_node': src/profiler/instrument.c:320:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] box_i(tc, (MVMint64)pcn->sf)); ^ src/profiler/instrument.c:336: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:397:68: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] MVM_repr_bind_key_o(tc, alloc_info, pds->id, box_i(tc, (MVMint64)type)); ^ In file included from src/moar.h:161:0, from src/strings/normalize.c:1: src/strings/normalize.c: In function 'MVM_unicode_string_to_codepoints': src/strings/iter.h:133:39: warning: 'ci.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/normalize.c:148:23: note: 'ci.next_strand' was declared here MVMCodepointIter ci; ^ In file included from src/moar.h:161:0, from src/strings/ops.c:2: src/strings/ops.c: In function 'MVM_string_substring': src/strings/iter.h:133:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ In file included from src/moar.h:136:0, from src/strings/ops.c:2: src/strings/ops.c:391: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:161:0, from src/strings/ops.c:2: src/strings/iter.h:90:23: warning: 'gi.start' may be used uninitialized in this function [-Wmaybe-uninitialized] MVMuint32 rep_graphs = gi->end - gi->start; ^ In file included from src/moar.h:136:0, from src/strings/ops.c:2: src/strings/ops.c:391:29: note: 'gi.start' was declared here MVMGraphemeIter gi; ^ src/gc/roots.h:70:5: note: in definition of macro 'MVMROOT' block \ ^ 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 compiling src/instrument/crossthreadwrite.o compiling src/instrument/line_coverage.o In file included from src/moar.h:161:0, from src/strings/ops.c:2: src/strings/ops.c: In function 'MVM_string_index_of_grapheme': src/strings/iter.h:136:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->repetitions = next->repetitions; ^ src/strings/ops.c:835:21: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ src/profiler/heapsnapshot.c:125:13: warning: 'add_reference_cstr' defined but not used [-Wunused-function] static void add_reference_cstr(MVMThreadContext *tc, MVMHeapSnapshotState *ss, ^ compiling src/moar.o src/instrument/line_coverage.c: In function 'instrument_graph': src/instrument/line_coverage.c:63:40: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] log_ins->operands[3].lit_i64 = (MVMint64)line_report_store; ^ src/instrument/line_coverage.c:11:15: warning: unused variable 'allocd_slots' [-Wunused-variable] MVMuint16 allocd_slots = g->num_bbs; ^ src/instrument/line_coverage.c: In function 'MVM_line_coverage_instrument': src/instrument/line_coverage.c:53:62: warning: 'last_filename' may be used uninitialized in this function [-Wmaybe-uninitialized] if (last_line_number == line_number && last_filename == filename_string_index) { ^ src/instrument/line_coverage.c:8:14: note: 'last_filename' was declared here MVMint32 last_filename; ^ src/instrument/line_coverage.c:53:30: warning: 'last_line_number' may be used uninitialized in this function [-Wmaybe-uninitialized] if (last_line_number == line_number && last_filename == filename_string_index) { ^ src/instrument/line_coverage.c:7:14: note: 'last_line_number' was declared here MVMint32 last_line_number; ^ compiling src/platform/posix/mmap.o compiling src/platform/posix/time.o In file included from src/moar.h:161:0, from src/strings/ops.c:2: src/strings/ops.c: In function 'MVM_string_join': src/strings/iter.h:133:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/ops.c:1260:25: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ compiling src/platform/posix/sys.o compiling src/jit/stub.o building dyncall... linking 3rdparty/libatomic_ops/src/libatomic_ops.a In file included from src/moar.h:161:0, from src/strings/ops.c:2: src/strings/ops.c: In function 'MVM_string_find_cclass': src/strings/iter.h:133:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/ops.c:1883:21: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ In file included from src/moar.h:161:0, from src/strings/ops.c:2: src/strings/iter.h:90:23: warning: 'gi.start' may be used uninitialized in this function [-Wmaybe-uninitialized] MVMuint32 rep_graphs = gi->end - gi->start; ^ src/strings/ops.c:1883:21: note: 'gi.start' was declared here MVMGraphemeIter gi; ^ In file included from src/moar.h:161:0, from src/strings/ops.c:2: src/strings/ops.c: In function 'MVM_string_find_not_cclass': src/strings/iter.h:133:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/ops.c:1907:21: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ In file included from src/moar.h:161:0, from src/strings/ops.c:2: src/strings/iter.h:90:23: warning: 'gi.start' may be used uninitialized in this function [-Wmaybe-uninitialized] MVMuint32 rep_graphs = gi->end - gi->start; ^ src/strings/ops.c:1907:21: note: 'gi.start' was declared here MVMGraphemeIter gi; ^ checking build system type... compiling 3rdparty/tinymt/tinymt64.o compiling 3rdparty/sha1/sha1.o i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c compiling 3rdparty/libtommath/bn_error.o 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 In file included from src/moar.h:161:0, from src/strings/ops.c:2: src/strings/ops.c: In function 'MVM_string_compute_hash_code': src/strings/iter.h:133:39: warning: 'gi.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->pos = next->start; ^ src/strings/ops.c:2039:21: note: 'gi.next_strand' was declared here MVMGraphemeIter gi; ^ checking whether to enable maintainer-specific portions of Makefiles... In file included from src/moar.h:161:0, from src/strings/ops.c:2: src/strings/iter.h:115:12: warning: 'gi.start' may be used uninitialized in this function [-Wmaybe-uninitialized] if (gi->pos < gi->end) { ^ no src/strings/ops.c:2039:21: note: 'gi.start' was declared here MVMGraphemeIter gi; ^ checking for style of include used by make... compiling 3rdparty/libtommath/bn_fast_mp_invmod.o compiling 3rdparty/libtommath/bn_fast_mp_montgomery_reduce.o GNU checking for gcc... gcc checking whether the C compiler works... ar: creating libdyncall_s.a yes checking for C compiler default output file name... a.out checking for suffix of executables... compiling 3rdparty/libtommath/bn_fast_s_mp_mul_digs.o compiling 3rdparty/libtommath/bn_fast_s_mp_mul_high_digs.o checking whether we are cross compiling... compiling 3rdparty/libtommath/bn_fast_s_mp_sqr.o compiling 3rdparty/libtommath/bn_mp_2expt.o compiling 3rdparty/libtommath/bn_mp_abs.o no checking for suffix of object files... ar: creating libdyncallback_s.a o checking whether we are using the GNU C compiler... compiling 3rdparty/libtommath/bn_mp_add.o compiling 3rdparty/libtommath/bn_mp_add_d.o yes checking whether gcc accepts -g... compiling 3rdparty/libtommath/bn_mp_addmod.o compiling 3rdparty/libtommath/bn_mp_and.o yes checking for gcc option to accept ISO C89... ar: creating libdynload_s.a done. compiling 3rdparty/libtommath/bn_mp_clamp.o compiling 3rdparty/libtommath/bn_mp_clear.o compiling 3rdparty/libtommath/bn_mp_clear_multi.o compiling 3rdparty/libtommath/bn_mp_cmp.o none needed checking whether gcc understands -c and -o together... compiling 3rdparty/libtommath/bn_mp_cmp_d.o compiling 3rdparty/libtommath/bn_mp_cmp_mag.o compiling 3rdparty/libtommath/bn_mp_cnt_lsb.o compiling 3rdparty/libtommath/bn_mp_copy.o yes checking dependency style of gcc... compiling 3rdparty/libtommath/bn_mp_count_bits.o compiling 3rdparty/libtommath/bn_mp_div.o compiling 3rdparty/libtommath/bn_mp_div_2.o compiling 3rdparty/libtommath/bn_mp_div_2d.o compiling 3rdparty/libtommath/bn_mp_div_3.o gcc3 checking dependency style of gcc... compiling 3rdparty/libtommath/bn_mp_div_d.o gcc3 checking for ranlib... ranlib checking how to run the C preprocessor... compiling 3rdparty/libtommath/bn_mp_dr_is_modulus.o compiling 3rdparty/libtommath/bn_mp_dr_reduce.o compiling 3rdparty/libtommath/bn_mp_dr_setup.o gcc -E compiling 3rdparty/libtommath/bn_mp_exch.o checking for grep that handles long lines and -e... compiling 3rdparty/libtommath/bn_mp_export.o /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... compiling 3rdparty/libtommath/bn_mp_expt_d.o compiling 3rdparty/libtommath/bn_mp_expt_d_ex.o compiling 3rdparty/libtommath/bn_mp_exptmod.o compiling 3rdparty/libtommath/bn_mp_exptmod_fast.o compiling 3rdparty/libtommath/bn_mp_exteuclid.o compiling 3rdparty/libtommath/bn_mp_fread.o compiling 3rdparty/libtommath/bn_mp_fwrite.o compiling 3rdparty/libtommath/bn_mp_gcd.o compiling 3rdparty/libtommath/bn_mp_get_int.o compiling 3rdparty/libtommath/bn_mp_get_long.o yes compiling 3rdparty/libtommath/bn_mp_get_long_long.o checking for sys/types.h... compiling 3rdparty/libtommath/bn_mp_grow.o compiling 3rdparty/libtommath/bn_mp_import.o compiling 3rdparty/libtommath/bn_mp_init.o yes compiling 3rdparty/libtommath/bn_mp_init_copy.o checking for sys/stat.h... compiling 3rdparty/libtommath/bn_mp_init_multi.o compiling 3rdparty/libtommath/bn_mp_init_set.o compiling 3rdparty/libtommath/bn_mp_init_set_int.o compiling 3rdparty/libtommath/bn_mp_init_size.o yes compiling 3rdparty/libtommath/bn_mp_invmod.o checking for stdlib.h... compiling 3rdparty/libtommath/bn_mp_invmod_slow.o compiling 3rdparty/libtommath/bn_mp_is_square.o compiling 3rdparty/libtommath/bn_mp_jacobi.o compiling 3rdparty/libtommath/bn_mp_karatsuba_mul.o yes checking for string.h... compiling 3rdparty/libtommath/bn_mp_karatsuba_sqr.o compiling 3rdparty/libtommath/bn_mp_lcm.o yes compiling 3rdparty/libtommath/bn_mp_lshd.o checking for memory.h... compiling 3rdparty/libtommath/bn_mp_mod.o compiling 3rdparty/libtommath/bn_mp_mod_2d.o compiling 3rdparty/libtommath/bn_mp_mod_d.o yes 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 checking for strings.h... 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 yes compiling 3rdparty/libtommath/bn_mp_mulmod.o checking for inttypes.h... compiling 3rdparty/libtommath/bn_mp_n_root.o compiling 3rdparty/libtommath/bn_mp_n_root_ex.o compiling 3rdparty/libtommath/bn_mp_neg.o compiling 3rdparty/libtommath/bn_mp_or.o compiling 3rdparty/libtommath/bn_mp_prime_fermat.o yes compiling 3rdparty/libtommath/bn_mp_prime_is_divisible.o checking for stdint.h... 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 yes checking for unistd.h... compiling 3rdparty/libtommath/bn_mp_radix_size.o compiling 3rdparty/libtommath/bn_mp_radix_smap.o compiling 3rdparty/libtommath/bn_mp_rand.o yes checking for stdlib.h... (cached) yes compiling 3rdparty/libtommath/bn_mp_read_radix.o checking for unistd.h... (cached) yes compiling 3rdparty/libtommath/bn_mp_read_signed_bin.o compiling 3rdparty/libtommath/bn_mp_read_unsigned_bin.o checking for sys/param.h... 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 yes checking for getpagesize... 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 yes checking for working mmap... compiling 3rdparty/libtommath/bn_mp_set_int.o compiling 3rdparty/libtommath/bn_mp_set_long.o compiling 3rdparty/libtommath/bn_mp_set_long_long.o compiling 3rdparty/libtommath/bn_mp_shrink.o compiling 3rdparty/libtommath/bn_mp_signed_bin_size.o compiling 3rdparty/libtommath/bn_mp_sqr.o compiling 3rdparty/libtommath/bn_mp_sqrmod.o compiling 3rdparty/libtommath/bn_mp_sqrt.o compiling 3rdparty/libtommath/bn_mp_sqrtmod_prime.o compiling 3rdparty/libtommath/bn_mp_sub.o compiling 3rdparty/libtommath/bn_mp_sub_d.o yes checking for PIC compiler flag... -fPIC checking whether gcc -fPIC causes __PIC__ definition... compiling 3rdparty/libtommath/bn_mp_submod.o yes checking for gcc -Wextra... compiling 3rdparty/libtommath/bn_mp_to_signed_bin.o compiling 3rdparty/libtommath/bn_mp_to_signed_bin_n.o yes checking for pthread_self in -lpthread... 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 yes compiling 3rdparty/libtommath/bn_mp_unsigned_bin_size.o checking that generated files are newer than configure... done configure: creating ./config.status 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 config.status: creating src/Makefile compiling 3rdparty/libtommath/bncore.o /usr/bin/perl build/mk-moar-pc.pl pkgconfig/moar.pc config.status: creating src/config.h compiling src/strings/unicode.o linking 3rdparty/tinymt/libtinymt.a config.status: executing depfiles commands linking 3rdparty/sha1/libsha1.a linking 3rdparty/libtommath/libtommath.a config.status: executing default commands make[1]: Entering directory `/builddir/build/BUILD/MoarVM-2017.04/3rdparty/libatomic_ops/src' make all-am make[2]: Entering directory `/builddir/build/BUILD/MoarVM-2017.04/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 -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -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 src/strings/unicode.c:256:5: warning: missing braces around initializer [-Wmissing-braces] {0x0,0x0,0x0}, ^ src/strings/unicode.c:256:5: warning: (near initialization for 'SpecialCasing_table[0][0]') [-Wmissing-braces] mv -f .deps/atomic_ops.Tpo .deps/atomic_ops.Po rm -f libatomic_ops.a ar cru libatomic_ops.a atomic_ops.o ranlib libatomic_ops.a make[2]: Leaving directory `/builddir/build/BUILD/MoarVM-2017.04/3rdparty/libatomic_ops/src' make[1]: Leaving directory `/builddir/build/BUILD/MoarVM-2017.04/3rdparty/libatomic_ops/src' src/strings/unicode.c: In function 'MVM_unicode_lookup_by_name': src/strings/unicode.c:72971:15: warning: unused variable 'size' [-Wunused-variable] MVMuint64 size; ^ src/strings/unicode.c: In function 'MVM_unicode_cname_to_property_value_code': src/strings/unicode.c:73198: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.ybYRbE + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386 ++ dirname /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386 + cd MoarVM-2017.04 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386 /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/bin" /usr/bin/perl -MExtUtils::Command -e cp moar "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/bin" /usr/bin/perl -MExtUtils::Command -e chmod 755 "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/bin/moar" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/lib" /usr/bin/perl -MExtUtils::Command -e rm_f "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/lib/libmoar.so" /usr/bin/perl -MExtUtils::Command -e cp libmoar.so "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/lib" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/share/nqp/lib/MAST" /usr/bin/perl -MExtUtils::Command -e cp lib/MAST/Nodes.nqp "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/share/nqp/lib/MAST" /usr/bin/perl -MExtUtils::Command -e cp lib/MAST/Ops.nqp "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/share/nqp/lib/MAST" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/share/pkgconfig" /usr/bin/perl -MExtUtils::Command -e cp pkgconfig/moar.pc "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/share/pkgconfig" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/moar" /usr/bin/perl -MExtUtils::Command -e cp src/gen/config.h "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/moar" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/moar/6model/reprs" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/moar/core" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/moar/gc" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/moar/gen" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/moar/io" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/moar/mast" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/moar/math" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/moar/platform" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/moar/profiler" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/moar/spesh" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/moar/strings" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/moar/jit" /usr/bin/perl -MExtUtils::Command -e mkpath "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/moar/instrument" /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/moar" /usr/bin/perl -MExtUtils::Command -e cp src/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/moar" /usr/bin/perl -MExtUtils::Command -e cp src/6model/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/moar/6model" /usr/bin/perl -MExtUtils::Command -e cp src/6model/reprs/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/moar/6model/reprs" /usr/bin/perl -MExtUtils::Command -e cp src/core/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/moar/core" /usr/bin/perl -MExtUtils::Command -e cp src/gc/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/moar/gc" /usr/bin/perl -MExtUtils::Command -e cp src/gen/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/moar/gen" /usr/bin/perl -MExtUtils::Command -e cp src/io/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/moar/io" /usr/bin/perl -MExtUtils::Command -e cp src/mast/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/moar/mast" /usr/bin/perl -MExtUtils::Command -e cp src/math/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/moar/math" /usr/bin/perl -MExtUtils::Command -e cp src/platform/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/moar/platform" /usr/bin/perl -MExtUtils::Command -e cp src/profiler/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/moar/profiler" /usr/bin/perl -MExtUtils::Command -e cp src/spesh/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/moar/spesh" /usr/bin/perl -MExtUtils::Command -e cp src/strings/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/moar/strings" /usr/bin/perl -MExtUtils::Command -e cp src/jit/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/moar/jit" /usr/bin/perl -MExtUtils::Command -e cp src/instrument/*.h "/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/moar/instrument" /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/libatomic_ops/atomic_ops/sysdeps/armcc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/libatomic_ops/atomic_ops/sysdeps/gcc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/libatomic_ops/atomic_ops/sysdeps/hpc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/libatomic_ops/atomic_ops/sysdeps/ibmc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/libatomic_ops/atomic_ops/sysdeps/icc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/libatomic_ops/atomic_ops/sysdeps/loadstore /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/libatomic_ops/atomic_ops/sysdeps/msftc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/libatomic_ops/atomic_ops/sysdeps/sunc /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/*.h /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/libatomic_ops /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/*.h /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/libatomic_ops/atomic_ops /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/*.h /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/libatomic_ops/atomic_ops/sysdeps /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/armcc/*.h /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/libatomic_ops/atomic_ops/sysdeps/armcc /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/gcc/*.h /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/libatomic_ops/atomic_ops/sysdeps/gcc /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/hpc/*.h /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/libatomic_ops/atomic_ops/sysdeps/hpc /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/ibmc/*.h /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/libatomic_ops/atomic_ops/sysdeps/ibmc /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/icc/*.h /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/libatomic_ops/atomic_ops/sysdeps/icc /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/loadstore/*.h /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/libatomic_ops/atomic_ops/sysdeps/loadstore /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/msftc/*.h /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/libatomic_ops/atomic_ops/sysdeps/msftc /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/sunc/*.h /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/libatomic_ops/atomic_ops/sysdeps/sunc /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/libtommath /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libtommath/*.h /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/libtommath /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/dyncall /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dynload/*.h /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/dyncall /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dyncall/*.h /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/dyncall /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dyncallback/*.h /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/dyncall + chmod 755 /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/lib/libmoar.so + /usr/bin/perl -MExtUtils::Command -e mkpath /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/share/man/man1 + pod2man --section=1 --name=moar docs/moar.pod + /usr/bin/gzip -c + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/MoarVM-2017.04 extracting debug info from /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/bin/moar extracting debug info from /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/lib/libmoar.so /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 20465 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: moarvm-0.2017.04-1.el7.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.yz72e8 + umask 022 + cd /builddir/build/BUILD + cd MoarVM-2017.04 + DOCDIR=/builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/share/doc/moarvm-0.2017.04 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/share/doc/moarvm-0.2017.04 + cp -pr LICENSE /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/share/doc/moarvm-0.2017.04 + cp -pr CREDITS /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/share/doc/moarvm-0.2017.04 + cp -pr docs /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/share/doc/moarvm-0.2017.04 + exit 0 Provides: libmoar.so moarvm = 0.2017.04-1.el7 moarvm(x86-32) = 0.2017.04-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.11) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.6) libdl.so.2 libdl.so.2(GLIBC_2.0) libdl.so.2(GLIBC_2.1) libm.so.6 libm.so.6(GLIBC_2.0) libmoar.so libpthread.so.0 libpthread.so.0(GLIBC_2.0) libpthread.so.0(GLIBC_2.3.4) librt.so.1 librt.so.1(GLIBC_2.2) libuv.so.1 rtld(GNU_HASH) Processing files: moarvm-devel-0.2017.04-1.el7.i686 warning: File not found: /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386/usr/include/libuv Provides: moarvm-devel = 0.2017.04-1.el7 moarvm-devel(x86-32) = 0.2017.04-1.el7 pkgconfig(moar) = 2017.04 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config Processing files: moarvm-debuginfo-0.2017.04-1.el7.i686 Provides: moarvm-debuginfo = 0.2017.04-1.el7 moarvm-debuginfo(x86-32) = 0.2017.04-1.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386 warning: Could not canonicalize hostname: kvm.centos.org Wrote: /builddir/build/RPMS/moarvm-0.2017.04-1.el7.i686.rpm Wrote: /builddir/build/RPMS/moarvm-devel-0.2017.04-1.el7.i686.rpm Wrote: /builddir/build/RPMS/moarvm-debuginfo-0.2017.04-1.el7.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.jlogtV + umask 022 + cd /builddir/build/BUILD + cd MoarVM-2017.04 + /usr/bin/rm -rf /builddir/build/BUILDROOT/moarvm-0.2017.04-1.el7.i386 + exit 0 Child return code was: 0