>>> moarvm 2022.06 Extracting gzip -d -c /home/thomas/autobuild/instance-1/dl/moarvm/MoarVM-2022.06.tar.gz | tar --strip-components=1 -C /home/thomas/autobuild/instance-1/output-1/build/moarvm-2022.06 -xf - >>> moarvm 2022.06 Patching >>> moarvm 2022.06 Configuring (cd /home/thomas/autobuild/instance-1/output-1/build/moarvm-2022.06; PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" perl Configure.pl --build=x86_64-pc-linux-gnu --host=mips64el-buildroot-linux-gnu --ar="/home/thomas/autobuild/instance-1/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc-ar" --cc="/home/thomas/autobuild/instance-1/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc" --ld="/home/thomas/autobuild/instance-1/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc" --prefix="/usr" --pkgconfig=/home/thomas/autobuild/instance-1/output-1/host/bin/pkg-config --has-libuv --has-libtommath --has-libatomic) Welcome to MoarVM! Configuring cross build environment .................... trying to compile a simple C program ............... YES Testing pkgconfig .................................. 1.6.3 Guessing :-( at build/probe.pm line 1090. Adding extra libs for libuv: -L/home/thomas/autobuild/instance-1/output-1/host/bin/../mips64el-buildroot-linux-gnu/sysroot/usr/lib Guessing :-( at build/probe.pm line 918. OK your CPU can't read unaligned values for any of int32 int64 num64 Defaulting to libc malloc because was not found. JIT isn't supported on platforms with 4 byte pointers. probing C type support for booleans ................ _Bool probing computed goto support ...................... YES probing pthread_yield support ...................... YES probing pthread_setname_np support (optional) ...... YES probing existance of optional malloc_trim() ........ YES probing support of rdtscp intrinsic ................ NO make: make compile: /home/thomas/autobuild/instance-1/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc -std=gnu99 -Wextra -Wall -Wno-unused-parameter -Wno-unused-function -Wno-missing-braces -Werror=pointer-arith -Werror=vla -O3 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -DMVM_HEAPSNAPSHOT_FORMAT=3 includes: -I3rdparty/dyncall/dynload -I3rdparty/dyncall/dyncall -I3rdparty/dyncall/dyncallback link: /home/thomas/autobuild/instance-1/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc -O3 -DNDEBUG libs: -L/home/thomas/autobuild/instance-1/output-1/host/bin/../mips64el-buildroot-linux-gnu/sysroot/usr/lib -ltommath -latomic_ops -luv -lm -lpthread -lrt -ldl -lzstd byte order: little endian Configuring 3rdparty libs .............................. OK 3rdparty: 3rdparty/cmp/libcmp.a 3rdparty/dyncall/dyncall/libdyncall_s.a 3rdparty/dyncall/dyncallback/libdyncallback_s.a 3rdparty/dyncall/dynload/libdynload_s.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. >>> moarvm 2022.06 Building PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j4 -C /home/thomas/autobuild/instance-1/output-1/build/moarvm-2022.06 make[1]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/moarvm-2022.06' 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/str_hash_table.o src/core/interp.c: In function 'MVM_interp_run': src/core/interp.c:741:30: warning: absolute value function 'labs' given an argument of type 'MVMint64' {aka 'long long int'} but has parameter of type 'long int' which may cause truncation of value [-Wabsolute-value] 741 | MVMint64 a = labs(GET_REG(cur_op, 2).i64), b = labs(GET_REG(cur_op, 4).i64), c; | ^~~~ src/core/interp.c:741:64: warning: absolute value function 'labs' given an argument of type 'MVMint64' {aka 'long long int'} but has parameter of type 'long int' which may cause truncation of value [-Wabsolute-value] 741 | MVMint64 a = labs(GET_REG(cur_op, 2).i64), b = labs(GET_REG(cur_op, 4).i64), c; | ^~~~ src/core/interp.c:5559:38: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 5559 | MVMHLLConfig *want = (MVMHLLConfig *)GET_UI64(cur_op, 4); | ^ src/core/interp.c:6489:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6489 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 2), | ^ src/core/interp.c:6503:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6503 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 4), | ^ src/core/interp.c:6518:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6518 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 4), | ^ src/core/interp.c:6533:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6533 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 4), | ^ src/core/interp.c:6548:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6548 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 4), | ^ src/core/interp.c:6563:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6563 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 4), | ^ src/core/interp.c:6577:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6577 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 2), | ^ src/core/interp.c:6590:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6590 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 4), | ^ src/core/interp.c:6604:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6604 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 4), | ^ src/core/interp.c:6618:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6618 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 4), | ^ src/core/interp.c:6632:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6632 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 4), | ^ src/core/interp.c:6646:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6646 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 4), | ^ src/core/interp.c:6660:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6660 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 2), | ^ src/core/interp.c:6674:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6674 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 4), | ^ src/core/interp.c:6689:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6689 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 4), | ^ src/core/interp.c:6704:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6704 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 4), | ^ src/core/interp.c:6719:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6719 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 4), | ^ src/core/interp.c:6734:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6734 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 4), | ^ compiling src/core/fixkey_hash_table.o compiling src/core/index_hash_table.o compiling src/core/ptr_hash_table.o compiling src/core/uni_hash_table.o compiling src/core/threadcontext.o compiling src/core/compunit.o compiling src/core/bytecode.o compiling src/core/frame.o compiling src/core/callstack.o src/core/callstack.c: In function 'MVM_callstack_ensure_work_and_env_space': src/core/callstack.c:246:49: warning: comparison of integer expressions of different signedness: 'int' and 'MVMuint32' {aka 'unsigned int'} [-Wsign-compare] 246 | if (region->alloc_limit - region->alloc < diff) | ^ src/core/callstack.c:263:49: warning: comparison of integer expressions of different signedness: 'int' and 'MVMuint32' {aka 'unsigned int'} [-Wsign-compare] 263 | if (region->alloc_limit - region->alloc < diff) | ^ compiling src/core/validation.o compiling src/core/bytecodedump.o compiling src/core/threads.o compiling src/core/ops.o src/core/threads.c: In function 'MVM_thread_yield': src/core/threads.c:253:5: warning: 'pthread_yield' is deprecated: pthread_yield is deprecated, use sched_yield instead [-Wdeprecated-declarations] 253 | MVM_platform_thread_yield(); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/thomas/autobuild/instance-1/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/features.h:490, from /home/thomas/autobuild/instance-1/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/bits/libc-header-start.h:33, from /home/thomas/autobuild/instance-1/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/stdio.h:27, from src/moar.h:14, from src/core/threads.c:1: /home/thomas/autobuild/instance-1/output-1/host/lib/gcc/mips64el-buildroot-linux-gnu/11.3.0/include-fixed/pthread.h:488:12: note: declared here 488 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield) | ^~~~~~~~~~~~~~ compiling src/core/hll.o compiling src/core/loadbytecode.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 src/core/nativecall_dyncall.c: In function 'MVM_nativecall_invoke': src/core/nativecall_dyncall.c:788:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 788 | (MVMint64)*(DCpointer *)free_rws[num_rws]); | ^ src/core/nativecall_dyncall.c: In function 'update_rws': src/core/nativecall_dyncall.c:861:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 861 | (MVMint64)*(DCpointer *)free_rws[num_rws]); | ^ src/core/nativecall_dyncall.c: In function 'MVM_nativecall_dispatch': src/core/nativecall_dyncall.c:1050:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1050 | dcArgPointer(vm, (void*)value); | ^ src/core/nativecall_dyncall.c:1056:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1056 | dcArgPointer(vm, (void*)value); | ^ In file included from src/moar.h:215, from src/core/nativecall_dyncall.c:1: src/core/nativecall_dyncall.c:1212:77: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1212 | MVM_args_set_dispatch_result_int(tc, tc->cur_frame, (MVMuint64)native_result); | ^ src/gc/roots.h:76:5: note: in definition of macro 'MVMROOT2' 76 | block \ | ^~~~~ src/core/nativecall_dyncall.c:1216:78: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1216 | MVM_args_set_dispatch_result_uint(tc, tc->cur_frame, (MVMuint64)native_result); | ^ src/gc/roots.h:76:5: note: in definition of macro 'MVMROOT2' 76 | block \ | ^~~~~ compiling src/core/continuation.o compiling src/core/intcache.o compiling src/core/fixedsizealloc.o compiling src/core/regionalloc.o compiling src/debug/debugserver.o src/debug/debugserver.c: In function 'request_thread_suspends': src/debug/debugserver.c:668:9: warning: 'pthread_yield' is deprecated: pthread_yield is deprecated, use sched_yield instead [-Wdeprecated-declarations] 668 | MVM_platform_thread_yield(); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/thomas/autobuild/instance-1/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/features.h:490, from /home/thomas/autobuild/instance-1/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/bits/libc-header-start.h:33, from /home/thomas/autobuild/instance-1/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/stdio.h:27, from src/moar.h:14, from src/debug/debugserver.c:1: /home/thomas/autobuild/instance-1/output-1/host/lib/gcc/mips64el-buildroot-linux-gnu/11.3.0/include-fixed/pthread.h:488:12: note: declared here 488 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield) | ^~~~~~~~~~~~~~ compiling src/gen/config.o compiling src/gc/orchestrate.o src/gc/orchestrate.c: In function 'MVM_gc_mark_thread_unblocked': src/gc/orchestrate.c:362:17: warning: 'pthread_yield' is deprecated: pthread_yield is deprecated, use sched_yield instead [-Wdeprecated-declarations] 362 | MVM_platform_thread_yield(); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/thomas/autobuild/instance-1/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/features.h:490, from /home/thomas/autobuild/instance-1/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/bits/libc-header-start.h:33, from /home/thomas/autobuild/instance-1/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/stdio.h:27, from src/moar.h:14, from src/gc/orchestrate.c:1: /home/thomas/autobuild/instance-1/output-1/host/lib/gcc/mips64el-buildroot-linux-gnu/11.3.0/include-fixed/pthread.h:488:12: note: declared here 488 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield) | ^~~~~~~~~~~~~~ src/gc/orchestrate.c: In function 'MVM_gc_enter_from_allocator': src/gc/orchestrate.c:512:13: warning: 'pthread_yield' is deprecated: pthread_yield is deprecated, use sched_yield instead [-Wdeprecated-declarations] 512 | MVM_platform_thread_yield(); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/thomas/autobuild/instance-1/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/features.h:490, from /home/thomas/autobuild/instance-1/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/bits/libc-header-start.h:33, from /home/thomas/autobuild/instance-1/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/stdio.h:27, from src/moar.h:14, from src/gc/orchestrate.c:1: /home/thomas/autobuild/instance-1/output-1/host/lib/gcc/mips64el-buildroot-linux-gnu/11.3.0/include-fixed/pthread.h:488:12: note: declared here 488 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield) | ^~~~~~~~~~~~~~ src/gc/orchestrate.c: In function 'MVM_gc_global_destruction': src/gc/orchestrate.c:775:17: warning: 'pthread_yield' is deprecated: pthread_yield is deprecated, use sched_yield instead [-Wdeprecated-declarations] 775 | MVM_platform_thread_yield(); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/thomas/autobuild/instance-1/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/features.h:490, from /home/thomas/autobuild/instance-1/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/bits/libc-header-start.h:33, from /home/thomas/autobuild/instance-1/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/stdio.h:27, from src/moar.h:14, from src/gc/orchestrate.c:1: /home/thomas/autobuild/instance-1/output-1/host/lib/gcc/mips64el-buildroot-linux-gnu/11.3.0/include-fixed/pthread.h:488:12: note: declared here 488 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield) | ^~~~~~~~~~~~~~ src/gc/orchestrate.c:784:5: warning: 'pthread_yield' is deprecated: pthread_yield is deprecated, use sched_yield instead [-Wdeprecated-declarations] 784 | MVM_platform_thread_yield(); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/thomas/autobuild/instance-1/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/features.h:490, from /home/thomas/autobuild/instance-1/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/bits/libc-header-start.h:33, from /home/thomas/autobuild/instance-1/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/stdio.h:27, from src/moar.h:14, from src/gc/orchestrate.c:1: /home/thomas/autobuild/instance-1/output-1/host/lib/gcc/mips64el-buildroot-linux-gnu/11.3.0/include-fixed/pthread.h:488:12: note: declared here 488 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield) | ^~~~~~~~~~~~~~ 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 compiling src/gc/debug.o compiling src/io/io.o compiling src/io/eventloop.o compiling src/io/syncfile.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 compiling src/io/asyncsocketudp.o compiling src/6model/reprs.o compiling src/6model/reprconv.o compiling src/6model/containers.o compiling src/6model/parametric.o src/6model/containers.c:117:5: warning: initialization of 'void (*)(MVMThreadContext *, MVMObject *, MVMuint64)' {aka 'void (*)(MVMThreadContext *, MVMObject *, long long unsigned int)'} from incompatible pointer type 'void (*)(MVMThreadContext *, MVMObject *, MVMint64)' {aka 'void (*)(MVMThreadContext *, MVMObject *, long long int)'} [-Wincompatible-pointer-types] 117 | code_pair_store_i, /* FIXME need a code_pair_store_u but lacking tests showing this need */ | ^~~~~~~~~~~~~~~~~ src/6model/containers.c:117:5: note: (near initialization for 'code_pair_spec.store_u') src/6model/containers.c:374:5: warning: initialization of 'void (*)(MVMThreadContext *, MVMObject *, MVMuint64)' {aka 'void (*)(MVMThreadContext *, MVMObject *, long long unsigned int)'} from incompatible pointer type 'void (*)(MVMThreadContext *, MVMObject *, MVMint64)' {aka 'void (*)(MVMThreadContext *, MVMObject *, long long int)'} [-Wincompatible-pointer-types] 374 | value_desc_cont_store_i, /* FIXME need a value_desc_cont_store_u but lacking tests showing this need */ | ^~~~~~~~~~~~~~~~~~~~~~~ src/6model/containers.c:374:5: note: (near initialization for 'value_desc_cont_spec.store_u') 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/P6bigint.o compiling src/6model/reprs/NFA.o compiling src/6model/reprs/MVMException.o compiling src/6model/reprs/MVMDLLSym.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 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 src/6model/reprs/NativeRef.c: In function 'MVM_nativeref_write_lex_i': src/6model/reprs/NativeRef.c:578:87: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'MVMint64' {aka 'long long int'} [-Wformat=] 578 | MVM_exception_throw_adhoc(tc, "Attempting to MVM_nativeref_write_lex_i (%ld) to an unsigned variable", value); | ~~^ ~~~~~ | | | | long int MVMint64 {aka long long int} | %lld src/6model/reprs/NativeRef.c: In function 'MVM_nativeref_write_lex_u': src/6model/reprs/NativeRef.c:602:87: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'MVMuint64' {aka 'long long unsigned int'} [-Wformat=] 602 | MVM_exception_throw_adhoc(tc, "Attempting to MVM_nativeref_write_lex_u (%lu) to a signed variable", value); | ~~^ ~~~~~ | | | | long unsigned int MVMuint64 {aka long long unsigned int} | %llu compiling src/6model/reprs/Decoder.o compiling src/6model/reprs/MVMSpeshLog.o compiling src/6model/reprs/MVMStaticFrameSpesh.o compiling src/6model/reprs/MVMCapture.o compiling src/6model/reprs/MVMTracked.o compiling src/6model/6model.o compiling src/6model/bootstrap.o compiling src/6model/sc.o compiling src/6model/serialization.o compiling src/disp/boot.o compiling src/disp/registry.o compiling src/disp/inline_cache.o compiling src/disp/program.o src/disp/inline_cache.c: In function 'getlexstatic_initial': src/disp/inline_cache.c:646:19: warning: array subscript 'MVMDispInlineCacheEntryPolymorphicDispatchFlattening[0]' is partly outside array bounds of 'MVMDispInlineCacheEntry[1]' [-Warray-bounds] 646 | MVMuint32 num_dps = ((MVMDispInlineCacheEntryPolymorphicDispatchFlattening *)entry)->num_dps; | ^~~~~~~ src/disp/inline_cache.c:18:32: note: while referencing 'unlinked_getlexstatic' 18 | static MVMDispInlineCacheEntry unlinked_getlexstatic = { getlexstatic_initial }; | ^~~~~~~~~~~~~~~~~~~~~ src/disp/inline_cache.c:653:80: warning: array subscript 'MVMDispInlineCacheEntryPolymorphicDispatchFlattening[0]' is partly outside array bounds of 'MVMDispInlineCacheEntry[1]' [-Warray-bounds] 653 | ((MVMDispInlineCacheEntryPolymorphicDispatchFlattening *)entry)->flattened_css); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ src/disp/inline_cache.c:18:32: note: while referencing 'unlinked_getlexstatic' 18 | static MVMDispInlineCacheEntry unlinked_getlexstatic = { getlexstatic_initial }; | ^~~~~~~~~~~~~~~~~~~~~ src/disp/inline_cache.c:656:80: warning: array subscript 'MVMDispInlineCacheEntryPolymorphicDispatchFlattening[0]' is partly outside array bounds of 'MVMDispInlineCacheEntry[1]' [-Warray-bounds] 656 | ((MVMDispInlineCacheEntryPolymorphicDispatchFlattening *)entry)->dps); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ src/disp/inline_cache.c:18:32: note: while referencing 'unlinked_getlexstatic' 18 | static MVMDispInlineCacheEntry unlinked_getlexstatic = { getlexstatic_initial }; | ^~~~~~~~~~~~~~~~~~~~~ src/disp/inline_cache.c:634:19: warning: array subscript 'MVMDispInlineCacheEntryPolymorphicDispatch[0]' is partly outside array bounds of 'MVMDispInlineCacheEntry[1]' [-Warray-bounds] 634 | MVMuint32 num_dps = ((MVMDispInlineCacheEntryPolymorphicDispatch *)entry)->num_dps; | ^~~~~~~ src/disp/inline_cache.c:18:32: note: while referencing 'unlinked_getlexstatic' 18 | static MVMDispInlineCacheEntry unlinked_getlexstatic = { getlexstatic_initial }; | ^~~~~~~~~~~~~~~~~~~~~ src/disp/inline_cache.c:641:70: warning: array subscript 'MVMDispInlineCacheEntryPolymorphicDispatch[0]' is partly outside array bounds of 'MVMDispInlineCacheEntry[1]' [-Warray-bounds] 641 | ((MVMDispInlineCacheEntryPolymorphicDispatch *)entry)->dps); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ src/disp/inline_cache.c:18:32: note: while referencing 'unlinked_getlexstatic' 18 | static MVMDispInlineCacheEntry unlinked_getlexstatic = { getlexstatic_initial }; | ^~~~~~~~~~~~~~~~~~~~~ compiling src/disp/syscall.o compiling src/disp/resume.o compiling src/spesh/dump.o compiling src/spesh/graph.o compiling src/spesh/codegen.o src/spesh/graph.c: In function 'build_cfg': src/spesh/graph.c:301:47: warning: comparison of integer expressions of different signedness: 'int' and 'MVMuint32' {aka 'unsigned int'} [-Wsign-compare] 301 | if (ann_ptr && pc - sf->body.bytecode == ann_ptr->bytecode_offset) { | ^~ src/spesh/graph.c:414:46: warning: comparison of integer expressions of different signedness: 'MVMuint32' {aka 'unsigned int'} and 'int' [-Wsign-compare] 414 | if (target > 0 && target < pc - g->bytecode) { | ^ compiling src/spesh/manipulate.o compiling src/spesh/args.o compiling src/spesh/usages.o compiling src/spesh/facts.o compiling src/spesh/optimize.o compiling src/spesh/dead_bb_elimination.o src/spesh/optimize.c: In function 'optimize_runbytecode': src/spesh/optimize.c:1455:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1455 | cs = (MVMCallsite *)ins->operands[1].lit_ui64; | ^ src/spesh/optimize.c:1461:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1461 | cs = (MVMCallsite *)ins->operands[2].lit_ui64; | ^ compiling src/spesh/dead_ins_elimination.o compiling src/spesh/deopt.o compiling src/spesh/log.o compiling src/spesh/threshold.o compiling src/spesh/inline.o compiling src/spesh/osr.o compiling src/spesh/lookup.o compiling src/spesh/iterator.o compiling src/spesh/worker.o compiling src/spesh/debug.o compiling src/spesh/stats.o compiling src/spesh/plan.o compiling src/spesh/arg_guard.o compiling src/spesh/frame_walker.o compiling src/spesh/pea.o compiling src/6model/reprs/MVMSpeshCandidate.o compiling src/spesh/disp.o compiling src/strings/decode_stream.o src/spesh/disp.c: In function 'MVM_spesh_disp_callsite_for_dispatch_op': src/spesh/disp.c:74:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 74 | return (MVMCallsite *)GET_UI64(args, 2); | ^ src/spesh/disp.c:90:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 90 | return (MVMCallsite *)GET_UI64(args, 4); | ^ src/spesh/disp.c: In function 'emit_hll_guard': src/spesh/disp.c:259:35: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 259 | guard->operands[2].lit_ui64 = (MVMuint64)hll; | ^ src/spesh/disp.c: In function 'translate_dispatch_program': src/spesh/disp.c:1290:55: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1290 | rb_ins->operands[cur_op++].lit_ui64 = (MVMuint64)callsite; | ^ src/spesh/disp.c:1465:55: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1465 | rb_ins->operands[cur_op++].lit_ui64 = (MVMuint64)callsite; | ^ compiling src/strings/ascii.o compiling src/strings/parse_num.o compiling src/strings/utf8.o compiling src/strings/utf8_c8.o compiling src/strings/nfg.o compiling src/strings/ops.o compiling src/strings/unicode.o compiling src/strings/normalize.o In file included from src/moar.h:268, from src/strings/ops.c:3: src/strings/siphash/csiphash.h: In function 'siphashfinish': src/strings/siphash/csiphash.h:157:25: warning: this statement may fall through [-Wimplicit-fallthrough=] 157 | case 5: t.u8[4] = src[4]; | ~~~~~~~~^~~~~~~~ src/strings/siphash/csiphash.h:164:9: note: here 164 | case 4: t.u8[3] = src[3]; | ^~~~ compiling src/strings/latin1.o compiling src/strings/utf16.o compiling src/strings/windows1252.o compiling src/strings/shiftjis.o compiling src/strings/gb2312.o compiling src/strings/gb18030.o compiling src/math/bigintops.o src/math/bigintops.c: In function 'MVM_bigint_abs': src/math/bigintops.c:386:33: warning: absolute value function 'labs' given an argument of type 'MVMint64' {aka 'long long int'} but has parameter of type 'long int' which may cause truncation of value [-Wabsolute-value] 386 | MVM_BIGINT_UNARY_OP(abs, { sb = labs(sa); }) | ^~~~ src/math/bigintops.c:252:13: note: in definition of macro 'MVM_BIGINT_UNARY_OP' 252 | SMALLINT_OP; \ | ^~~~~~~~~~~ compiling src/profiler/instrument.o compiling src/profiler/log.o compiling src/profiler/profile.o compiling src/profiler/heapsnapshot.o compiling src/profiler/telemeh.o src/profiler/heapsnapshot.c: In function 'filemeta_to_filehandle_ver3': src/profiler/heapsnapshot.c:1730:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'MVMuint64' {aka 'long long unsigned int'} [-Wformat=] 1730 | "{ " | ^~~~ ...... 1742 | col->start_time / 1000, | ~~~~~~~~~~~~~~~~~~~~~~ | | | MVMuint64 {aka long long unsigned int} src/profiler/heapsnapshot.c:1732:32: note: format string is defined here 1732 | "\"start_time\": %lu, " | ~~^ | | | long unsigned int | %llu src/profiler/heapsnapshot.c:1730:13: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'MVMint64' {aka 'long long int'} [-Wformat=] 1730 | "{ " | ^~~~ ...... 1743 | MVM_proc_getpid(tc), | ~~~~~~~~~~~~~~~~~~~ | | | MVMint64 {aka long long int} src/profiler/heapsnapshot.c:1733:25: note: format string is defined here 1733 | "\"pid\": %ld, " | ~~^ | | | long int | %lld src/profiler/heapsnapshot.c: In function 'snapmeta_to_filehandle_ver3': src/profiler/heapsnapshot.c:1779:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'MVMuint64' {aka 'long long unsigned int'} [-Wformat=] 1779 | "{ " | ^~~~ ...... 1789 | s->record_time / 1000, | ~~~~~~~~~~~~~~~~~~~~~ | | | MVMuint64 {aka long long unsigned int} src/profiler/heapsnapshot.c:1780:31: note: format string is defined here 1780 | "\"snap_time\": %lu, " | ~~^ | | | long unsigned int | %llu src/profiler/heapsnapshot.c:1779:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 1779 | "{ " | ^~~~ src/profiler/heapsnapshot.c:1781:32: note: format string is defined here 1781 | "\"gc_seq_num\": %lu, " | ~~^ | | | long unsigned int | %u src/profiler/heapsnapshot.c:1779:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'MVMuint64' {aka 'long long unsigned int'} [-Wformat=] 1779 | "{ " | ^~~~ ...... 1791 | col->total_heap_size, | ~~~~~~~~~~~~~~~~~~~~ | | | MVMuint64 {aka long long unsigned int} src/profiler/heapsnapshot.c:1782:37: note: format string is defined here 1782 | "\"total_heap_size\": %lu, " | ~~^ | | | long unsigned int | %llu src/profiler/heapsnapshot.c:1779:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'MVMuint64' {aka 'long long unsigned int'} [-Wformat=] 1779 | "{ " | ^~~~ ...... 1792 | col->total_objects, | ~~~~~~~~~~~~~~~~~~ | | | MVMuint64 {aka long long unsigned int} src/profiler/heapsnapshot.c:1783:35: note: format string is defined here 1783 | "\"total_objects\": %lu, " | ~~^ | | | long unsigned int | %llu src/profiler/heapsnapshot.c:1779:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'MVMuint64' {aka 'long long unsigned int'} [-Wformat=] 1779 | "{ " | ^~~~ ...... 1793 | col->total_typeobjects, | ~~~~~~~~~~~~~~~~~~~~~~ | | | MVMuint64 {aka long long unsigned int} src/profiler/heapsnapshot.c:1784:39: note: format string is defined here 1784 | "\"total_typeobjects\": %lu, " | ~~^ | | | long unsigned int | %llu src/profiler/heapsnapshot.c:1779:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 9 has type 'MVMuint64' {aka 'long long unsigned int'} [-Wformat=] 1779 | "{ " | ^~~~ ...... 1794 | col->total_stables, | ~~~~~~~~~~~~~~~~~~ | | | MVMuint64 {aka long long unsigned int} src/profiler/heapsnapshot.c:1785:35: note: format string is defined here 1785 | "\"total_stables\": %lu, " | ~~^ | | | long unsigned int | %llu src/profiler/heapsnapshot.c:1779:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 10 has type 'MVMuint64' {aka 'long long unsigned int'} [-Wformat=] 1779 | "{ " | ^~~~ ...... 1795 | col->total_frames, | ~~~~~~~~~~~~~~~~~ | | | MVMuint64 {aka long long unsigned int} src/profiler/heapsnapshot.c:1786:34: note: format string is defined here 1786 | "\"total_frames\": %lu, " | ~~^ | | | long unsigned int | %llu src/profiler/heapsnapshot.c:1779:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 11 has type 'MVMuint64' {aka 'long long unsigned int'} [-Wformat=] 1779 | "{ " | ^~~~ ...... 1796 | col->snapshot->num_references | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | MVMuint64 {aka long long unsigned int} src/profiler/heapsnapshot.c:1787:32: note: format string is defined here 1787 | "\"total_refs\": %lu " | ~~^ | | | long unsigned int | %llu compiling src/profiler/configuration.o compiling src/instrument/crossthreadwrite.o compiling src/instrument/line_coverage.o compiling src/platform/sys.o compiling src/platform/random.o compiling src/platform/memmem32.o compiling 3rdparty/freebsd/memmem.o compiling 3rdparty/ryu/ryu/d2s.o compiling src/platform/malloc_trim.o compiling src/moar.o compiling src/platform/posix/mmap.o compiling src/platform/posix/time.o compiling src/platform/posix/io.o compiling src/platform/posix/fork.o compiling src/jit/stub.o compiling 3rdparty/cmp/cmp.o building dyncall... compiling 3rdparty/tinymt/tinymt64.o compiling 3rdparty/sha1/sha1.o Configuration written to Makefile.config dyncall_call_mips_n32.S: Assembler messages: dyncall_call_mips_n32.S:190: Warning: .end symbol does not match .ent symbol /tmp/ccq6vHAJ.s: Error: .size expression for dcCall_mips_n64 does not evaluate to a constant make[3]: *** [: dyncall_call.o] Error 1 make[2]: *** [/home/thomas/autobuild/instance-1/output-1/build/moarvm-2022.06/3rdparty/dyncall/./Makefile.generic:5: libdyncall] Error 2 make[1]: *** [Makefile:744: 3rdparty/dyncall/dyncall/libdyncall_s.a] Error 2 make[1]: *** Waiting for unfinished jobs.... In file included from src/moar.h:245, from src/strings/shiftjis.c:1: src/strings/shiftjis.c: In function 'MVM_string_shiftjis_decodestream': src/strings/decode_stream.h:99:16: warning: 'codepoint' may be used uninitialized in this function [-Wmaybe-uninitialized] 99 | if (sep_spec->final_graphemes[i] == g) | ^ src/strings/shiftjis.c:369:26: note: 'codepoint' was declared here 369 | MVMCodepoint codepoint; | ^~~~~~~~~ make[1]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/moarvm-2022.06' make: *** [package/pkg-generic.mk:293: /home/thomas/autobuild/instance-1/output-1/build/moarvm-2022.06/.stamp_built] Error 2 make: Leaving directory '/home/thomas/autobuild/instance-1/buildroot'