=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for MoarVM-2026.05.1 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 compiling src/core/fixkey_hash_table.o compiling src/core/index_hash_table.o In file included from src/moar.h:90, from src/core/args.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/core/callsite.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/core/exceptions.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/core/index_hash_table.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/main.c:4: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/core/fixkey_hash_table.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/core/interp.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/core/ptr_hash_table.o src/core/interp.c: In function 'MVM_interp_run': src/core/interp.c:777:31: 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] 777 | MVMuint64 u = labs(GET_REG(cur_op, 2).i64), v = labs(GET_REG(cur_op, 4).i64), ret; | ^~~~ src/core/interp.c:777:65: 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] 777 | MVMuint64 u = labs(GET_REG(cur_op, 2).i64), v = labs(GET_REG(cur_op, 4).i64), ret; | ^~~~ src/core/interp.c:807:29: 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] 807 | v = labs(diff); | ^~~~ compiling src/core/uni_hash_table.o In file included from src/moar.h:90, from src/core/str_hash_table.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/core/threadcontext.o In file included from src/moar.h:90, from src/core/uni_hash_table.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ src/core/interp.c:5639:38: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 5639 | MVMHLLConfig *want = (MVMHLLConfig *)GET_UI64(cur_op, 4); | ^ src/core/interp.c:6664:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6664 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 2), | ^ src/core/interp.c:6678:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6678 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 4), | ^ src/core/interp.c:6693:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6693 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 4), | ^ src/core/interp.c:6708:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6708 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 4), | ^ src/core/interp.c:6723:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6723 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 4), | ^ src/core/interp.c:6738:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6738 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 4), | ^ src/core/interp.c:6752:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6752 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 2), | ^ src/core/interp.c:6765:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6765 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 4), | ^ src/core/interp.c:6779:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6779 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 4), | ^ src/core/interp.c:6793:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6793 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 4), | ^ src/core/interp.c:6807:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6807 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 4), | ^ src/core/interp.c:6821:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6821 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 4), | ^ In file included from src/moar.h:90, from src/core/threadcontext.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ src/core/interp.c:6835:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6835 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 2), | ^ src/core/interp.c:6849:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6849 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 4), | ^ src/core/interp.c:6864:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6864 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 4), | ^ src/core/interp.c:6879:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6879 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 4), | ^ src/core/interp.c:6894:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6894 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 4), | ^ src/core/interp.c:6909:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 6909 | .callsite = (MVMCallsite *)GET_UI64(cur_op, 4), | ^ In file included from src/moar.h:90, from src/core/ptr_hash_table.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/core/compunit.o compiling src/core/bytecode.o In file included from src/moar.h:90, from src/core/compunit.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/core/frame.o compiling src/core/callstack.o compiling src/core/validation.o In file included from src/moar.h:90, from src/core/bytecode.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/core/frame.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/core/callstack.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ 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/bytecodedump.o compiling src/core/threads.o In file included from src/moar.h:90, from src/core/validation.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/core/bytecodedump.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/core/ops.o In file included from src/moar.h:90, from src/core/ops.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/core/threads.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ src/core/threads.c: In function 'start_thread': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/threads.c:86:45: note: in expansion of macro 'MVM_platform_thread_id' 86 | tc->thread_obj->body.native_thread_id = MVM_platform_thread_id(); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/core/hll.o compiling src/core/loadbytecode.o compiling src/core/coerce.o compiling src/core/dll.o In file included from src/moar.h:90, from src/core/loadbytecode.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/core/coerce.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/core/hll.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/core/ext.o In file included from src/moar.h:90, from src/core/dll.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/core/nativecall.o In file included from src/moar.h:90, from src/core/ext.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/core/nativecall_libffi.o compiling src/core/continuation.o In file included from src/moar.h:90, from src/core/nativecall_libffi.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/core/continuation.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/core/nativecall.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/core/intcache.o compiling src/core/regionalloc.o src/core/nativecall_libffi.c: In function 'MVM_nativecall_dispatch': src/core/nativecall_libffi.c:1091:47: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1091 | *(void **)values[i] = (void*)value; | ^ src/core/nativecall_libffi.c:1097:47: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1097 | *(void **)values[i] = (void*)value; | ^ src/core/nativecall_libffi.c:1237:77: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1237 | MVM_args_set_dispatch_result_int(tc, tc->cur_frame, (MVMuint64)ret); | ^ src/core/nativecall_libffi.c:1241:78: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1241 | MVM_args_set_dispatch_result_uint(tc, tc->cur_frame, (MVMuint64)ret); | ^ compiling src/debug/debugserver.o In file included from src/moar.h:90, from src/core/intcache.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/core/regionalloc.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/gen/config.o compiling src/gc/orchestrate.o compiling src/gc/allocation.o In file included from src/moar.h:90, from src/debug/debugserver.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/gen/config.c:9: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ src/debug/debugserver.c: In function 'setup_step': src/debug/debugserver.c:1236:81: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 1236 | fprintf(stderr, "Setting up step failed: thread has wrong status: %lu\n", to_do->body.tc->gc_status); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int size_t {aka unsigned int} | %u compiling src/gc/worklist.o In file included from src/moar.h:90, from src/gc/allocation.c:6: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/gc/worklist.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/gc/orchestrate.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/gc/roots.o src/gc/orchestrate.c: In function 'finish_gc': src/gc/orchestrate.c:282:57: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 282 | "Invalid GC status observed \"%lu\" while unblocking thread; aborting", AO_READ(current)); | ~~^ | | | long unsigned int | %u src/gc/orchestrate.c: In function 'MVM_gc_mark_thread_blocked': src/gc/orchestrate.c:338:49: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 338 | "Invalid GC status observed \"%lu\" while blocking thread; aborting", MVM_load(&tc->gc_status)); | ~~^ | | | long unsigned int | %u compiling src/gc/collect.o In file included from src/moar.h:90, from src/gc/roots.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/gc/collect.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/gc/gen2.o compiling src/gc/wb.o compiling src/gc/objectid.o In file included from src/moar.h:90, from src/gc/objectid.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/gc/wb.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/gc/gen2.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/gc/finalize.o compiling src/gc/debug.o compiling src/io/io.o compiling src/io/eventloop.o In file included from src/moar.h:90, from src/gc/debug.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/gc/finalize.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/io/io.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/io/syncfile.o compiling src/io/syncsocket.o compiling src/io/fileops.o In file included from src/moar.h:90, from src/io/syncfile.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/io/eventloop.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/io/dirops.o In file included from src/moar.h:90, from src/io/syncsocket.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/io/fileops.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/io/dirops.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/io/procops.o compiling src/io/timers.o compiling src/io/filewatchers.o compiling src/io/signals.o In file included from src/moar.h:90, from src/io/procops.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/io/filewatchers.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/io/signals.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/io/timers.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/io/asyncsocket.o compiling src/io/asyncsocketudp.o compiling src/6model/reprs.o In file included from src/moar.h:90, from src/io/asyncsocket.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/6model/reprs.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/6model/reprconv.o In file included from src/moar.h:90, from src/io/asyncsocketudp.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/6model/containers.o compiling src/6model/parametric.o In file included from src/moar.h:90, from src/6model/containers.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/6model/reprconv.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/6model/parametric.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/6model/reprs/MVMString.o In file included from src/moar.h:90, from src/6model/reprs/MVMString.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/6model/reprs/VMArray.o compiling src/6model/reprs/MVMHash.o In file included from src/moar.h:90, from src/6model/reprs/VMArray.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/6model/reprs/MVMCFunction.o In file included from src/moar.h:90, from src/6model/reprs/MVMHash.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/6model/reprs/MVMCFunction.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/6model/reprs/KnowHOWREPR.o In file included from src/moar.h:90, from src/6model/reprs/KnowHOWREPR.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ 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 In file included from src/moar.h:90, from src/6model/reprs/KnowHOWAttributeREPR.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/6model/reprs/MVMCompUnit.o In file included from src/moar.h:90, from src/6model/reprs/P6opaque.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/6model/reprs/MVMOSHandle.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/6model/reprs/MVMCompUnit.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/6model/reprs/MVMStaticFrame.o In file included from src/moar.h:90, from src/6model/reprs/MVMCode.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/6model/reprs/P6str.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/6model/reprs/P6int.o In file included from src/moar.h:90, from src/6model/reprs/P6int.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/6model/reprs/P6num.o In file included from src/moar.h:90, from src/6model/reprs/MVMStaticFrame.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/6model/reprs/Uninstantiable.o compiling src/6model/reprs/HashAttrStore.o compiling src/6model/reprs/MVMThread.o In file included from src/moar.h:90, from src/6model/reprs/Uninstantiable.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/6model/reprs/HashAttrStore.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/6model/reprs/MVMThread.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/6model/reprs/MVMIter.o In file included from src/moar.h:90, from src/6model/reprs/P6num.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/6model/reprs/MVMContext.o compiling src/6model/reprs/SCRef.o In file included from src/moar.h:90, from src/6model/reprs/MVMIter.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/6model/reprs/MVMContext.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/6model/reprs/P6bigint.o compiling src/6model/reprs/NFA.o In file included from src/moar.h:90, from src/6model/reprs/SCRef.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/6model/reprs/P6bigint.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/6model/reprs/NFA.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/6model/reprs/MVMException.o compiling src/6model/reprs/MVMDLLSym.o In file included from src/moar.h:90, from src/6model/reprs/MVMDLLSym.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/6model/reprs/MVMException.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/6model/reprs/MVMContinuation.o compiling src/6model/reprs/NativeCall.o In file included from src/moar.h:90, from src/6model/reprs/MVMContinuation.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/6model/reprs/CPointer.o In file included from src/moar.h:90, from src/6model/reprs/NativeCall.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/6model/reprs/CPointer.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/6model/reprs/CStr.o compiling src/6model/reprs/CArray.o In file included from src/moar.h:90, from src/6model/reprs/CStr.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/6model/reprs/CStruct.o In file included from src/moar.h:90, from src/6model/reprs/CArray.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/6model/reprs/CUnion.o In file included from src/moar.h:90, from src/6model/reprs/CStruct.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/6model/reprs/CUnion.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/6model/reprs/ReentrantMutex.o compiling src/6model/reprs/ConditionVariable.o In file included from src/moar.h:90, from src/6model/reprs/ConditionVariable.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/6model/reprs/Semaphore.o compiling src/6model/reprs/ConcBlockingQueue.o In file included from src/moar.h:90, from src/6model/reprs/ReentrantMutex.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/6model/reprs/ConcBlockingQueue.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/6model/reprs/Semaphore.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/6model/reprs/MVMAsyncTask.o compiling src/6model/reprs/MVMNull.o compiling src/6model/reprs/CPPStruct.o compiling src/6model/reprs/NativeRef.o In file included from src/moar.h:90, from src/6model/reprs/MVMAsyncTask.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/6model/reprs/MVMNull.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/6model/reprs/MultiDimArray.o In file included from src/moar.h:90, from src/6model/reprs/NativeRef.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/6model/reprs/Decoder.o compiling src/6model/reprs/MVMSpeshLog.o In file included from src/moar.h:90, from src/6model/reprs/CPPStruct.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/6model/reprs/MVMStaticFrameSpesh.o In file included from src/moar.h:90, from src/6model/reprs/MultiDimArray.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/6model/reprs/Decoder.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/6model/reprs/MVMCapture.o In file included from src/moar.h:90, from src/6model/reprs/MVMSpeshLog.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/6model/reprs/MVMStaticFrameSpesh.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/6model/reprs/MVMTracked.o compiling src/6model/reprs/MVMStat.o In file included from src/moar.h:90, from src/6model/reprs/MVMCapture.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/6model/6model.o In file included from src/moar.h:90, from src/6model/reprs/MVMStat.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/6model/reprs/MVMTracked.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/6model/6model.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ 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 In file included from src/moar.h:90, from src/6model/bootstrap.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/6model/sc.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/6model/serialization.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/disp/registry.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/disp/inline_cache.o In file included from src/moar.h:90, from src/disp/boot.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/disp/inline_cache.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/disp/program.o compiling src/disp/syscall.o In file included from src/moar.h:90, from src/disp/program.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/disp/resume.o In file included from src/moar.h:90, from src/disp/resume.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/disp/syscall.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/spesh/dump.o compiling src/spesh/graph.o src/disp/syscall.c: In function 'telemetry_interval_start_impl': src/disp/syscall.c:1569:66: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1569 | unsigned long interval_id = MVM_telemetry_interval_start(tc, (const char *)(get_int_arg(arg_info, 0) % 4096)); | ^ src/disp/syscall.c: In function 'telemetry_interval_stop_impl': src/disp/syscall.c:1584:63: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1584 | MVM_telemetry_interval_stop(tc, get_int_arg(arg_info, 0), (const char *)(get_int_arg(arg_info, 1) % 4096)); | ^ In file included from src/moar.h:90, from src/spesh/dump.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/spesh/codegen.o compiling src/spesh/manipulate.o In file included from src/moar.h:90, from src/spesh/codegen.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/spesh/manipulate.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/spesh/graph.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ src/spesh/graph.c: In function 'build_cfg': src/spesh/graph.c:304:47: warning: comparison of integer expressions of different signedness: 'int' and 'MVMuint32' {aka 'unsigned int'} [-Wsign-compare] 304 | if (ann_ptr && pc - sf->body.bytecode == ann_ptr->bytecode_offset) { | ^~ src/spesh/graph.c:417:46: warning: comparison of integer expressions of different signedness: 'MVMuint32' {aka 'unsigned int'} and 'int' [-Wsign-compare] 417 | if (target > 0 && target < pc - g->bytecode) { | ^ compiling src/spesh/args.o In file included from src/moar.h:90, from src/spesh/args.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/spesh/usages.o compiling src/spesh/facts.o In file included from src/moar.h:90, from src/spesh/usages.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/spesh/optimize.o In file included from src/moar.h:90, from src/spesh/facts.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/spesh/dead_bb_elimination.o In file included from src/moar.h:90, from src/spesh/optimize.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/spesh/dead_bb_elimination.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ src/spesh/optimize.c: In function 'optimize_runbytecode': src/spesh/optimize.c:1470:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1470 | cs = (MVMCallsite *)ins->operands[1].lit_ui64; | ^ src/spesh/optimize.c:1476:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1476 | cs = (MVMCallsite *)ins->operands[2].lit_ui64; | ^ compiling src/spesh/dead_ins_elimination.o compiling src/spesh/deopt.o In file included from src/moar.h:90, from src/spesh/dead_ins_elimination.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/spesh/log.o compiling src/spesh/threshold.o compiling src/spesh/inline.o In file included from src/moar.h:90, from src/spesh/deopt.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/spesh/log.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/spesh/inline.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/spesh/osr.o In file included from src/moar.h:90, from src/spesh/threshold.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/spesh/osr.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/spesh/lookup.o compiling src/spesh/iterator.o compiling src/spesh/worker.o compiling src/spesh/debug.o In file included from src/moar.h:90, from src/spesh/lookup.c:9: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/spesh/worker.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/spesh/iterator.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/spesh/debug.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/spesh/stats.o compiling src/spesh/plan.o compiling src/spesh/arg_guard.o In file included from src/moar.h:90, from src/spesh/stats.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/spesh/plan.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/spesh/frame_walker.o In file included from src/moar.h:90, from src/spesh/arg_guard.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/spesh/frame_walker.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/spesh/pea.o compiling src/6model/reprs/MVMSpeshCandidate.o compiling src/spesh/disp.o compiling src/strings/decode_stream.o In file included from src/moar.h:90, from src/spesh/pea.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/6model/reprs/MVMSpeshCandidate.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/spesh/disp.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/strings/decode_stream.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ 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:1309:55: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1309 | rb_ins->operands[cur_op++].lit_ui64 = (MVMuint64)callsite; | ^ src/spesh/disp.c:1484:55: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1484 | rb_ins->operands[cur_op++].lit_ui64 = (MVMuint64)callsite; | ^ compiling src/strings/ascii.o compiling src/strings/parse_num.o In file included from src/moar.h:90, from src/strings/ascii.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/strings/utf8.o src/strings/ascii.c: In function 'MVM_string_ascii_encode_malloc': src/strings/ascii.c:232:90: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 232 | MVM_exception_throw_adhoc(tc, "Error encoding ASCII string: could not allocate %ld bytes", result_alloc + 1); | ~~^ ~~~~~~~~~~~~~~~~ | | | | long int size_t {aka unsigned int} | %d src/strings/ascii.c:250:107: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 250 | MVM_exception_throw_adhoc(tc, "Error encoding ASCII string: could not reallocate to %ld bytes", result_alloc + 1); | ~~^ ~~~~~~~~~~~~~~~~ | | | | long int size_t {aka unsigned int} | %d In file included from src/moar.h:90, from src/strings/parse_num.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/strings/utf8_c8.o In file included from src/moar.h:90, from src/strings/utf8.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ src/strings/utf8.c: In function 'MVM_string_utf8_encode_C_string_malloc': src/strings/utf8.c:629:89: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 629 | MVM_exception_throw_adhoc(tc, "Error encoding utf8 string: could not allocate %ld bytes", result_limit + 4 + 1); | ~~^ ~~~~~~~~~~~~~~~~~~~~ | | | | long int size_t {aka unsigned int} | %d src/strings/utf8.c:642:102: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 642 | MVM_exception_throw_adhoc(tc, "Error encoding utf8 string: could not reellocate to %ld bytes", result_limit + 4 + 1); | ~~^ ~~~~~~~~~~~~~~~~~~~~ | | | | long int size_t {aka unsigned int} | %d compiling src/strings/nfg.o compiling src/strings/ops.o In file included from src/moar.h:90, from src/strings/utf8_c8.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/strings/unicode.o In file included from src/moar.h:90, from src/strings/nfg.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/strings/ops.c:4: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/strings/normalize.o In file included from src/moar.h:90, from src/strings/unicode_db.c:59, from src/strings/unicode.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/strings/normalize.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/strings/latin1.o compiling src/strings/utf16.o compiling src/strings/windows1252.o In file included from src/moar.h:90, from src/strings/latin1.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/strings/windows1252.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/strings/utf16.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/strings/shiftjis.o compiling src/strings/gb2312.o In file included from src/moar.h:90, from src/strings/shiftjis.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/strings/gb2312.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/strings/gb18030.o compiling src/math/bigintops.o compiling src/profiler/instrument.o In file included from src/moar.h:90, from src/strings/gb18030.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/math/bigintops.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ src/math/bigintops.c: In function 'MVM_bigint_abs': src/math/bigintops.c:416: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] 416 | MVM_BIGINT_UNARY_OP(abs, { sb = labs(sa); }) | ^~~~ src/math/bigintops.c:282:13: note: in definition of macro 'MVM_BIGINT_UNARY_OP' 282 | SMALLINT_OP; \ | ^~~~~~~~~~~ In file included from src/moar.h:90, from src/profiler/instrument.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/profiler/log.o In file included from src/moar.h:90, from src/profiler/log.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/profiler/profile.o In file included from src/moar.h:90, from src/profiler/profile.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/profiler/heapsnapshot.o In file included from src/moar.h:90, from src/profiler/heapsnapshot.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/profiler/telemeh.o In file included from src/moar.h:90, from src/profiler/telemeh.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/profiler/configuration.o compiling src/instrument/crossthreadwrite.o compiling src/instrument/line_coverage.o In file included from src/moar.h:90, from src/profiler/configuration.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/instrument/line_coverage.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/instrument/crossthreadwrite.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/platform/sys.o src/strings/unicode_db.c: In function 'MVM_unicode_get_property_str': src/strings/unicode_db.c:125358:24: warning: this statement may fall through [-Wimplicit-fallthrough=] 125358 | result_val = ((props_bitfield[bitfield_row][0] & 0x7ff80) >> 7); /* mask: 00000000000001111111111110000000 */ | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/strings/unicode_db.c:125359:9: note: here 125359 | case MVM_UNICODE_PROPERTY_JOINING_GROUP: /* Joining_Group bits:7 offset:25 */ | ^~~~ src/strings/unicode_db.c:125363:24: warning: this statement may fall through [-Wimplicit-fallthrough=] 125363 | result_val = ((props_bitfield[bitfield_row][1] & 0xffe00000) >> 21); /* mask: 11111111111000000000000000000000 */ | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/strings/unicode_db.c:125364:9: note: here 125364 | case MVM_UNICODE_PROPERTY_BLOCK: /* Block bits:9 offset:20 */ | ^~~~ src/strings/unicode_db.c:125384:24: warning: this statement may fall through [-Wimplicit-fallthrough=] 125384 | result_val = ((props_bitfield[bitfield_row][2] & 0x1fc) >> 2); /* mask: 00000000000000000000000111111100 */ | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/strings/unicode_db.c:125385:9: note: here 125385 | case MVM_UNICODE_PROPERTY_INDIC_CONJUNCT_BREAK: /* Indic_Conjunct_Break bits:2 offset:30 */ | ^~~~ src/strings/unicode_db.c:125441:24: warning: this statement may fall through [-Wimplicit-fallthrough=] 125441 | result_val = ((props_bitfield[bitfield_row][4] & 0x1) >> 0); /* mask: 00000000000000000000000000000001 */ | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/strings/unicode_db.c:125442:9: note: here 125442 | case MVM_UNICODE_PROPERTY_JOINING_TYPE: /* Joining_Type bits:3 offset:0 */ | ^~~~ compiling src/platform/random.o src/strings/unicode_db.c:125547:24: warning: this statement may fall through [-Wimplicit-fallthrough=] 125547 | result_val = ((props_bitfield[bitfield_row][9] & 0x40000000) >> 30); /* mask: 01000000000000000000000000000000 */ | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/strings/unicode_db.c:125548:9: note: here 125548 | default: | ^~~~~~~ In file included from src/moar.h:90, from src/platform/sys.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/platform/memmem32.o compiling 3rdparty/freebsd/memmem.o compiling 3rdparty/ryu/ryu/d2s.o In file included from src/moar.h:90, from src/platform/random.c:64: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/platform/malloc_trim.o In file included from src/moar.h:90, from src/platform/memmem32.c:29: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/moar.o compiling src/platform/posix/mmap.o compiling src/platform/posix/time.o In file included from src/moar.h:90, from src/platform/posix/mmap.c:3: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/moar.c:2: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/platform/posix/io.o In file included from src/moar.h:90, from src/platform/posix/time.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling src/platform/posix/fork.o compiling src/jit/stub.o src/moar.c: In function 'MVM_vm_create_instance': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/moar.c:252:48: note: in expansion of macro 'MVM_platform_thread_id' 252 | instance->threads->body.native_thread_id = MVM_platform_thread_id(); | ^~~~~~~~~~~~~~~~~~~~~~ compiling 3rdparty/cmp/cmp.o In file included from src/moar.h:90, from src/platform/posix/fork.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/moar.h:90, from src/jit/stub.c:1: src/core/nativecall.h: In function 'MVM_nativecall_find_thread_context': src/platform/threads.h:19:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 19 | #define MVM_platform_thread_id() (MVMint64)uv_thread_self() | ^ src/core/nativecall.h:148:19: note: in expansion of macro 'MVM_platform_thread_id' 148 | MVM_platform_thread_id()); | ^~~~~~~~~~~~~~~~~~~~~~ compiling 3rdparty/sha1/sha1.o /usr/pkg/bin/perl build/mk-moar-pc.pl pkgconfig/moar.pc linking 3rdparty/sha1/libsha1.a linking 3rdparty/cmp/libcmp.a linking libmoar.so linking moar ld: /usr/lib/libm.so.0: warning: warning: reference to compatibility cabs() ld: /usr/lib/libm.so.0: warning: warning: reference to compatibility cabsf()